I am new to writing Android Applications, and I need to be able to implement the following functionality. When a user clicks a specific button, I want a customized “prompt” box to appear, containing several fields (a textfield, a password field, and a checkbox field). I would also be nice if I could add an image inside this box.
How would I go about implementing this sort of functionality?
Thanks
You need to create a Custom Dialog.
where custom_dialog is a layout xml file for the dialog.