igalata / Bubble-Picker

An easy-to-use animation which can be used for content picking for Android
https://medium.com/@igalata13/how-to-create-a-bubble-selection-animation-on-android-627044da4854#.js8nebsx6
1.4k stars 249 forks source link

Bubble picker to Bitmap #71

Open AlvaroFalcon opened 6 years ago

AlvaroFalcon commented 6 years ago

Hi, I was wondering if I can make a custom VIew that extends BubblePicker, set the adapter on the constructor, instantiate it and after that transform the view to a Bitmap, for future use.

Is this possible, and how? Thanks.