Skip to content

anod/android-framework-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

270 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-framework-lib

Android standard framework extensions

AppLog - Wrapper on top of android.util.Log class:

  • Formats messages with method name
  • Add support for exception listeners

Animations

  • RevealAnimatorCompat
  • ResizeAnimator
  • AnimatorCollection - performs animation with list of Animators

Images

  • Images MemoryCache
  • ImageLoader using MemoryCache