Android Development – More Animations, Part 2

In this final part of this series, I’ll demonstrate how to combine animations and sprinkle some interpolator goodness in the animation definition file. We’ll be picking up where we left off in Part 1, so go there to review if you have to. Animation Sets The way to combine animations in Android is by using [...]

 
Android Development – More Animations, Part 1

In this first part of the series we will present a few animations using TextViews on the same screen. The finished result will look like below. The Goal For this sample, we will be demonstrating three different animations: alpha, translate, and rotate. We will be defining the animations in XML files instead of code, and [...]

 

In this brief post I’ll go over how to implement a bare bones bounce animation on some hard-coded text in an Android app. To achieve this effect, we will be using both a translate animation class and a bounce interpolator class, both provided by the Android SDK. [Edit:] Some readers wanted to see what this [...]

© 2011 Musings of the Bare Bones Coder Suffusion theme by Sayontan Sinha