animation - Custom animated menu in Android -


i'm doing new android application right , new menu instead of standard buttons. make project this:

menu

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:

since screenshot shows menu partially off-screen, use this solution achieve that.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -