How to create UI and Controls like Apple Music App

2019-02-26 08:42发布

Video Link

I want to create view and animation like Apple Music App available in iOS. But, I want to do it in Android similar to above video link.

Is it possible to create such views in Android? How can I achieve this? How to proceed in this?

Please share any links and references.

This question is already asked but has no answer.

I want to implement something like Apple's new Music app which is synced with iTunes. Bubbles on the move, according to mood we can select a music, genre etc. I want this type of gesture with moving bubbles in Android. Can anyone help me out, how to figure out and play with Gestures or Motion Controls of that bubbles anywhere in screen. Also is there any support library if available would be very helpful to implement and move further. The bubbles are to be created randomly by a web service call.

Any suggestion in this will be helpful.

1条回答
干净又极端
2楼-- · 2019-02-26 09:13

i have used box2d with libGdx to configure the gradle in android studio... u can refer my project on github which has selectable bubbles in random motion, and u can ask if any doubts... https://github.com/mohitKejriwal/Bubble-UI-Android

查看更多
登录 后发表回答