How to make AwCollectionViewSlidingDoors on Android

93 Views Asked by At

I want to make a menu in an Android application that use AwCollectionViewSlidingDoors animation like in iOS. This application uses it. I didn't find any implementation of such thing.

1

There are 1 best solutions below

0
lax1089 On

There is no existing library which offers this type of animated menu for Android, yet. If you want to achieve this, you will have to code it yourself. However it is relatively straight-forward. You just need to utilize the existing Android Animation API and integrate the slide-up/down in a menu.

See previous answer to a question detailing this sort of animation and start educating yourself on the Android Animation API via the official documentation.