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.
Asked
Active
Viewed 92 times
-5

azizbekian
- 60,783
- 13
- 169
- 249

Fakher
- 2,098
- 3
- 29
- 45
-
We cannot just provide ready solution to you. – GensaGames Jun 02 '17 at 10:02
-
Is there at least a lib that can help – Fakher Jun 02 '17 at 16:06
1 Answers
1
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.

lax1089
- 3,403
- 3
- 17
- 37