Bubble-Picker
An easy-to-use animation which can be used for content picking for Android.
Requirements
- Android SDK 16+
Usage
Add to your root build.gradle:
Add the dependency:
How to use this library
Add BubblePicker
to your xml layout
Override onResume() and onPause() methods to call the same methods from the BubblePicker
Kotlin
Java
Pass the PickerItem
list to the BubblePicker
Kotlin
Java
Specify the BubblePickerListener
to get notified about events
Kotlin
Java
To get all selected items use picker.selectedItems
variable in Kotlin or picker.getSelectedItems()
method in Java.
For more usage examples please review the sample app