Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6848357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:51:29+00:00 2026-05-27T00:51:29+00:00

I want to implement search feature in my application. I read about android searchable

  • 0

I want to implement search feature in my application.
I read about android searchable and its implementation.
I’m wondering what are advantages of using this type of search vs creating custom activity with image , edittext, button and list?

Im my custom search activity I will implement TextChangedListener

edtText.addTextChangedListener(new TextWatcher() {

public void afterTextChanged(Editable s) {

}

public void beforeTextChanged(CharSequence s, int start, int count, int after) {
}

public void onTextChanged(CharSequence s, int start, int before, int count) {

}
}

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T00:51:30+00:00Added an answer on May 27, 2026 at 12:51 am

    There are a few advantages to the searchable implementation:

    • You can apply the same search logic to any part of your app – the user can click the search button at any time during your app’s lifecycle and get to your search.

    • You can be included in the global search.

    • You get to leverage a framework that already works and is familiar to the user, rather than having to write an entire custom implementation. This framework includes some neat built-in functionality, such as saving recent suggestions.

    That said – in some cases, you may want your own control on how the search UI looks. With searchable, you’re pretty much stuck with the OS UI that pops on top of the rest of the screen. If you want your search box to be in the middle of an Activity, you’ll have to write it on your own.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to implement a search in my Android application. In this page, first
I want to implement search bar in my application which will filter list view
I want to implement a search feature for divs. I want to search for
I want to implement a search feature in an iPhone app. Basically, the user
I want to implement the search option for my application,and auto fill option for
I want to implement a simple search in my application, based on search query
I am working on C#.Net windows application. Here i want to implement search functionality
I want to implement search functionality for a website (assume it is similar to
I want to implement a basic search/replace translation table in C; that is, it
I want to implement something exactly like Changing the Default Text in the Search

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.