|
1 | | -#总结这些并没有什么用 |
| 1 | +# 总结这些并没有什么用 |
2 | 2 | 本文来自:[书生依旧](https://github.com/ssyijiu)的[Android阅读笔记](https://github.com/ssyijiu/Android-ReadingNotes),这不是博客,只是笔记,最纯粹的干货,转载请注明出处。 |
3 | 3 | 完成时间:2016/10/14 |
4 | 4 | > 总结一下现在 Android 的流行技术,本文不包括 RxJava 系列。 |
5 | 5 |
|
6 | | -###common |
| 6 | +### common |
7 | 7 | - 架构:[MVP](https://github.com/googlesamples/android-architecture) | [Data Binding](https://developer.android.com/topic/libraries/data-binding/index.html) |
8 | 8 | - 网络请求:[retrofit](https://github.com/square/retrofit) | [okhttp](https://github.com/square/okhttp) |
9 | 9 | - 图片加载:[picasso](https://github.com/square/picasso) | [glide](https://github.com/bumptech/glide) | [fresco](https://github.com/facebook/fresco) |
|
22 | 22 | - 图片选择器:[Matisse](https://github.com/zhihu/Matisse) |
23 | 23 | - 优质的第三方库集合:[UltimateAndroidReference](https://github.com/aritraroy/UltimateAndroidReference) |
24 | 24 |
|
25 | | -###special |
| 25 | +### special |
26 | 26 | - 二维码:[barcodescanner](https://github.com/dm77/barcodescanner) | [zxing-android-embedded](https://github.com/journeyapps/zxing-android-embedded) |
27 | | -- 视频播放:[ijkplayer](https://github.com/Bilibili/ijkplayer) | [Vitamio](https://github.com/yixia/VitamioBundle) |
| 27 | +- 视频播放:[ijkplayer](https://github.com/Bilibili/ijkplayer) | [Vitamio](https://github.com/yixia/VitamioBundle) | [ExoPlayer](https://github.com/google/ExoPlayer) | [mp4parser](https://github.com/sannies/mp4parser) |
28 | 28 | - 图表绘制:[MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) |
29 | 29 | - HTML 解析:[jsoup](https://github.com/jhy/jsoup) |
30 | 30 | - 混合开发:[rexxar](https://github.com/douban/rexxar-android) |
|
59 | 59 | - 指纹识别:[FingerprintManager](https://github.com/JesusM/FingerprintManager) |
60 | 60 | - SQlite 转 Excel:[SQLiteToExcel](https://github.com/li-yu/SQLiteToExcel) |
61 | 61 | - 美团 lint:[MeituanLintDemo](https://github.com/GavinCT/MeituanLintDemo) |
| 62 | +- Activity 路由:[ARouter](https://github.com/alibaba/ARouter) | [Ferryman](https://github.com/Jude95/Ferryman) | [ActivityRouter](https://github.com/mzule/ActivityRouter) | [AndRouter](https://github.com/campusappcn/AndRouter) | [Router](https://github.com/yjfnypeu/Router) |
| 63 | +-下载框架: [FileDownloader](https://github.com/lingochamp/FileDownloader) | [Aria](https://github.com/AriaLyy/Aria) | [xUtils3](https://github.com/wyouflf/xUtils3) |
62 | 64 |
|
63 | | -###UI |
| 65 | +### UI |
64 | 66 | - [Material Design](https://material.google.com/) |
65 | 67 | - Material Design 兼容:[material](https://github.com/rey5137/material) |
66 | 68 | - Material Design 颜色:[materialette](https://github.com/mike-schultz/materialette) |
|
94 | 96 | - 点击扩散动画:[ActSwitchAnimTool](https://github.com/Yellow5A5/ActSwitchAnimTool) | [TapTargetView](https://github.com/KeepSafe/TapTargetView) |
95 | 97 | - Loading 动画:[AVLoadingIndicatorView](https://github.com/81813780/AVLoadingIndicatorView) | [Android-SpinKit](https://github.com/ybq/Android-SpinKit) | |
96 | 98 | - Loading Dialog: [spots-dialog](https://github.com/d-max/spots-dialog) |
97 | | -- Material Design 进度条:[materialish-progress](https://github.com/pnikosis/materialish-progress) | [SmoothProgressBar](https://github.com/castorflex/SmoothProgressBar) |
| 99 | +- Material Design 进度条:[materialish-progress](https://github.com/pnikosis/materialish-progress) | [SmoothProgressBar](https://github.com/castorflex/SmoothProgressBar) | [ProgressView](https://github.com/WhiteDG/ProgressView) |
98 | 100 | - 数字进度条:[NumberProgressBar](https://github.com/daimajia/NumberProgressBar) |
99 | 101 | - Splash 引导:[AppIntro](https://github.com/PaoloRotolo/AppIntro) | [material-intro-screen](https://github.com/TangoAgency/material-intro-screen) | [ProductTour](https://github.com/matrixxun/ProductTour) | [SlidingTutorial-Android](https://github.com/Cleveroad/SlidingTutorial-Android) |
100 | 102 | - MIUI 爆炸:[ExplosionField](https://github.com/tyrantgit/ExplosionField) |
|
126 | 128 | - 标签控件:[FlycoLabelView](https://github.com/H07000223/FlycoLabelView) | [cornerlabelview](https://github.com/czy1121/cornerlabelview) | [AvatarLabelView](https://github.com/yanbober/AvatarLabelView) |
127 | 129 | - ToolBar 搜索:[MaterialSearchView](https://github.com/MiguelCatalan/MaterialSearchView) | [JellyToolbar](https://github.com/Yalantis/JellyToolbar) |
128 | 130 | - Markdown View:[MarkdownView-Android](https://github.com/mukeshsolanki/MarkdownView-Android) |
129 | | -- 沉浸式状态栏:[StatusBarUtil](https://github.com/laobie/StatusBarUtil) |
| 131 | +- 沉浸式状态栏:[StatusBarUtil](https://github.com/laobie/StatusBarUtil) | [ImmersionBar](https://github.com/gyf-dev/ImmersionBar) |
130 | 132 | - IOS OverScroll 效果:[overscroll-decor](https://github.com/EverythingMe/overscroll-decor) |
131 | 133 | - 手势解锁:[PinLockView](https://github.com/aritraroy/PinLockView) | [LolliPin](https://github.com/OrangeGangsters/LolliPin) |
132 | 134 | - 日期选择器:[MaterialDateTimePicker](https://github.com/wdullaer/MaterialDateTimePicker) | [ndroid-times-square](https://github.com/square/android-times-square) | [MaterialDateRangePicker](https://github.com/borax12/MaterialDateRangePicker) | [material-calendarview](https://github.com/prolificinteractive/material-calendarview) |
|
157 | 159 | - 选中圆形的底部导航:[SpaceTabLayout](https://github.com/thelong1EU/SpaceTabLayout) |
158 | 160 | - 芝麻信用分:[CreditSesameRingView](https://github.com/HotBitmapGG/CreditSesameRingView) |
159 | 161 | - 贝塞尔曲线:[BezierMaker](https://github.com/venshine/BezierMaker) |
160 | | -- 跑马灯:[MarqueeViewLibrary](https://github.com/gongwen/MarqueeViewLibrary) |
| 162 | +- 跑马灯:[MarqueeViewLibrary](https://github.com/gongwen/MarqueeViewLibrary) | [RotatingText](https://github.com/sdsmdg/RotatingText) |
161 | 163 | - HTML 语法构建 TextView:[html-builder](https://github.com/jrummyapps/html-builder) |
162 | 164 | - 聊天群组多个头像组合:[MultiImageView](https://github.com/stfalcon-studio/MultiImageView) |
163 | 165 | - 下雪效果:[android-snowfall](https://github.com/JetradarMobile/android-snowfall) | [SnowingView](https://github.com/HelloVass/SnowingView) |
|
166 | 168 | - 上下箭头动态效果:[Android-ExpandIcon](https://github.com/zagum/Android-ExpandIcon) |
167 | 169 | - 根据手腕移动的ImageView:[PanoramaImageView](https://github.com/gjiazhe/PanoramaImageView) |
168 | 170 | - 不规则多变形:[Vorolay](https://github.com/Quatja/Vorolay) |
169 | | -- 加载时白光闪过:[ShimmerRecyclerView](https://github.com/sharish/ShimmerRecyclerView) |
| 171 | +- 加载时白光闪过:[ShimmerRecyclerView](https://github.com/sharish/ShimmerRecyclerView) | [ShimmerLayout](https://github.com/team-supercharge/ShimmerLayout) |
170 | 172 | - 不依赖任何View 侧滑:[SlideLayout](https://github.com/yanbober/SlideLayout) | [SwipeDelMenuLayout](https://github.com/mcxtzhang/SwipeDelMenuLayout) | [BGASwipeItemLayout-Android](https://github.com/bingoogolapple/BGASwipeItemLayout-Android) |
171 | 173 | - 可以翻转的 View:[EasyFlipView](https://github.com/wajahatkarim3/EasyFlipView) |
172 | 174 | - 地图雷达扫描:[GoogleMapsAnimations](https://github.com/aarsy/GoogleMapsAnimations) |
|
235 | 237 | - 生成漂亮的二维码:[AwesomeQRCode](https://github.com/SumiMakito/AwesomeQRCode) |
236 | 238 | - 电影院选座、商场购物地图、展位摊位在线预定、办公场地租赁工位等需要操作不规则区域的功能:[InDoorSurfaceView](https://github.com/karonl/InDoorSurfaceView) |
237 | 239 | - 极光推送开发 IM UI 组件库[aurora-imui](https://github.com/jpush/aurora-imui) |
| 240 | +- Emoji 表情:[android-EmojiCompat](https://github.com/googlesamples/android-EmojiCompat) |
| 241 | +- 视频实时渲染:[ExoPlayerFilter](https://github.com/MasayukiSuda/ExoPlayerFilter) |
| 242 | +- Web 简易图文展示:[Web 简易图文展示](https://yedaxia.github.io/Android-RichEditor-And-NativeHtml/) |
238 | 243 |
|
239 | | -###那些炫酷的UI组织: |
| 244 | +### 那些炫酷的UI组织: |
240 | 245 | - [Yalantis](https://github.com/Yalantis) |
241 | 246 | - [DevLight-Mobile-Agency](https://github.com/DevLight-Mobile-Agency) |
242 | 247 | - [Cleveroad](https://github.com/Cleveroad) |
243 | 248 |
|
244 | | -###那些炫酷的App |
| 249 | +### 那些炫酷的App |
245 | 250 | - [android-topeka](https://github.com/googlesamples/android-topeka) |
246 | 251 | - [plaid](https://github.com/nickbutcher/plaid) |
247 | 252 | - [MaterializeYourApp](https://github.com/antoniolg/MaterializeYourApp) |
248 | 253 | - [Onboarding](https://github.com/eoinfogarty/Onboarding) |
249 | 254 | - [from_design_to_android_part1](https://github.com/saulmm/from_design_to_android_part1) |
250 | 255 |
|
251 | 256 |
|
252 | | -###那些炫酷动画 |
| 257 | +### 那些炫酷动画 |
253 | 258 | - 沙漠风情:[desertplaceholder](https://github.com/JetradarMobile/desertplaceholder) |
254 | 259 | - [Depth-LIB-Android-](https://github.com/danielzeller/Depth-LIB-Android-) |
255 | 260 |
|
256 | | -###Three party service |
| 261 | +### Three party service |
257 | 262 | - 数据分析:[友盟](http://www.umeng.com/) | [腾讯移动分析](http://mta.qq.com/) |
258 | 263 | - 推送服务:[小米推送](http://dev.xiaomi.com/console/?page=appservice&mod=push) |
259 | 264 | - 即时通信:[融云](http://www.rongcloud.cn/) |
|
262 | 267 | - 后台:[Bmob](http://www.bmob.cn/) |
263 | 268 |
|
264 | 269 |
|
265 | | -###Other |
| 270 | +### Other |
266 | 271 | - [AndroidTDDBootStrap](https://github.com/Piasy/AndroidTDDBootStrap) |
267 | 272 | - [Meizhi](https://github.com/drakeet/Meizhi) |
268 | 273 | - [Dribbbler](https://github.com/81813780/Dribbbler) |
|
283 | 288 | - [一个快递查询 App ,Rxjava2 + Retrofit + Relam + Zxing](https://github.com/TonnyL/Espresso) |
284 | 289 | - [diycode 客户端,app 和 sdk 代码很不错](https://github.com/GcsSloop/diycode) |
285 | 290 | - [rebase-android 代码质量非常高](https://github.com/drakeet/rebase-android) |
| 291 | +- [android-architecture-components](https://github.com/googlesamples/android-architecture-components) |
| 292 | +- 非常棒的 IM 项目[wire-android](https://github.com/wireapp/wire-android) |
| 293 | +- 直播:[SmarterStreaming](https://github.com/daniulive/SmarterStreaming) |
286 | 294 |
|
287 | 295 |
|
288 | 296 |
|
289 | | -## 联系作者 |
| 297 | +## 联系作者 |
290 | 298 | - Github : [ssyijiu](https://github.com/ssyijiu) |
291 | 299 | - E-mail : lxmyijiu@163.com |
292 | 300 | - WeChat : [ssyijiu11](http://obe5pxv6t.bkt.clouddn.com/weixin.jpg) |
0 commit comments