What's the difference between Animation and TranslateAnimation? Where should I use everyone?
Animation is the superclass of TranslateAnimation. A TranslateAnimation changes the position of the animated view. You can find all ainmation types in android here: http://developer.android.com/reference/android/view/animation/Animation.html