Android: inflating search suggestions from network

Updated 15 December 2016

Save

In android, we can provide suggestions to user on serach. The custom suggestions are the suggestions that you provide the application rather than the suggestions based on user history.

So the data for the suggestions can be either from data of your application or from network. Here we are going to add the data from our network based on the input text in the search box. We are performing search using search dailog in action bar. Set up search in menu of your activity as:

Now set the searchable.xml file which we will store in res/xml folder

Now inflate the menu and add suggestions to your search dailog

And by this you can get your search suggestion from network.

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


4 comments

  • Disha S
    • aastha gupta
  • Vishal ;)
  • Thiago
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home