I saw the Android app "Mobisle Notes Free" implement a really cool ListView, where a row gets moved to the bottom if its checkbox is checked. It's not just a simple refresh, but an actual animation where you see the row travel to the bottom. Does anyone know how to implement this?
A:
You could check out the Android example application “ApiDemos.” It provides you with some source code that can show you how to do widget based animation.
Edit:
I believe it is classes Animation1, Animation2, and Animation3.
Do you know which example that would be? Saw something around ListViews, but couldn't find the one where the list items animate up and down the list
Sachin
2010-10-08 14:42:51