• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Search Dialog

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am following this link http://developer.android.com/guide/topics/search/search-dialog.html to build a simple 'Search Dialog' into my 'Photo' applications. Ultimately I intend to use the search dialog to search for photos within albums. So far, I have implemented the following:

1) Created 'searchable.xml' under res/xml dir:



2) Created a new Activity entry in AndroidManifest.xml



3) Created a new Activity class


The above steps should suffice to create the simple 'Search Dialog' interface, correct? Am I missing something ? I understand I will need a separate activity for displaying the search results. Any guidance on how to proceed is appreciated.

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic