Skip to content

ajkh35/AnimationsInAndroid

Repository files navigation

AnimationsInAndroid

This is an Android POC to demonstrate animation effects. These animations make use of the fundamental animation framewoks provided by android like View animations, Property animations etc. You can find the published app on play store named "Animations in Android" at this url "https://play.google.com/store/apps/details?id=com.myapp.ajay.animationsinandroid".

View Animations

View animations are android's built-in animation effects which are produced by basic view properties like alpha, scale, rotation etc. So basically in this type of animation we are altering a views attributes to produce animation effects.

Property Animations

Property animations are highly customizable animations framework. The concept here is to change the attribute values of a view object in accordance with a range of values either linearly or non-linearly.

Drawable Animations

Drawable animations is the most basic form of animation. It is just a motion of series of drawable images to create an animation effect.

About

A demo app to display Android Animations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages