how to open alert dialog box for second time without running program 2nd time?

Posted by Shahjada Mohsinkhan mohsinkhan on Stack Overflow See other posts from Stack Overflow or by Shahjada Mohsinkhan mohsinkhan
Published on 2011-11-29T09:05:47Z Indexed on 2011/11/29 9:49 UTC
Read the original article Hit count: 168

In my program I have used an alert dialog box on onclick event. But after running my program on event onclick the alert dialog box opens and allows filling information in it. and then on click of ok button alert dialog if condition is matched than data will be submitted and intent will pass otherwise in toast msg it will show something like enter correct password or loginid etc. but when on second click of button on which I have set alertdialogbox the thread msg will appear and it will close the program so what is the solution for this.

Hope for your concern. Thanking you

© Stack Overflow or respective owner

Related posts about android

Related posts about alertdialog