您的位置:首页 > 移动开发 > Android开发

ListView及GridView item以特殊动画效果进入屏幕

2015-02-10 10:24 701 查看
项目地址:https://github.com/twotoasters/JazzyListView

Demo地址:https://play.google.com/store/apps/details?id=com.twotoasters.jazzylistview.sample

在线演示:http://lab.hakim.se/scroll-effects/

ListViewAnimations

带Item显示动画的ListView,动画包括底部飞入、其他方向斜飞入、下层飞入、渐变消失、滑动删除等

项目地址:https://github.com/nhaarman/ListViewAnimations

Demo地址:https://play.google.com/store/apps/details?id=com.haarman.listviewanimations

APP示例:Google plus、Google Now卡片式进入、小米系统中应用商店、联系人、游戏中心、音乐、文件管理器的ListView、Ultimate、Light Flow Lite、TreinVerkeer、Running Coach、Pearl Jam Lyrics、Calorie Chart、Car Hire、Super BART、DK FlashCards、Counter Plus、Voorlees Verhaaltjes 2.0



DevsmartLib-Android

横向ListView

项目地址:https://github.com/dinocore1/DevsmartLib-Android

Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/horizontal-listview-demo.apk?raw=true

TwoWayView

横向ListView的效果,继承自AdapterView

项目地址:https://github.com/lucasr/twoway-view

HorizontalVariableListView

支持Item宽度不一致的ListView

项目地址:https://github.com/sephiroth74/HorizontalVariableListView

LinearListView

用LinearLayout实现的ListView,可解决多个ListView并存等问题。目前自己也有需要,等亲自尝试过后会再具体介绍

项目地址:https://github.com/frankiesardo/LinearListView

MultiChoiceAdapter

支持多选的ListView Adapter

项目地址:https://github.com/ManuelPeinado/MultiChoiceAdapter

Demo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.multichoiceadapter.demo

EnhancedListView

支持横向滑动删除列表项以及撤销删除的ListView,该项目的前身是SwipeToDismissUndoList

项目地址:https://github.com/timroes/EnhancedListView

Demo地址:https://play.google.com/store/apps/details?id=de.timroes.android.listviewdemo&rdid=de.timroes.android.listviewdemo
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android listview gridview