how to read user input from custom dialog in android?
- by urobo
I'd like to use a custom dialog built over an AlterDialog to obtain login info from the user.
In this manner I first use the layoutinflater to get the layout and then put it in the AlertDialog.Builder.setView() method.
LayoutInflater inflater = (LayoutInflater) Home.this.getSystemService(LAYOUT_INFLATER_SERVICE);
layoutLogin =…