Android Programming The Big Nerd Ranch Guide by Bill Phillips, Chris Stewart, Kristin Marsicano (z-lib.org)

(gtxtreme123) #1

Chapter 27  Search


Run PhotoGallery and see what you get. Hopefully, you will see a cool robot or two (Figure 27.2).


Figure 27.2  Hardcoded search results


Using SearchView


Now that FlickrFetchr supports searching, it is time to add a way for the user to enter a query and
initiate a search. Do this by adding a SearchView.


SearchView is an action view – a view that may be included within the toolbar. SearchView allows
your entire search interface to live within your application’s toolbar.


First, confirm that a toolbar (containing your app title) appears at the top of your app. If not, follow the
steps outlined in Chapter 13 to add a toolbar to your app.

Free download pdf