Issue
I want to make an animated drawable background for my android app.
Is possible to make an animated background using <layer-list>
and <animation-list>
.
Solution
From Android Lollipop (API level 21) it is possible to implement using AnimatedVectorDrawable. FOr It's tutorial take a look here
There are also tools that will help to animate vector drawable shapeshifter and you would also want to take a look at this post from the author of the tool shapeshifter An Introduction to Icon Animation Techniques. For basic tutorial of Shapeshifter take a look here
Other than that if you need to use External library then you would like to look here
Answered By - Akash Pal
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.