-
Notifications
You must be signed in to change notification settings - Fork 2
setSingleChoiceItems with adapter #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hello!
Thanks! |
|
Hi,
Regards, |
(How does it work for your app? you check the item and then? How do you confirm? Just going back? Maybe also "multiple choice" dialog would be cool ;) )
|
|
Hi again,
Regards, |
|
I made the required updates (dialog title, positive and negative button, which works out of the box), plus I added implementation for the function overloads, although not exemplified in test activity. |
|
Hi. |
|
Thank you very much! |
|
You're welcome! |
I implemented setSingleChoiceItems (ListAdapter adapter, int checkedItem, final DialogInterface.OnClickListener listener), and added usage example to test activity. Also, I incremented gradle version.