up-down key it shows
presently I am using
Using java Syntax Highlighting
- private ArrayAdapter<String> aa;
- public Builder ab1;
- aa=new ArrayAdapter<String>(this,android.R.layout.simple_list_item_1,
- mStrings);
- ab1.setAdapter(aa,new DialogInterface.OnClickListener(){
- public void onClick(DialogInterface dialog, int which){
- switch(which){
- case 0:
- helpM();
- }
- }
- });
Parsed in 0.032 seconds, using GeSHi 1.0.8.4
It execute properly But it shows empty dialog.
and there is focus by using up and down key it shows only that item.
plz reply me as quick as possible
thank u
jagtap




