animation - Custom animated menu in Android -
i'm doing new android application right , new menu instead of standard buttons. make project this:

i have several images (max 3 @ same time on screen) , move 1 using drag , down gesture (like standart scrollview). have active option bigger (image 2 on picture) text , move pictures on circular path (red line on picture).
i have idea - make several pictures in list, add animations them , move them after gestures , complicated , maybe have better idea, , don't know how achive same effect in scrollview - fast gesture move more options slow one.
and ideas? best similar examples.
thanks help!
perhaps easier if looking existing approaches/libraries implement carousel ui pattern:
- here article explains in code: android 3d carousel. looks similar screenshot (active item appears bigger, others arranged circularly in background). , based on this, here vertical implementation: android-verticalcarousel
- here 1 approach looks supports many different variations of carousel: carousel-layout-android.
since screenshot shows menu partially off-screen, use this solution achieve that.
Comments
Post a Comment