Skip to content

tianyutingxy/android-animation-backport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

android-animation-backport

Backport of the Android 4.0 property animation framework to Android 1.5+.

  • All the classes in android.animation are present, except for LayoutTransition as it requires View.OnLayoutChangeListener which only exists starting from Android 4.0. As this is missing an integral part of View, this is non-trivial to port.
  • The java.util.*Property classes were also backported.
  • The backported classes have been moved to backports.animation (from android.animation) and backports.property (from android.util).

Usage

See http://developer.android.com/guide/developing/projects/projects-eclipse.html#ReferencingLibraryProject .

Authors

  • Google
  • Backported by Wladimir J. van der Laan

About

Backport of the Android 4.0 property animation framework to 2.1+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • HTML 0.3%