android - Keep AlertDialog's DialogInterface opened -


I have a custom alert dialog where the user has to set a password. There are two editorial ideas. I compare them before if they match and if they are more than 3 characters long then they do not match, I show the toast to warn the user. But the dialog stops after submitting and checking. Unless the user incorporates the right values, how can I lose it?

I was doing something similar, I could not do this with the standard alert dialog.

In a potential way I came to know that no button was specified in your alertdownload and instead keep a view with your own custom button check is required when rejecting the dialogue Please give it.

Another option is to create your own custom communication by Dialog subclassing.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -