-5

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.

azizbekian
  • 60,783
  • 13
  • 169
  • 249
Fakher
  • 2,098
  • 3
  • 29
  • 45

1 Answers1

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