How to make animation using xml files in android?

I am a new developer for android, I want to make animation using XML files.

I have category for animation :
1. Rotate 2. Scale 3. Traslate 4. Fade 5. page curl.

From this I made the first four. I can only animation page curl, but I have no idea about this animation. Does anyone have an idea?

+5
source share
1 answer

Congratulations on achieving what you still have!

I do not believe that Android has a page freeze feature already available, but you can clone one of the libraries from this list and reuse other people's code!

https://github.com/search?q=android+page+curl&ref=cmdform

0
source

All Articles