|
20 | 20 | - Log 打印:[MLog](https://github.com/ssyijiu/MLog) | [logger](https://github.com/orhanobut/logger) | [xLog](https://github.com/elvishew/xLog) |
21 | 21 | - Log 注解使用:[hugo](https://github.com/JakeWharton/hugo) |
22 | 22 | - 图片选择器:[Matisse](https://github.com/zhihu/Matisse) |
| 23 | +- 优质的第三方库集合:[UltimateAndroidReference](https://github.com/aritraroy/UltimateAndroidReference) |
23 | 24 |
|
24 | 25 | ###special |
25 | 26 | - 二维码:[barcodescanner](https://github.com/dm77/barcodescanner) | [zxing-android-embedded](https://github.com/journeyapps/zxing-android-embedded) |
|
57 | 58 | - 进程保活:[HelloDaemon](https://github.com/xingda920813/HelloDaemon) |
58 | 59 | - 指纹识别:[FingerprintManager](https://github.com/JesusM/FingerprintManager) |
59 | 60 | - SQlite 转 Excel:[SQLiteToExcel](https://github.com/li-yu/SQLiteToExcel) |
| 61 | +- 美团 lint:[MeituanLintDemo](https://github.com/GavinCT/MeituanLintDemo) |
60 | 62 |
|
61 | 63 | ###UI |
62 | 64 | - [Material Design](https://material.google.com/) |
|
78 | 80 | - Recyclerview |
79 | 81 | - Recyclerview 动画:[recyclerview-animators](https://github.com/wasabeef/recyclerview-animators) |
80 | 82 | - Recyclerview 布局:[twoway-view](https://github.com/lucasr/twoway-view) |
81 | | - - 多类型Item:[epoxy](https://github.com/airbnb/epoxy) | [MultiType](https://github.com/drakeet/MultiType) | [AdapterDelegates](https://github.com/sockeqwe/AdapterDelegates) |
| 83 | + - 多类型Item:[epoxy](https://github.com/airbnb/epoxy) | [MultiType](https://github.com/drakeet/MultiType) | [AdapterDelegates](https://github.com/sockeqwe/AdapterDelegates) | [SlimAdapter](https://github.com/MEiDIK/SlimAdapter) |
82 | 84 | - 侧滑删除 拖拽排序:[RecyclerViewUndoSwipe](https://github.com/HoneyNeutrons/RecyclerViewUndoSwipe) |
83 | 85 | - 侧滑、扩展、排序、Header Footer、组合使用:[android-advancedrecyclerview](https://github.com/h6ah4i/android-advancedrecyclerview) |
84 | 86 | - 下拉视差:[PullZoomRecyclerView](https://github.com/dinuscxj/PullZoomRecyclerView) |
|
110 | 112 | - 手势缩放:[PhotoView](https://github.com/chrisbanes/PhotoView) | [PhotoDraweeView](https://github.com/ongakuer/PhotoDraweeView) |
111 | 113 | - 圆形图片:[CircleImageView](https://github.com/hdodenhof/CircleImageView) | [CircleImageView](https://github.com/zuoweitan/CircleImageView) |
112 | 114 | - 图片剪裁:[uCrop](https://github.com/Yalantis/uCrop) | [PhotoCropper](https://github.com/ssyijiu/PhotoCropper) | [cropiwa](https://github.com/steelkiwi/cropiwa) |
113 | | - - 图片压缩:[Android-BitherCompress](https://github.com/jeanboydev/Android-BitherCompress) | [Luban](https://github.com/Curzibn/Luban) | [AdvancedLuban](https://github.com/shaohui10086/AdvancedLuban) | [Compressor](https://github.com/zetbaitsu/Compressor) | [CompressHelper](https://github.com/nanchen2251/CompressHelper) |
| 115 | + - 图片压缩:[Android-BitherCompress](https://github.com/jeanboydev/Android-BitherCompress) | [Luban](https://github.com/Curzibn/Luban) | [AdvancedLuban](https://github.com/shaohui10086/AdvancedLuban) | [Compressor](https://github.com/zetbaitsu/Compressor) | [CompressHelper](https://github.com/nanchen2251/CompressHelper) | [Tiny ](https://github.com/Sunzxyong/Tiny) |
114 | 116 | - LowPoly:[LowPoly](https://github.com/CoXier/LowPoly) |
115 | 117 | - 高斯模糊:[RealtimeBlurView](https://github.com/mmin18/RealtimeBlurView) | [BlurredView](https://github.com/wl9739/BlurredView) | [500px-android-blur](https://github.com/500px/500px-android-blur ) | [AnimeWallpaper](https://github.com/miao1007/AnimeWallpaper) | [GaussianBlur](https://github.com/jrvansuita/GaussianBlur) | [据说目前最快blurkit-android](https://github.com/wonderkiln/blurkit-android) | [Blurry](https://github.com/wasabeef/Blurry) | [Dali](https://github.com/patrickfav/Dali) | [BlurKit-Android](https://github.com/flurgle/BlurKit-Android) |
116 | 118 | - 巨图展示:[subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) | [FrescoBigImageViewer](https://github.com/Piasy/FrescoBigImageViewer) |
|
225 | 227 | - 按键解锁:[PasscodeView](https://github.com/hanks-zyh/PasscodeView) |
226 | 228 | - 点击空白隐藏键盘:[HideKeyboard](https://github.com/yingLanNull/HideKeyboard) |
227 | 229 | - 支持搜索的 Spinner:[SearchableSpinner](https://github.com/miteshpithadiya/SearchableSpinner) |
| 230 | +- 显示各种背景、边框、圆角的 TextView:[SuperTextView](https://github.com/chenBingX/SuperTextView) |
| 231 | +- 可以滚动的 ImageView:[AndroidScrollingImageView](https://github.com/Q42/AndroidScrollingImageView) |
| 232 | +- 直播刷礼物布局:[LiveLayout](https://github.com/Qiang3570/LiveLayout) |
| 233 | +- AndroidBottomSheet:[AndroidBottomSheet](https://github.com/michael-rapp/AndroidBottomSheet) |
| 234 | +- 日历签到:[EasyCalendar](https://github.com/shichaohui/EasyCalendar) |
| 235 | +- 生成漂亮的二维码:[AwesomeQRCode](https://github.com/SumiMakito/AwesomeQRCode) |
228 | 236 |
|
229 | 237 | ###那些炫酷的UI组织: |
230 | 238 | - [Yalantis](https://github.com/Yalantis) |
|
271 | 279 | - 国外的一个组织,里面有许多新技术的研究,MVP、Dagger2、深度学习等等[MindorksOpenSource](https://github.com/MindorksOpenSource) |
272 | 280 | - [时钟应用](https://github.com/philliphsu/ClockPlus) |
273 | 281 | - [一个快递查询 App ,Rxjava2 + Retrofit + Relam + Zxing](https://github.com/TonnyL/Espresso) |
| 282 | +- [diycode 客户端,app 和 sdk 代码很不错](https://github.com/GcsSloop/diycode) |
| 283 | +- [rebase-android 代码质量非常高](https://github.com/drakeet/rebase-android) |
274 | 284 |
|
275 | 285 |
|
276 | 286 |
|
|
0 commit comments