Create Dialog with user Input
- by cmptrer
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.