I am building a android app using Android Studio.
I need to create a custom alert dialog, with a TextView and a Spinner, to prompt a user to edit values saved in a list. I am currently using a default alert dialog to edit the one variable in the list (quantity of the item selected), but I must now be able to edit both variables (quantity and tax amount). The quantity will be a simple int, and the tax amount is a predefined variable list found in each users personal database.
What is the best way to create and implement a custom alert dialog for users to edit their lists?
Our community of experts have been thoroughly vetted for their expertise and industry experience.