Advance sliding menu in android

Hi friends, I want to implement a sliding menu. I like iOS 7 in the android below, this is the url, as one is implemented in iOS.

enter image description herehttps://raw2.github.com/romaonthego/RESideMenu/master/Demo.gif

To view the full animation, please visit the URL above.

I want to implement the same in android.

To implement this strategy, I accept the frame layout and use the translation scaling and animation together.

If someone has already implemented this type of presentation or thought about it, please share.

+4
source share
1 answer

This is what you were looking for :)

https://github.com/SpecialCyCi/AndroidResideMenu

+2

Source: https://habr.com/ru/post/1526105/


All Articles