相关阅读:
吊炸天!74款APP完整源码!
[干货]2017已来,最全面试总结——这些Android面试题你一定需要
Android 名企面试题及涉及知识点整理
原文链接http://blog.csdn.net/crazy1235/article/details/55805071
2017必将流行的25个android库,你一定会用到,建议收藏!
medium 平台有位作者总结了2017年初最棒最受欢迎的25个第三方库,相信大家都应该尝试一下。
Lottie
这是一个动画库。通过Adobe After Effects做出动画效果,然后通过Bodymovin(AE的插件)导出JSON数据,然后通过该库生成原生动画效果。
在Google Play Store上可以下载demo。
该项目在Github上已经由超过8000个star。
猴赛雷~~ ***Airbnb***公司出品。
效果图如下:
Github地址:https://github.com/airbnb/lottie-android
Toasty
这是一个自定义Toast的库。
效果图:
Github地址:https://github.com/GrenderG/Toasty
StyleableToast
这也是一个Toast增强库。
效果如下:
Github地址:https://github.com/Muddz/StyleableToast
Store
Store是一个异步数据加载和缓存数据的库。
Github地址:https://github.com/NYTimes/Store
PreviewSeekBar
其实大家用PC优酷看视频的时候,鼠标放到进度条撒花姑娘就可以预览到所指向的帧画面。
一个叫[Ruben Sousa](https://medium.com/@rubensousa)的哥们做出了一个库并开源。
效果如下L:
Github地址:https://github.com/rubensousa/PreviewSeekBar
Chuck
如果你使用OkHttp作为网络请求库,那么这个Chuck库可以帮助你拦截留存所有的HTTP请求和相应信息。同时也提供UI来显示拦截的信息
效果如下:
Github地址:https://github.com/jgilfelt/chuck
CoordinatorTabLayout
该库可以帮你快速实现TabLayout和CoordinatorLayout的组合效果。
效果如下:
Github地址:https://github.com/hugeterry/CoordinatorTabLayout
boxing
boxing是一个多媒体选择器库。
可以选择一张或者多张图片,提供预览和裁剪功能。
同样支持gif图,选择视频和图像压缩功能。
(B站出品哦!!)
效果如下:
Github地址:https://github.com/Bilibili/boxing
excelPanel
提供一个二维的RecyclerView控件。
效果如下:
Github地址:https://github.com/zhouchaoyuan/excelPanel
HorizontalCalendar
该库是一个水平展示日历的控件,也是通过RecycerView来实现的。
效果如下:
Github地址:https://github.com/Mulham-Raee/HorizontalCalendar
CameraFragment
CameraFragment可以帮助你快速实现打开相机视图,并提供便捷的API来捕获图片。
效果如下:
Github地址:https://github.com/florent37/CameraFragment
AwesomeBar
该控件时Topbar的一个扩展,类似于Actionbar或者Toolbar。可结合DrawerLayout使用。
效果如下:
Github地址:https://github.com/florent37/AwesomeBar
ArcNavigationView
这是一个有弯曲边缘效果的NavigationView控件。
效果如下:
Github地址:https://github.com/rom4ek/ArcNavigationView
ShimmerRecyclerView
这个一个自定义的RecyclerView,在加载item的时候可以“bulingbuling”的闪动。可以通过内置的adapter控制效果。
效果如下:
Github地址:https://github.com/sharish/ShimmerRecyclerView
Android-SwitchIcon
这是个自定义的switch控件。扩展自AppCompatImageView,允许使用vector和image。
效果如下:
Github地址:https://github.com/zagum/Android-SwitchIcon
CounterFab
该库针对FloatingActionButton的扩展,可以显示角标。
效果如下:
Github地址:https://github.com/andremion/CounterFab
FadingTextView
该控件可以让TextView每隔一定时间通过淡入淡出动画效果切换文本
效果如下:
Github地址:https://github.com/rosenpin/FadingTextView
Bridge
Bridge是一个简单功能强大的HTTP网路请求库。提供流畅的链式调用API,通过URLConnection方式访问网络。
Github地址:https://github.com/afollestad/bridge
Ason
该库使用来JSON解析的,简化对JSON的操作。
Github地址:https://github.com/afollestad/ason
ObjectBox
相信不少人都用过GreenDao和EventBus,这两库都是greenrobot公司出品。ObjectBox也是该公司出品。
GreenDao号称是最快的与SQLite的对象关系映射(ORM)。但是自从2011年以来,公司声称发现了许多的缺陷,有很多问题影响了性能。所以开发出另外一套性能最好且易用的NoSQL数据库,优于其他数据库5-15倍的性能。
Github地址:https://github.com/greenrobot/ObjectBox
FlowLayout
流式标签布局
效果如下:
Github地址:https://github.com/nex3z/FlowLayout
Unofficial Google Actions Java SDK
官方的Actions SDK是通过Node.js来写的。这是一个非官方的Java版本。
Github地址:https://github.com/frogermcs/Google-Actions-Java-SDK
Wearable Reply
2017.2.9,Google官方发布了Android Wear2.0系统。有个哥们Luke Klinker 发现了一个遗漏的API,加上之后重新发布了。
Github地址:https://github.com/klinker24/wearable-reply
Shortbread
Android 7.0允许用户长按桌面图标弹出快捷菜单。该库可以帮助开发者快速开发app shortcuts。
Github地址:https://github.com/MatthiasRobbers/shortbread
Material About
该库可以帮助你快速开发一个Material风格的关于界面。
效果如下:
Github地址:https://github.com/jrvansuita/MaterialAbout
总结完毕~~~
看完本文有收获?请分享给更多人
欢迎关注我们,一起讨论技术,扫描和长按下方的二维码可快速关注我们。或搜索微信公众号:JANiubility。
公众号:JANiubility