I’m trying to find a way to create a popup screen for some user input which includes radio button, editText, button. I don’t want to start a new activity.
what would be a good option? AlertDialog? Spinner?Popup menu?
Thanks
I’m trying to find a way to create a popup screen for some user
Share
AlertDialog would be fine for this. You can declare a layout.xml file with all of the components you’ll need and then inflate it and set it as the content of your dialog.