已阅读文章整理【UI篇】

(1~10共十篇)

1. 那些年收藏的Android开源库集合(控件)

文章收集了很多很多的UI效果和很好的控件,可以让体验更美好哦!

2. BottomNavigationBar

就是一个Material风格的底部导航栏,非常漂亮; 可设置多种效果,显示带数字的小红点;
基本介绍和使用:http://www.jianshu.com/p/134d7847a01e

已阅读文章整理【UI篇】_第1张图片
BottomNavigation.png

3. TabLayout

使用的MaterialDesign风格,简便的实现ViewPageIndicator的效果
基本介绍和使用:http://www.jianshu.com/p/bbefb97cccdd

已阅读文章整理【UI篇】_第2张图片
TabLayout.png

4. 使用RecyclerView为分组列表打造悬停头部效果使用ItemDecoration

基本展示和介绍:http://www.jianshu.com/p/0d49d9f51d2c

5.StickyHeaderListView

Android 开源之StickyHeaderListView 标题渐变、吸附悬停、筛选分类、动态头部
基本介绍和使用:http://www.jianshu.com/p/3bf26722c489

已阅读文章整理【UI篇】_第3张图片
StickyHeaderListView.png

6.FlexboxLayout

Android可伸缩布局-FlexboxLayout(支持RecyclerView集成
基本介绍和使用:http://www.jianshu.com/p/3c471953e36d

已阅读文章整理【UI篇】_第4张图片
FlexboxLayout.png

7.玩转仿探探卡片式滑动左滑路过,右滑细化效果

git地址:https://github.com/yuqirong/CardSwipeLayout
基本介绍和使用:http://yuqirong.me/

已阅读文章整理【UI篇】_第5张图片
CardSwipeLayout.png

8.Material Design 之 TextInputLayout和TextInputEditText

基本展示和介绍:http://www.jianshu.com/p/2ea0338978e6

已阅读文章整理【UI篇】_第6张图片
TextInputEditText.png

9.两行代码搞定Android视图扩散切换效果

基本展示和介绍:http://www.jianshu.com/p/4c83078d23ef
git地址:https://github.com/zhangke3016/ViewSpreadTranslationController

已阅读文章整理【UI篇】_第7张图片
image.png

10.Android利用Picasso+PhotoView+ViewPager的图片浏览器

展示的其实我已经有Glide实现过了,但是我还没有保存到本地这个细节
基本展示和介绍:http://www.jianshu.com/p/ed2ca5442664

已阅读文章整理【UI篇】_第8张图片
image.png

你可能感兴趣的:(已阅读文章整理【UI篇】)