AlertDialog with an editText in Android
- by EGHDK
I need to put in an editText inside of an alertDialog. From what I can understand, from this, I need to create a custom dialog. Is that really the only way to put an editText in a alertDialog? I don't want to take make steps than needed to complete a simple task. It should like this in the end:
------------------------
-Please enter your name-
- [ ]-
- (Save) -
------------------------