2

I want to have the same effect of animation of the logo as shown in the .gif I don't have any idea about how to create it? Can I make this using Java in Android Studio or some other tool should be used for it?This is the sample video

Mehwish Mustafa
  • 41
  • 1
  • 10

3 Answers3

1

Refer link you can include gif in ImageView to display the animation that you want

Arul
  • 1,031
  • 13
  • 23
0

To make an animation you can use Adobe Illustrator and animation can be run with Lottie Android.

Hamed Karami
  • 405
  • 1
  • 6
  • 28
0

You can deign animation in environment such as Adobe XD and then generate .json file. Now by using Lottie library, you can load your animation.

M Karimi
  • 1,991
  • 1
  • 17
  • 34