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 StoreStore是一个异步数据加载和缓存数据的库。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 boxingboxing是一个多媒体选择器库。可以选择一张或者多张图片,提供预览和裁剪功能。同样支持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 CameraFragmentCameraFragment可以帮助你快速实现打开相机视图,并提供便捷的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 BridgeBridge是一个简单功能强大的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 Reply2017.2.9,Google官方发布了Android Wear2.0系统。有个哥们Luke Klinker 发现了一个遗漏的API,加上之后重新发布了。Github地址:https://github.com/klinker24/wearable-reply ShortbreadAndroid 7.0允许用户长按桌面图标弹出快捷菜单。该库可以帮助开发者快速开发app shortcuts。Github地址:https://github.com/MatthiasRobbers/shortbread Material About该库可以帮助你快速开发一个Material风格的关于界面。效果如下: Github地址:https://github.com/jrvansuita/MaterialAbout
总结完毕~~~
|