Bubble-Picker
Bubble-Picker copied to clipboard
How to set Bubbles inside the window?
When we swipe the screen the bubbles should remain inside the view and should not go outside.How to achieve this?
@SachinSoma This change seems to change the whole algorithm that Mr. Igalata wrote, so I did not care about it. This library uses Box2D physics to handle collisions.
Do you have any solutions for this functionality
No, I don't...
-you can use those 3 lines of code to collect bubbles: bubblePicker.setVisibility(View.GONE); bubblePicker.setCenterImmediately(true); bubblePicker.setVisibility(View.VISIBLE); -or only use in your oncreate method to start screen with bubbles in center: bubblePicker.setCenterImmediately(true);