[android-developers] Re: How to enable search functionality to EditText

2009-02-24 Thread manoj
Hi every one, I got the solution. Here it is: public class CountriesActivity extends Activity { protected void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.countries); ArrayAdapter adapter = new ArrayAdapter(this,

[android-developers] Re: How to enable search functionality to EditText

2009-02-24 Thread Andrew Stadler
There are numerous examples of this in ApiDemos - look for AutoCompleteTextView. On Tue, Feb 24, 2009 at 3:05 AM, manoj manojkumar.m...@gmail.com wrote: Hi friends, I would like to enable search functionality to EditText. my requirement is like this: when some one types with some