0

How would I make animations like this and this? I couldn't find any result on Google showing me how to do it. I have absolutely no idea of how to go about making such animations.

Any help would be greatly appreciated.

1 Answers1

0

Animation in the links implemented with animated gifs/jpegs. In order to make such animations in Android you will have to:

  1. Create individual frames of your animations and save them in .png files
  2. Create AnimationDrawable and add your frames there
  3. Use your new drawable where you'd like to see an animation

Edit: different way was described here

Community
  • 1
  • 1
Kirill K
  • 771
  • 6
  • 17