Re: [android-developers] search +button in expandible list

2012-07-23 Thread TreKing
On Mon, Jul 23, 2012 at 12:58 AM, Jagadeesh wrote: > can you please help any one this ., > > i used edittext and search button in layout file and i search is not > happening how to reslove this issues > Try asking an actual question. Posting a huge blob of text without explanation is not going to

[android-developers] search +button in expandible list

2012-07-22 Thread Jagadeesh
CompaniesActivity extends ExpandableListActivity { /** Called when the activity is first created. */ EditText edit; Button search; String[] text = { "GSK", "sanfoi", "Elilly", "Abbott", "Novartios" }; int textlength = 0; @Override public void onCreate(Bundle savedInstanceState) { super.onCreat