Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 30th, 2012  |  syntax: None  |  size: 0.36 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. how to invoke search box in android?
  2. @Override
  3.     public boolean onSearchRequested() {
  4.         // TODO Auto-generated method stub
  5.         return super.onSearchRequested();
  6.     }
  7.        
  8. this.onSearchRequested();
  9.     return true;
  10.        
  11. <activity>
  12. ...
  13.    <meta-data android:name="android.app.searchable"
  14.             android:resource="@xml/searchable" />
  15. </activity>