-
Notifications
You must be signed in to change notification settings - Fork 9
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
Link a button with chosen Bubble #8
Comments
@dvlpd if I have understand what you need, you want open an specific Activity according to what bubble was clicked right? You could solve this with 2 steps: 1 Step: In the adapter bellow you could Store each PickerItem that was created in a pickerItemList
2 Step: You can compare if the item returned when clicked is equals for some item in yout list position, and then you call the activity you want in the specific Item that was clicked.
Map thecondition to open the acitivity you want depending on what buble was clicked. This sample is not the best one but represents a possible solution for what you want =) |
Thank you for your answer, Sir |
Hello, @hantrungkien !
Thank you for your library! The question is this: How can I link one selected activity with a button? I need my app to understand what bubble was selected and then move user to another activity.
If anyone else knows you to do so, please be free to answer here :)
P.S. I'm new at coding
The text was updated successfully, but these errors were encountered: