开发者

Animate rows within a ListView

开发者 https://www.devze.com 2023-01-18 04:12 出处:网络
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

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 bot开发者_StackOverflow中文版tom. Does anyone know how to implement this?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消