Hi i wanted to create a view exactly like this
.
Once the item in a list view is clicked, a spinner with radio buttons should open.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to display a spinner for every list item clicked in ListView. Its possible with
AlertDialog.Try to create the alert dialog with radio buttons by using this
and try this block
And the code for AlertDialogView() will be like this