您的位置:首页 > 产品设计 > UI/UE

Android非常好用的UI组件或者框架——之收藏

2015-06-04 11:23 459 查看
1. https://github.com/novoda/ImageLoader 异步加载图片,缓存,生成缩略图, 基本上每个应用都会需要这个lib.

2. https://github.com/chrisbanes/Android-PullToRefresh 类似新浪微博,twitter,下拉刷新列表, 更牛的是还支持上拉加载更多, 不仅仅是ListView,而且GridView也支持.

3. https://github.com/excilys/androidannotations 一个很好的快速开发的框架, 大量使用annotation来代替hard code.

4. https://github.com/jfeinstein10/SlidingMenu 这个可以结合ActionBarSherlock.

5. Left Locked Gallery https://github.com/TheLevelUp/android-left-locked-gallery android官方的Gallery是center lock的 意思是你只能居中显示你选中的item。 当你想要实现下面的界面时 用Left Locked Gallery就很方便了.

6. Stickygridheaders https://github.com/TonicArtos/StickyGridHeaders 和 StickyListHeaders https://github.com/emilsjolander/StickyListHeaders 类似qq联系人那种.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: