[android-beginners] Re: How get text from EditText filed which is showing in alert Dialog
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
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