[android-beginners] Re: How get text from EditText filed which is showing in alert Dialog

2009-02-05 Thread Gulfam
Thanks alot its working fine now . On Feb 5, 5:51 am, Odessa Silverberg wrote: > Well, instead of > >                     new AlertDialog.Builder(activity) >                         .setIcon(R.drawable.invite_friends_icon) > > you could hold a reference to the dialog >                     Alert

[android-beginners] Re: How get text from EditText filed which is showing in alert Dialog

2009-02-04 Thread Odessa Silverberg
Well, instead of new AlertDialog.Builder(activity) .setIcon(R.drawable.invite_friends_icon) you could hold a reference to the dialog AlertDialog myAlertDialog = new AlertDialog.Builder (activity) .setIcon(R.d