Create Dialog with user Input
Posted
by cmptrer
on Stack Overflow
See other posts from Stack Overflow
or by cmptrer
Published on 2010-04-28T00:08:28Z
Indexed on
2010/04/28
0:13 UTC
Read the original article
Hit count: 591
android
Is it possible to create an AlertDialog, or custom Dialog wit an EditText box?
If not, how do I make an activity window floatable.
What I want to do is show a screen with some text, a small box for the user to enter a couple digits, and then a submit and cancel button, and am trying to find out the best way to do this.
© Stack Overflow or respective owner