Bubble-Picker
Bubble-Picker copied to clipboard
Enhancement - Bubble Picker Adapters
First, great job on this library. It's given me a great idea for an app that I intend to develop.
Second, this seems like it would lend well to an adapter pattern, similar to Android ListViews or RecyclerViews. This is of course no small feat, but I'd love to see some way to implement custom physics so that developers can customize the location of the bubbles in the view and how they interact with each other. For example, customizing the rotation of the bubbles in the view, creating different clusters of bubbles in the view, or specifying orbital physics to bring certain bubbles closer to the center of the view.
Finally, I have to say BECAUSE of my first two statements, you've really motivated me to start learning Kotlin so I can extend the project, perhaps in the ways mentioned above if I can get comfortable with the code. So thank you for that!
Hi @JRSoftware92 :) Thanks for your feedback and for your attention to my library :) Yep, I think it's reasonable, since the number of parameters is growing and it seems to be unhandy to use them all at the same time. The standard adapter is a good solution. Also I'm thinking about how to make it easy for developer to customize the physics of the animation. Any way it's necessary to give an access to engine properties (e.g 'World' or 'Body') and to write a comprehensive guide how to use them. I'll start working on it.
Thank you for such a kind feedback:) I can advise you some sources for learning if necessary