├── 图标Icon
└── README.md
├── README.md
├── 网络框架Network
└── README.md
├── 按钮Button
└── README.md
├── 弹框Dialog
└── README.md
├── 开发框架Framework
└── README.md
├── 图表Chart
└── README.md
├── 选择器Picker
└── README.md
├── 特效Effect
└── README.md
├── 菜单Menu
└── README.md
├── 进度条Progressbar
└── README.md
├── 动画Animation
└── README.md
├── 图片框架Image
└── README.md
├── 文本Label
└── README.md
├── 辅助工具类Utils
└── README.md
├── 列表List
└── README.md
├── 自定义控件Custom
└── README.md
└── 完整开源项目Project
└── README.md
/图标Icon/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 图标 Icon
2 |
3 | 包含:各种图标资源库
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | ---
8 |
9 | - [http://www.easyicon.net/](http://www.easyicon.net/)
10 | - [http://www.iconpng.com/](http://www.iconpng.com/)
11 | - [http://findicons.com/](http://findicons.com/)
12 | - [https://www.iconfinder.com/](https://www.iconfinder.com/)
13 |
14 |
15 | ---
16 |
17 | **emojicon**: https://github.com/rockerhieu/emojicon
18 |
19 | A library to show emoji in TextView, EditText (like WhatsApp) for Android
20 |
21 |
22 |
23 | ---
24 |
25 | **material-design-icons**: https://github.com/google/material-design-icons
26 |
27 | Material Design icons by Google.[http://google.github.io/material-design-icons/](http://google.github.io/material-design-icons/)
28 |
29 | ---
30 |
31 | **material-icon-lib**: https://github.com/code-mc/material-icon-lib
32 |
33 | Library containing over 1000 material vector icons that can be easily used as Drawable or as a standalone View.
34 |
35 |
36 |
37 | ---
38 |
39 | **Android-Iconics**: https://github.com/mikepenz/Android-Iconics
40 |
41 | Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application. http://mikepenz.github.io/Android-Iconics
42 |
43 |
44 |
45 | ---
46 |
47 | **android-iconify**: https://github.com/JoanZapata/android-iconify
48 |
49 | Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,... http://joanzapata.com/android-iconify
50 |
51 |
52 |
53 | ---
54 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # AndroidLibs
2 |
3 | 收集Android开发中优秀的开源组件库,方便大家查询.
4 |
5 | ---
6 |
7 | ###目录 Catalogue
8 |
9 |
10 | - [列表List](https://github.com/sothing/share-android/tree/master/%E5%88%97%E8%A1%A8List)
11 | - [动画Animation](https://github.com/sothing/share-android/tree/master/%E5%8A%A8%E7%94%BBAnimation)
12 | - [图标Icon](https://github.com/sothing/share-android/tree/master/%E5%9B%BE%E6%A0%87Icon)
13 | - [图片框架Image](https://github.com/sothing/share-android/tree/master/%E5%9B%BE%E7%89%87%E6%A1%86%E6%9E%B6Image)
14 | - [图表Chart](https://github.com/sothing/share-android/tree/master/%E5%9B%BE%E8%A1%A8Chart)
15 | - [完整开源项目Project](https://github.com/sothing/share-android/tree/master/%E5%AE%8C%E6%95%B4%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AEProject)
16 | - [布局Layout](https://github.com/sothing/share-android/tree/master/%E5%B8%83%E5%B1%80Layout)
17 | - [开发框架Framework](https://github.com/sothing/share-android/tree/master/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6Framework)
18 | - [弹框Dialog](https://github.com/sothing/share-android/tree/master/%E5%BC%B9%E6%A1%86Dialog)
19 | - [按钮Button](https://github.com/sothing/share-android/tree/master/%E6%8C%89%E9%92%AEButton)
20 | - [文本Label](https://github.com/sothing/share-android/tree/master/%E6%96%87%E6%9C%ACLabel)
21 | - [特效Effect](https://github.com/sothing/share-android/tree/master/%E7%89%B9%E6%95%88Effect)
22 | - [网络框架Network](https://github.com/sothing/share-android/tree/master/%E7%BD%91%E7%BB%9C%E6%A1%86%E6%9E%B6Network)
23 | - [自定义控件Custom](https://github.com/sothing/share-android/tree/master/%E8%87%AA%E5%AE%9A%E4%B9%89%E6%8E%A7%E4%BB%B6Custom) (其他分类找不到的,大部分都在这个分类里面)
24 | - [菜单Menu](https://github.com/sothing/share-android/tree/master/%E8%8F%9C%E5%8D%95Menu)
25 | - [辅助工具类Utils](https://github.com/sothing/share-android/tree/master/%E8%BE%85%E5%8A%A9%E5%B7%A5%E5%85%B7%E7%B1%BBUtils)
26 | - [进度条Progressbar](https://github.com/sothing/share-android/tree/master/%E8%BF%9B%E5%BA%A6%E6%9D%A1Progressbar)
27 |
28 |
29 |
30 |
31 | ---
32 |
33 | For better Android developing~
34 |
35 | Please Pull Request~
36 |
37 | 希望各位能帮忙添加一些优秀的内容,为开源做一份贡献~ ^ ^
38 | 快来PR吧~
39 |
40 | ---
41 |
42 | Contributors:
43 |
44 | - **大花猫(Owner)** : http://androidcat.com/
45 | - **jp1017** : http://jp1017.github.io/
46 |
47 | ---
48 |
49 |
50 | Thanks to :
51 |
52 | - http://gank.io/
53 | - http://www.23code.com/
54 | - https://github.com/wasabeef/awesome-android-ui
55 | - http://www.jcodecraeer.com/
56 |
57 |
--------------------------------------------------------------------------------
/网络框架Network/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 网络请求 Network
2 |
3 | 包含各种网络请求框架、工具类
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | ---
8 |
9 | **AndroidNetworking**: https://github.com/amitshekhariitbhu/AndroidNetworking
10 |
11 | Android Networking http://amitshekhariitbhu.github.io/AndroidNetworking
12 |
13 | ---
14 |
15 | **android-sdcard-helper**: https://github.com/yaming116/android-sdcard-helper
16 |
17 | 一个可以把数据库存在sdcard的工具
18 |
19 | ---
20 |
21 | **retrofit-agera-call-adapter**: https://github.com/drakeet/retrofit-agera-call-adapter
22 |
23 | Retrofit Agera Call Adapter
24 |
25 | ---
26 |
27 | **OptimusHTTP**: https://github.com/nisrulz/OptimusHTTP
28 |
29 | Android library that simplifies networking in android via an async http client http://nisrulz.github.io/OptimusHTTP
30 |
31 | ---
32 |
33 | **RestVolley**: https://github.com/HujiangTechnology/RestVolley
34 |
35 | A Http request framework based on Volley and OkHttp that supports rest api requesting, image loading, downloading, uploading etc.
36 |
37 | ---
38 |
39 | **httpie**: https://github.com/jkbrzt/httpie
40 |
41 | CLI HTTP client, user-friendly curl replacement with intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc. http://httpie.org
42 |
43 |
44 |
45 | ---
46 |
47 | **LiteHttpPrj**: https://github.com/hyongbai/LiteHttpPrj
48 |
49 | A lite android http library
50 |
51 | ---
52 |
53 | **XDroidRequest**: https://github.com/robinxdroid/XDroidRequest
54 |
55 | 一款Android 网络请求框架
56 |
57 |
58 |
59 | ---
60 |
61 | **AndroidSocketClient**: https://github.com/vilyever/AndroidSocketClient
62 |
63 | 一个封装好的 android socket 网络请求库
64 |
65 | ---
66 |
67 | **RxVolley**: https://github.com/kymjs/RxVolley
68 |
69 | RxVolley = Volley + RxJava + OkHttp http://rxvolley.mydoc.io/
70 |
71 | ---
72 |
73 | **okhttp**: https://github.com/square/okhttp
74 |
75 | An HTTP+SPDY client for Android and Java applications.
76 |
77 | ---
78 |
79 | **OkHttpFinal**: https://github.com/pengjianbo/OkHttpFinal
80 |
81 | OkHttp封装的一个简单易用HTTP请求, OkHttp文件下载管理地址https://github.com/pengjianbo/FileDownloaderFinal
82 |
83 |
84 | ---
85 |
86 | **retrofit1-okhttp3-client**: https://github.com/JakeWharton/retrofit1-okhttp3-client
87 |
88 | A OkHttp 3 client implementation for Retrofit 1
89 |
90 | ---
91 |
92 | **okhttp-utils**: https://github.com/hongyangAndroid/okhttp-utils
93 |
94 | 鸿神出品的okhttp的辅助类 http://blog.csdn.net/lmj623565791/article/details/47911083
95 |
96 | ---
97 |
98 | **OkHttpPlus**: https://github.com/ZhaoKaiQiang/OkHttpPlus
99 |
100 | OkHttp封装,支持GET、POST、UI线程回调、JSON格式解析、链式调用、小文件上传下载及进度监听等功能
101 |
102 | ---
103 |
104 | **android-async-http**: https://github.com/loopj/android-async-http
105 |
106 | An Asynchronous HTTP Library for Android
107 |
108 | ---
109 |
110 | **retrofit**: https://github.com/square/retrofit
111 |
112 | Type-safe HTTP client for Android and Java by Square, Inc.
113 |
114 | ---
115 |
116 | **Netroid**: [http://www.open-open.com/lib/view/open1402825446810.html](http://www.open-open.com/lib/view/open1402825446810.html)
117 |
118 | Netroid是一个基于Volley 实现的Android Http库。提供执行网络请求、缓存返回结果、批量图片加载、大文件断点下载的常见Http交互功能。致力于避免每个项目重复开发基础Http功能,实现显著地缩短开发周期的愿景。
119 |
120 | ---
121 |
122 | **Volley的基本用法**: [http://blog.csdn.net/guolin_blog/article/details/17482095](http://blog.csdn.net/guolin_blog/article/details/17482095)
123 |
124 | 谷歌自产的网络请求框架
125 |
126 | ---
127 |
128 | **AndroidNetworkDemo**: https://github.com/dodocat/AndroidNetworkDemo
129 |
130 | A demo show how to use Volley with OkHttp and https.同步发于[简书](http://www.jianshu.com/p/e58161cbc3a4)
131 |
132 | ---
133 |
--------------------------------------------------------------------------------
/按钮Button/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 按钮 Button
2 |
3 | 包含: Button、FloatingActionButton……
4 |
5 | [==返回首页==](https://github.com/sothing/share-android)
6 |
7 | http://www.sothing.top
8 | ---
9 |
10 | **DayNightToggleButton**: https://github.com/SilenceDut/DayNightToggleButton
11 |
12 | A Funny ToggleButton for day and night change
13 |
14 |
15 |
16 | ---
17 |
18 | **FabActionAnimations**: https://github.com/qs-lll/FabActionAnimations
19 |
20 | TAB 动画显示
21 |
22 |
23 |
24 | ---
25 |
26 | **FABtransitions**: https://github.com/Adirockzz95/FABtransitions
27 |
28 | 悬浮的 FAB
29 |
30 |
31 |
32 | ---
33 |
34 | **FaceOffToggleButton**: https://github.com/Nightonke/FaceOffToggleButton
35 |
36 | Toggle button which shows a happy face for checked or unhappy for unchecked
37 |
38 | 
39 |
40 | ---
41 |
42 | **FloatingActionButton**: [https://github.com/makovkastar/FloatingActionButton](https://github.com/makovkastar/FloatingActionButton)
43 |
44 | Android floating action button.
45 |
46 |
47 |
48 | ---
49 |
50 | **circular-progress-button**: [https://github.com/dmytrodanylyk/circular-progress-button](https://github.com/dmytrodanylyk/circular-progress-button)
51 |
52 | Android Circular Progress Button. [http://dmytrodanylyk.com/pages/portfolio/circular-progress-button.html](http://dmytrodanylyk.com/pages/portfolio/circular-progress-button.html)
53 |
54 |
55 |
56 | ---
57 |
58 | **android-process-button**: [https://github.com/dmytrodanylyk/android-process-button](https://github.com/dmytrodanylyk/android-process-button)
59 |
60 | Android Buttons With Built-in Progress Meters.[http://dmytrodanylyk.com/pages/portfolio/portfolio-process-button.html](http://dmytrodanylyk.com/pages/portfolio/portfolio-process-button.html)
61 |
62 |
63 |
64 | ---
65 |
66 | **android-circlebutton**: [https://github.com/markushi/android-circlebutton](https://github.com/markushi/android-circlebutton)
67 |
68 | Circle button widget for Android
69 |
70 |
71 |
72 | ---
73 |
74 | **android-flat-button**: [https://github.com/hoang8f/android-flat-button](https://github.com/hoang8f/android-flat-button)
75 |
76 | FButton - a flat button library for Android
77 |
78 |
79 |
80 | ---
81 |
82 | **MovingButton**: [https://github.com/TheFinestArtist/MovingButton](https://github.com/TheFinestArtist/MovingButton)
83 |
84 | Android button which moves in eight direction.
85 |
86 |
87 |
88 | ---
89 |
90 | **SendMsgbuttonDemo**: https://github.com/xuwj/SendMsgbuttonDemo
91 |
92 | 一个带酷炫动画的发送消息按钮
93 |
94 |
95 |
96 | ---
97 |
98 | **ToggleButton**: [https://github.com/zcweng/ToggleButton](https://github.com/zcweng/ToggleButton)
99 |
100 | ToggleButton Widget For Android Dev
101 |
102 |
103 |
104 |
105 | ---
106 |
107 | **LikeButton**: https://github.com/jd-alexander/LikeButton
108 |
109 | Twitter's heart animation for Android
110 |
111 |
112 |
113 | ---
--------------------------------------------------------------------------------
/弹框Dialog/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 弹框 Dialog
2 |
3 | 包含:各种Dialog、PopupWindow……
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | http://www.sothing.top
8 |
9 | **SelectionDialogs**: https://github.com/coreORB/SelectionDialogs
10 |
11 | 快速选择 图标和颜色 的 Dialog
12 |
13 |
14 |
15 | ---
16 |
17 | **android-simple-tooltip**: https://github.com/douglasjunior/android-simple-tooltip
18 |
19 | simple library based on PopupWindow to create Tooltips on Android
20 |
21 |
22 |
23 | ---
24 |
25 | **SwipeAwayDialog**: https://github.com/kakajika/SwipeAwayDialog
26 |
27 | DialogFragment swipeable away like Tinder UI
28 |
29 |
30 |
31 | ---
32 |
33 | **LovelyDialog**: https://github.com/yarolegovich/LovelyDialog
34 |
35 | This library is a set of simple wrapper classes that are aimed to help you easily create fancy material dialogs
36 |
37 |
38 |
39 | ---
40 |
41 | **material-dialogs**: https://github.com/afollestad/material-dialogs
42 |
43 | A beautiful dialogs API, enabling you to use Material designed dialogs down to API 8.http://aidanfollestad.com
44 |
45 |
46 |
47 | ---
48 |
49 | **AlertDialogPro**: [https://github.com/fengdai/AlertDialogPro](https://github.com/fengdai/AlertDialogPro)
50 |
51 | This project can make it easy to theme and custom Android's dialog. Also contains Holo and Material themes for old devices.
52 |
53 |
54 |
55 |
56 |
57 |
58 | ---
59 |
60 | **MaterialDialog**: [https://github.com/drakeet/MaterialDialog](https://github.com/drakeet/MaterialDialog)
61 |
62 | (Deprecated)An Android dialog library, has strong extensibility, customizability, and for conveniently building Material Design Dialog in Android version 2.2 ~ L.
63 |
64 |
65 |
66 |
67 |
68 | ---
69 |
70 | **dialogplus**: [https://github.com/orhanobut/dialogplus](https://github.com/orhanobut/dialogplus)
71 |
72 | Advanced dialog solution for android
73 |
74 |
75 |
76 |
77 | ---
78 |
79 | **sweet-alert-dialog**: [https://github.com/pedant/sweet-alert-dialog](https://github.com/pedant/sweet-alert-dialog)
80 |
81 | SweetAlert for Android, a beautiful and clever alert dialog.[http://www.pedant.cn](http://www.pedant.cn)
82 |
83 |
84 |
85 | ---
86 |
87 | **FlycoDialog_Master**: [https://github.com/H07000223/FlycoDialog_Master](https://github.com/H07000223/FlycoDialog_Master)
88 |
89 | A powerful android dialog library with inner widgets and animations supports customization.Easy to use, easy to customise. Support for Android 2.2 and up.
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 | ---
99 |
100 | **BlurDialogFragment**: [https://github.com/tvbarthel/BlurDialogFragment](https://github.com/tvbarthel/BlurDialogFragment)
101 |
102 | Library project to display DialogFragment with a blur effect.
103 |
104 |
105 |
106 |
107 | ---
108 |
--------------------------------------------------------------------------------
/开发框架Framework/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 开发框架 Framework
2 |
3 | 包含:各种快速开发框架、测试框架、系统框架、设计模式框架……
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | http://www.sothing.top
8 |
9 | **RNCryptorNative**:https://github.com/TGIO/RNCryptorNative
10 |
11 | Android JNI model implementation of Rob Napier's RNCryptor
12 |
13 | ---
14 |
15 | **tesela**:https://github.com/raycoarana/tesela
16 |
17 | Tesela simplifies dealing with background threads and UI work in Model-View-Presenter
18 |
19 | ---
20 |
21 | **awex**:https://github.com/raycoarana/awex
22 |
23 | AWEX (Android Work EXecutor) is a thread pool to execute tasks that uses Promises to deliver results
24 |
25 | ---
26 |
27 | **Android-MVVMFramework**:https://github.com/saiwu-bigkoo/Android-MVVMFramework
28 |
29 | Using Databing and Retrofit to build a fast MVVM framework
30 |
31 | ---
32 |
33 | **AndroidBase**:https://github.com/huangwm1984/AndroidBase
34 |
35 | 采用谷歌官方MVP架构以及RxJava对项目进行封装重构
36 |
37 | ---
38 |
39 | **LoonAndroid3**:https://github.com/gdpancheng/LoonAndroid3
40 |
41 | 完全用注解的方式开发安卓应用,外包专用
42 |
43 | ---
44 |
45 | **ConditionWatcher**:https://github.com/AzimoLabs/ConditionWatcher
46 |
47 | 自动测试框架
48 |
49 | ---
50 |
51 | **AndroidUnitTest**: https://github.com/florent37/AndroidUnitTest
52 |
53 | Save time & clear your unit tests on Android
54 |
55 | ---
56 |
57 | **Folio**:https://github.com/frostymarvelous/Folio
58 |
59 | A Page based navigation framework for Android with a simplified lifecycle and easy transition animations
60 |
61 | ---
62 |
63 | **Navigator**:https://github.com/fingerlinks/Navigator
64 |
65 | Navigator is a library allows you easily develop an Android application which only navigated by Fragments http://fingerlinks.github.io/Navigator
66 |
67 | ---
68 |
69 | **VRDroid**:https://github.com/babysource/VRDroid
70 |
71 | VR Player for android
72 |
73 | ---
74 |
75 | **AndRouter**:https://github.com/AppLozic/Applozic-Android-SDK
76 |
77 | 安卓实时聊天框架
78 |
79 |
80 |
81 | ---
82 |
83 | **AndRouter**:https://github.com/campusappcn/AndRouter
84 |
85 | [Android路由框架](http://sixwolf.net/blog/2016/03/23/Android%E8%B7%AF%E7%94%B1%E6%A1%86%E6%9E%B6%E8%AE%BE%E8%AE%A1/)
86 |
87 | ---
88 |
89 | **PalDB**:[https://github.com/linkedin/PalDB](https://github.com/linkedin/PalDB)
90 |
91 | PalDB is an embeddable write-once key-value store written in Java.
92 |
93 |
94 |
95 |
96 | ---
97 |
98 | **MultipleTheme**:[https://github.com/dersoncheng/MultipleTheme](https://github.com/dersoncheng/MultipleTheme)
99 |
100 | Android换肤/夜间模式的Android框架,配合theme和换肤控件框架可以做到无缝切换换肤(无需重启应用和当前页面)。 This framework of Android app support multiple theme(such as day/night mode) and needn’t finish current application or current activity when you switch theme-mode.
101 |
102 | ---
103 |
104 | **AndroidFontsManager**: [https://github.com/GcsSloop/AndroidFontsManager](https://github.com/GcsSloop/AndroidFontsManager)
105 |
106 | 字体管理器,方便快速的为应用内所有组件更换字体。
107 |
108 |
109 |
110 | ---
111 |
112 | **xUtils3**: https://github.com/wyouflf/xUtils3
113 |
114 | android 快速开发框架 xUtils 的升级版本
115 |
116 | ---
117 |
118 | **xUtils**: https://github.com/wyouflf/xUtils
119 |
120 | android 快速开发框架 orm, bitmap, http, view inject...
121 |
122 | ---
123 |
124 | **afinal**: [https://github.com/yangfuhai/afinal](https://github.com/yangfuhai/afinal)
125 |
126 | Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据。
127 |
128 | ---
129 |
130 | **KJFrameForAndroid**: https://github.com/kymjs/KJFrameForAndroid
131 |
132 | 安卓快速开发框架,简单易用,快速,安全
133 |
134 | ---
135 |
136 | **ThinkAndroid**: [https://github.com/white-cat/ThinkAndroid](https://github.com/white-cat/ThinkAndroid)
137 |
138 | ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发布的Android开发框架,其开发宗旨是简单、快速的进行 Android应用程序的开发,包含Android mvc、简易sqlite orm、ioc模块、封装Android httpclitent的http模块, 具有快速构建文件缓存功能,无需考虑缓存文件的格式,都可以非常轻松的实现缓存,它还基于文件缓存模块实现了图片缓存功能, 在android中加载的图片的时候,对oom的问题,和对加载图片错位的问题都轻易解决。他还包括了一个手机开发中经常应用的实用工具类, 如日志管理,配置文件管理,android下载器模块,网络切换检测等等工具。[http://www.thinkandroid.cn](http://www.thinkandroid.cn)
139 |
140 | ---
141 |
142 | **AndroidFine**: [https://github.com/tianshaojie/AndroidFine](https://github.com/tianshaojie/AndroidFine)
143 |
144 | * 沉浸式状态栏,界面更漂亮
145 | * PagerSlidingTabStrip,导航标签文字颜色和选中时文字颜色,都可以通过xml设置
146 | * 启动导航图SplashActivity,或许不用改就可以用
147 | * 查看大图,集成了PhotoView的可用Activity,你不用再写了
148 | * QuickAdapter快速的Adapter开发,不用在重复写ViewHolder类
149 | * PullToRefresh、PullToZoomView,这些常用的看demo吧
150 | * [Android编码规范](http://tianshaojie.github.io/android-code-style),简单才能规范
151 |
152 | 精致Demo
153 |
154 |
155 |
156 | ---
157 |
158 | **FastAndroid**: https://github.com/huntermr/FastAndroid
159 |
160 | 一个封装了多方面开源库后基于 MVP 模式的一个 Android 快速开发框架。
161 |
162 | ---
163 |
164 | **UltimateAndroid**: https://github.com/cymcsg/UltimateAndroid
165 |
166 | UltimateAndroid is a rapid development framework for developing your apps http://cymcsg.github.io/UltimateAndroid
167 |
168 | ---
169 |
170 | **FastDev4Android**: https://github.com/jiangqqlmj/FastDev4Android
171 |
172 | Android快速开发框架,采用AndroidStudio进行开发。 预想集成工具包,采用MVP开发模式,EventBus数据分发,沉浸式状态栏,ORM,网络请求(HTTPClint,Volley,OkHttps),数据解析,依赖注入(AndroidAnnotations),xutils,图片异步加载,二维码扫描等等,后续会进行逐步添加 http://blog.csdn.net/developer_jiangqq
173 |
174 | ---
175 |
176 | **Rosie**: https://github.com/Karumi/Rosie
177 |
178 | Rosie is an Android framework to create applications following the principles of [Clean Architecture](https://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html)
179 |
180 |
181 |
182 | ---
183 |
184 | **KBinding**: https://github.com/BennyWang/KBinding
185 |
186 | Android MVVM framework write in kotlin, develop Android has never been so fun.
187 |
188 | ---
189 |
--------------------------------------------------------------------------------
/图表Chart/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 图表 Chart
2 |
3 | 包含:各种图表开源库
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | ---
8 |
9 | **EasyForm**: https://github.com/emmasuzuki/EasyForm
10 |
11 | EasyForm makes a form creation and field validation easy
12 |
13 |
14 |
15 | ---
16 |
17 | **EazeGraph**: [https://github.com/blackfizz/EazeGraph](https://github.com/blackfizz/EazeGraph)
18 |
19 | An Android chart and graph library
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 | ---
28 |
29 | **hellocharts-android**: [https://github.com/lecho/hellocharts-android](https://github.com/lecho/hellocharts-android)
30 |
31 | Charts/graphs library for Android compatible with API 8+, several chart types with support for scaling, scrolling and animations
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 | ---
42 |
43 | **MPAndroidChart**: [https://github.com/PhilJay/MPAndroidChart](https://github.com/PhilJay/MPAndroidChart)
44 |
45 | A powerful Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 | ---
60 |
61 | **WilliamChart**: [https://github.com/diogobernardino/WilliamChart](https://github.com/diogobernardino/WilliamChart)
62 |
63 | Android library to create charts.
64 |
65 |
66 |
67 | ---
68 |
69 | **spark**: https://github.com/robinhood/spark
70 |
71 | A simple Android sparkline chart view
72 |
73 |
74 |
75 | ---
76 |
--------------------------------------------------------------------------------
/选择器Picker/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 选择器 Picker
2 |
3 | 包含:时间、地址、颜色选择 ……
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | ---
8 |
9 | **TimePickerDialog**: https://github.com/JZXiang/TimePickerDialog
10 |
11 | 多级时间选择器
12 |
13 |
14 |
15 | ---
16 |
17 | **DateSelecter**: https://github.com/chsmy/DateSelecter
18 |
19 | 基于第三方 WheelView 实现的一个时间选择器
20 |
21 |
22 |
23 | ---
24 |
25 | **MaterialFilePicker**: https://github.com/nbsp-team/MaterialFilePicker
26 |
27 | MD 风格文件选择器
28 |
29 | 
30 |
31 | ---
32 |
33 | **country-picker-android**: https://github.com/mukeshsolanki/country-picker-android
34 |
35 | CountryPicker is a simple library that can be show a country picker
36 |
37 |
38 |
39 | **Android-PickerView**: https://github.com/saiwu-bigkoo/Android-PickerView
40 |
41 | 仿iOS的PickerView控件,有时间选择、地名选择和选项选择并支持一二三级联动效果
42 |
43 |
44 |
45 | ---
46 |
47 | **android-betterpickers**: [https://github.com/derekbrameyer/android-betterpickers](https://github.com/derekbrameyer/android-betterpickers)
48 |
49 | Android library for better Picker DialogFragments
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 | ---
61 |
62 | **SublimePicker**: [https://github.com/vikramkakkar/SublimePicker](https://github.com/vikramkakkar/SublimePicker)
63 |
64 | A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.
65 |
66 |
67 |
68 |
69 |
70 | ---
71 |
72 | **SlideDateTimePicker**: https://github.com/jjobes/SlideDateTimePicker
73 |
74 | A combined DatePicker and TimePicker in a DialogFragment for Android
75 |
76 |
77 |
78 |
79 | ---
80 |
81 | **CityPicker**: https://github.com/yangjinbo2014/CityPicker
82 |
83 | 类似ios的picker样式的地址选择框,支持三级联动
84 |
85 |
86 |
87 | ---
88 |
89 | **CharacterPickerView**: https://github.com/alafighting/CharacterPickerView
90 |
91 | 可实现三级联动的选择器,高仿iOS的滚轮控件
92 |
93 |
94 |
95 | ---
96 |
97 | **datetimepicker**: https://github.com/CiTuX/datetimepicker
98 |
99 | DatePicker and TimePicker from Google for Android 4.0+ https://android.googlesource.com/platform/frameworks/opt/datetimepicker
100 |
101 |
102 |
103 | ---
104 |
105 | **MaterialDateRangePicker**: https://github.com/borax12/MaterialDateRangePicker
106 |
107 | A material Date Range Picker based on wdullaers MaterialDateTimePicker.
108 |
109 |
110 |
111 |
112 | ---
113 |
114 | **HoloColorPicker**: https://github.com/LarsWerkman/HoloColorPicker
115 |
116 | An Android Holo themed colorpicker designed by Marie Schweiz
117 |
118 |
119 |
120 | ---
121 |
122 | **colorpicker**: https://github.com/QuadFlask/colorpicker
123 |
124 | color picker for android
125 |
126 |
127 |
128 |
129 | ---
130 |
131 | **PickerUI**: [https://github.com/DavidPizarro/PickerUI](https://github.com/DavidPizarro/PickerUI)
132 |
133 | Android library to display a list of items for pick one.
134 |
135 |
136 |
137 | ---
138 |
139 | **WheelPicker**: https://github.com/AigeStudio/WheelPicker
140 |
141 | Simple & Wonderful wheel view in realistic effect for android.
142 |
143 |
144 |
145 | ---
146 |
147 | **WheelSelect**: https://github.com/kailaisi/WheelSelect
148 |
149 | 通过recyclerview实现的滚动选择`年龄`
150 |
151 |
152 |
153 | ---
154 |
155 | **AndroidPicker**: https://github.com/gzu-liyujiang/AndroidPicker
156 |
157 | 安卓选择器类库,包括日期时间选择器、单项选择器、地址选择器、颜色选择器、文件目录选择器、数字选择器、星座选择器等
158 |
159 |
160 |
161 | ---
162 |
163 | **AndroidSweetSheet**: [https://github.com/zzz40500/AndroidSweetSheet](https://github.com/zzz40500/AndroidSweetSheet)
164 |
165 | 一个富有动感的Sheet(选择器)
166 |
167 |
168 |
169 |
170 | ---
171 |
172 |
--------------------------------------------------------------------------------
/特效Effect/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 特效 Effect
2 |
3 | 包含:各种特效……
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | ---
8 |
9 | **GooView**: https://github.com/smartbetter/GooView
10 |
11 | 一个Android自定义粘性控件
12 |
13 |
14 |
15 | ---
16 |
17 | **BeerProgressView**: https://github.com/andyb129/BeerProgressView
18 |
19 | A library that lets you create a beer styled progress view with bubbles and all
20 |
21 |
22 |
23 | ---
24 |
25 | **AnimSideBar**: https://github.com/AlexLiuSheng/AnimSideBar
26 |
27 | A SiderBar base on Android that has a beautiful anim
28 |
29 |
30 |
31 | ---
32 |
33 | **SparkScreen**: https://github.com/a396901990/SparkScreen
34 |
35 | 通过SurfaceView模拟火花粒子的滑动喷射效果. Create spark jet effect by SurfaceView
36 |
37 |
38 |
39 | ---
40 |
41 | **ExplosionField**: [https://github.com/tyrantgit/ExplosionField](https://github.com/tyrantgit/ExplosionField)
42 |
43 | explosive dust effect for views
44 |
45 |
46 |
47 | ---
48 |
49 | **material-ripple**: [https://github.com/balysv/material-ripple](https://github.com/balysv/material-ripple)
50 |
51 | Android L Ripple effect wrapper for Views.
52 |
53 |
54 |
55 | ---
56 |
57 | **RippleEffect**: [https://github.com/traex/RippleEffect](https://github.com/traex/RippleEffect)
58 |
59 | Implementation of Ripple effect from Material Design for Android API 9+.
60 |
61 |
62 |
63 | ---
64 |
65 | **CircularReveal**: [https://github.com/ozodrukh/CircularReveal](https://github.com/ozodrukh/CircularReveal)
66 |
67 | Lollipop ViewAnimationUtils.createCircularReveal for everyone 2.3+
68 |
69 |
70 |
71 | ---
72 |
73 | **EtsyBlur**: [https://github.com/Manabu-GT/EtsyBlur](https://github.com/Manabu-GT/EtsyBlur)
74 |
75 | EtsyBlur is an Android library that allows developers to easily add a glass-like effect implemented in the Etsy app.
76 |
77 |
78 |
79 | ---
80 |
81 | **BlurBehind**: [https://github.com/faradaj/BlurBehind](https://github.com/faradaj/BlurBehind)
82 |
83 | Easily have blurred and transparent background effect on your Android views.
84 |
85 |
86 |
87 |
88 |
89 | ---
90 |
91 | **android-stackblur**: [https://github.com/kikoso/android-stackblur](https://github.com/kikoso/android-stackblur)
92 |
93 | Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann.
94 |
95 |
96 |
97 |
98 | ---
99 |
100 | **EdgeEffectOverride**: [https://github.com/AndroidAlliance/EdgeEffectOverride](https://github.com/AndroidAlliance/EdgeEffectOverride)
101 |
102 | Override the Holo EdgeEffect colors.
103 |
104 |
105 |
106 | ---
107 |
108 | **Motion**: [https://github.com/nvanbenschoten/motion](https://github.com/nvanbenschoten/motion)
109 |
110 | An Android library allowing images to exhibit a parallax effect that reacts to the device's tilt
111 |
112 |
113 |
114 | ---
115 |
116 | **MaterialColdStart**: https://github.com/DreaminginCodeZH/MaterialColdStart
117 |
118 | Utilize the window background during cold start time to make your app look faster.
119 |
120 | Blank cold start (Glitch on status bar and appbar) v.s. Material cold start (Preserves visual consistency):
121 |
122 | 
123 |
124 | ---
125 |
126 | **WaveLoadingView**: https://github.com/tangqi92/WaveLoadingView
127 |
128 | An Android library providing to realize wave loading effect
129 |
130 |
131 |
132 | ---
133 |
134 | **CircleRefreshLayout**: https://github.com/tuesda/CircleRefreshLayout
135 |
136 | a custom pull-to-refresh layout which contains a interesting animation
137 |
138 |
139 |
140 | ---
141 |
142 | **android-card-slide-panel**: https://github.com/xmuSistone/android-card-slide-panel
143 |
144 | 模仿探探首页卡片左右滑动效果,滑动流畅,卡片view无限重生
145 |
146 |
147 |
148 | ---
149 |
150 | **CardSlidePanel**: https://github.com/taoliuh/CardSlidePanel
151 |
152 | 和上一个类似,无限卡片
153 |
154 |
155 |
156 | ---
157 |
158 | **SwipeCardView**: https://github.com/xiepeijie/SwipeCardView
159 |
160 | 一个带渐变层叠动画的左右滑动效果(类似于探探左右刷脸)
161 |
162 |
163 |
164 | ---
165 |
166 | **TimelineView**: https://github.com/alorma/TimelineView
167 |
168 | Cute timeline view for android
169 |
170 |
171 |
172 | ---
173 |
174 | **ViewPager3D**: https://github.com/renard314/ViewPager3D/tree/master/ViewPager3D
175 |
176 | Extension of Android ViewPager with a 3D swipe effect
177 |
178 |
179 |
180 |
181 | ---
182 |
--------------------------------------------------------------------------------
/菜单Menu/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 菜单
2 |
3 | 包含:各种菜单Menu、列表菜单List、自定义菜单……
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | http://www.sothing.top
8 |
9 | **BoomMenu**: https://github.com/Nightonke/BoomMenu
10 |
11 | A menu which can ... BOOM!
12 |
13 |  
14 |
15 | ---
16 |
17 | **android-widget-fanmenu**: https://github.com/BCGDV-ASIA/android-widget-fanmenu
18 |
19 | A simple widget that can be used to display menu's which can be animated in and out
20 |
21 |
22 |
23 | ---
24 |
25 | **FabTransitionLayout**: https://github.com/bowyer-app/FabTransitionLayout
26 |
27 | Provides the Floating Action Button Transition as specified in the Material Design Guide in a simple library
28 |
29 |
30 |
31 |
32 | ---
33 |
34 | **FloatMenuSample**: https://github.com/fanOfDemo/FloatMenuSample
35 |
36 | android 悬浮窗菜单,可在launcher或app中使用
37 |
38 |
39 |
40 |
41 | ---
42 |
43 | **FABToolbar**: [https://github.com/fafaldo/FABToolbar](https://github.com/fafaldo/FABToolbar)
44 |
45 | An implementation of Google design, with Floating Action Button transforming into toolbar.
46 |
47 |
48 |
49 | ---
50 |
51 | **DrawerArrowDrawable**: [https://github.com/ChrisRenke/DrawerArrowDrawable](https://github.com/ChrisRenke/DrawerArrowDrawable)
52 |
53 | Visual back-port of the rotating drawer-to-arrow drawable from Android L.
54 |
55 |
56 |
57 | ---
58 |
59 | **material-menu**: [https://github.com/balysv/material-menu](https://github.com/balysv/material-menu)
60 |
61 | Animations for Android L drawer, back, dismiss and check icons.
62 |
63 |
64 |
65 | ---
66 |
67 | **android-floating-action-button**: [https://github.com/futuresimple/android-floating-action-button](https://github.com/futuresimple/android-floating-action-button)
68 |
69 | Floating Action Button for Android based on Material Design specification.
70 |
71 |
72 |
73 |
74 | ---
75 |
76 | **material-sheet-fab**: [https://github.com/gowong/material-sheet-fab](https://github.com/gowong/material-sheet-fab)
77 |
78 | Library that implements the floating action button to sheet transition from Google's Material Design documentation.
79 |
80 |
81 |
82 | ---
83 |
84 | **AndroidSwipeLayout**: [https://github.com/daimajia/AndroidSwipeLayout](https://github.com/daimajia/AndroidSwipeLayout)
85 |
86 | The Most Powerful Swipe Layout!
87 |
88 |
89 |
90 |
91 | ---
92 |
93 | **ArcLayout**: [https://github.com/ogaclejapan/ArcLayout](https://github.com/ogaclejapan/ArcLayout)
94 |
95 | A very simple arc layout library for Android
96 |
97 |
98 |
99 |
100 | ---
101 |
102 | **CircularFloatingActionMenu**: [https://github.com/oguzbilgener/CircularFloatingActionMenu](https://github.com/oguzbilgener/CircularFloatingActionMenu)
103 |
104 | an animated circular menu for Android
105 |
106 |
107 |
108 | ---
109 |
110 | **Side-Menu.Android**: [https://github.com/Yalantis/Side-Menu.Android](https://github.com/Yalantis/Side-Menu.Android)
111 |
112 | Side menu with some categories to choose.[https://yalantis.com/?utm_source=github](https://yalantis.com/?utm_source=github)
113 |
114 |
115 |
116 | ---
117 |
118 | **Context-Menu.Android**: [https://github.com/Yalantis/Context-Menu.Android](https://github.com/Yalantis/Context-Menu.Android)
119 |
120 | You can easily add awesome animated context menu to your app.[https://yalantis.com/?utm_source=github](https://yalantis.com/?utm_source=github)
121 |
122 |
123 |
124 | ---
125 |
126 | **GuillotineMenu-Android**: [https://github.com/Yalantis/GuillotineMenu-Android](https://github.com/Yalantis/GuillotineMenu-Android)
127 |
128 | Neat library, that provides a simple way to implement guillotine-styled animation.[https://yalantis.com/?utm_source=github](https://yalantis.com/?utm_source=github)
129 |
130 |
131 |
132 | ---
133 |
134 | **MultiCardMenu**: [https://github.com/wujingchao/MultiCardMenu](https://github.com/wujingchao/MultiCardMenu)
135 |
136 | A multicard menu that can open and close with animation on android
137 |
138 |
139 |
140 | ---
141 |
142 | **Curved-Fab-Reveal-Example**: [https://github.com/saulmm/Curved-Fab-Reveal-Example](https://github.com/saulmm/Curved-Fab-Reveal-Example)
143 |
144 | An animation that reveals a circular animation starting from a fab while the fab is moving with a curved motion.
145 |
146 |
147 |
148 | ---
149 |
150 | **PinterestView**: https://github.com/brucetoo/PinterestView
151 |
152 | Pinterest like awesome menu control for Android
153 |
154 |
155 |
156 | ---
157 |
158 | **BubbleActions**: https://github.com/SamThompson/BubbleActions
159 |
160 | An open source implementation of the long press actions in the Pinterest app.
161 |
162 |
163 |
164 | ---
165 |
166 | **FloatingActionMenu**: https://github.com/TristanWiley/FloatingActionMenu
167 |
168 | 一个改进的浮动菜单
169 |
170 |
171 |
172 | ---
173 |
--------------------------------------------------------------------------------
/进度条Progressbar/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 进度条 Progressbar
2 |
3 | 包含:各种进度条,progressbar seekbar 自定义的……
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | http://www.sothing.top
8 |
9 | **CircleProgressBar**: https://github.com/dinuscxj/CircleProgressBar
10 |
11 | A circular android ProgressBar library which extends ProgressBar
12 |
13 |
14 |
15 | ---
16 |
17 | **stackedhorizontalprogressbar**: https://github.com/nisrulz/stackedhorizontalprogressbar
18 |
19 | Android Library to implement stacked horizontal progressbar http://nisrulz.github.io/stackedhorizontalprogressbar
20 |
21 |
22 |
23 | ---
24 |
25 | **uberprogressview**: https://github.com/ishan1604/uberprogressview
26 |
27 | An android progress view developed after taking inspiration from Uber app
28 |
29 |
30 |
31 | ---
32 |
33 | **LoadingDrawable**: https://github.com/dinuscxj/LoadingDrawable
34 |
35 | some beautiful android loading drawable
36 |
37 | 
38 | 
39 | 
40 |
41 | ---
42 |
43 | **ArcProgressStackView**: https://github.com/GIGAMOLE/ArcProgressStackView
44 |
45 | Present your progress bars in arc mode with information and total control.
46 |
47 | View size, CB controls |Typeface, animation |Draw width, offset, gradient |Angle, orientation |Shadow
48 | :-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:
49 | ||||
50 |
51 | ---
52 |
53 | **AnimateHorizontalProgressBar**: https://github.com/MasayukiSuda/AnimateHorizontalProgressBar
54 |
55 | A tiny customView makes very easier ProgressBar anitmation horizontal
56 |
57 |
58 |
59 | ---
60 |
61 | **MaterialProgressBar**: [https://github.com/DreaminginCodeZH/MaterialProgressBar](https://github.com/DreaminginCodeZH/MaterialProgressBar)
62 |
63 | Material design ProgressBar with consistent appearance
64 |
65 |
66 |
67 | ---
68 |
69 | **Android-RoundCornerProgressBar**: [https://github.com/akexorcist/Android-RoundCornerProgressBar](https://github.com/akexorcist/Android-RoundCornerProgressBar)
70 |
71 | Round Corner Progress Bar Library for Android
72 |
73 |
74 |
75 |
76 | ---
77 |
78 | **GoogleProgressBar**: [https://github.com/jpardogo/GoogleProgressBar](https://github.com/jpardogo/GoogleProgressBar)
79 |
80 | Android library to display progress like google does in some of his services.
81 |
82 |
83 |
84 |
85 |
86 |
87 | ---
88 |
89 |
90 | **SmoothProgressBar**: [https://github.com/castorflex/SmoothProgressBar](https://github.com/castorflex/SmoothProgressBar)
91 |
92 | A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar
93 |
94 |
95 |
96 | ---
97 |
98 | **NumberProgressBar**: [https://github.com/daimajia/NumberProgressBar](https://github.com/daimajia/NumberProgressBar)
99 |
100 | A beautiful, slim Android ProgressBar.
101 |
102 |
103 |
104 |
105 | ---
106 |
107 | **CircleProgress**: [https://github.com/lzyzsd/CircleProgress](https://github.com/lzyzsd/CircleProgress)
108 |
109 | CircleProgress, DonutProgress, ArcProgress
110 |
111 |
112 |
113 | ---
114 |
115 | **android-square-progressbar**: [https://github.com/mrwonderman/android-square-progressbar](https://github.com/mrwonderman/android-square-progressbar)
116 |
117 | An android library to display a progressbar that goes around an image.[http://halcyon.ch/android-square-progressbar-v-1-6-0/](http://halcyon.ch/android-square-progressbar-v-1-6-0/)
118 |
119 |
120 |
121 | ---
122 |
123 | **MaterialLoadingProgressBar**: https://github.com/lsjwzh/MaterialLoadingProgressBar
124 |
125 | MaterialLoadingProgressBar provide a styled ProgressBar which looks like SwipeRefreshLayout's loading indicator(support-v4 v21+)
126 |
127 |
128 |
129 | ---
130 |
131 | **dashed-circular-progress**: https://github.com/glomadrian/dashed-circular-progress
132 |
133 | A Circular progress animated where you can put any view inside
134 |
135 |
136 |
137 | ---
138 |
139 | **DownloadProgressBar**: [https://github.com/panwrona/DownloadProgressBar](https://github.com/panwrona/DownloadProgressBar)
140 |
141 | DownloadProgressBar is an android library that delivers awesome custom progress bar. You can manipulate it's state in every way.
142 |
143 |
144 |
145 |
146 | ---
147 |
148 | **CircleProgress**: [https://github.com/Fichardu/CircleProgress](https://github.com/Fichardu/CircleProgress)
149 |
150 | A circle progress animation view on Android
151 |
152 |
153 |
154 | ---
155 |
156 | **WhorlView**: https://github.com/Kyson/WhorlView
157 |
158 | Progressbar with whorl style
159 |
160 |
161 |
162 | ---
163 |
164 | **SuperLoadingProgress**: https://github.com/835127729/SuperLoadingProgress
165 |
166 | 一款优美的加载器,根据进度设置加载效果 http://blog.csdn.net/crazy__chen/article/details/50270281
167 |
168 |
169 |
170 | ---
171 |
172 | **ColorArcProgressBar**: https://github.com/Shinelw/ColorArcProgressBar
173 |
174 | This is beautiful color arc progress bar.
175 |
176 |
177 |
178 | ---
179 |
--------------------------------------------------------------------------------
/动画Animation/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 动画 Animation
2 |
3 | 包含:各种动画效果Animation、Animator……
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | http://www.sothing.top
8 |
9 | **wava**: https://github.com/hujiaweibujidao/wava
10 |
11 | 安卓动画
12 |
13 |
14 |
15 | ---
16 |
17 | **yava**: https://github.com/hujiaweibujidao/yava
18 |
19 | 安卓动画插值器
20 |
21 |
22 |
23 | ---
24 |
25 | **animated-circle-progress-view**: https://github.com/tuenti/animated-circle-progress-view
26 |
27 | Progress view that animates its state changes
28 |
29 |
30 |
31 | ---
32 |
33 | **FragmentAnimations**: https://github.com/kakajika/FragmentAnimations
34 |
35 | 3D animations for support-v4 Fragment transition
36 |
37 |
38 |
39 | ---
40 |
41 | **JJSearchViewAnim**: https://github.com/android-cjj/JJSearchViewAnim
42 |
43 | A cool search view animation library
44 |
45 |
46 |
47 |
48 | ---
49 |
50 | **Android-SpinKit**: https://github.com/ybq/Android-SpinKit
51 |
52 | Android loading animations
53 |
54 |
55 |
56 | ---
57 |
58 | **FAB-Loading**: [https://github.com/smasoumi/FAB-Loading](https://github.com/smasoumi/FAB-Loading)
59 |
60 | A loading animation based on Floating Action Button.
61 |
62 |
63 |
64 | ---
65 |
66 | **AndroidViewHover**: [https://github.com/daimajia/AndroidViewHover](https://github.com/daimajia/AndroidViewHover)
67 |
68 | An elegant way to show your menu or messages.
69 |
70 |
71 |
72 | ---
73 |
74 | **WaveView**: [https://github.com/gelitenight/WaveView](https://github.com/gelitenight/WaveView)
75 |
76 | waveview for android
77 |
78 |
79 |
80 | ---
81 |
82 | **AndroidViewAnimations**: [https://github.com/daimajia/AndroidViewAnimations](https://github.com/daimajia/AndroidViewAnimations)
83 |
84 | Cute view animation collection.
85 |
86 |
87 |
88 | ---
89 |
90 | **AndroidImageSlider**: [https://github.com/daimajia/AndroidImageSlider](https://github.com/daimajia/AndroidImageSlider)
91 |
92 | An amazing and convenient Android image slider.
93 |
94 |
95 |
96 | ---
97 |
98 | **Transitions-Everywhere**: [https://github.com/andkulikov/transitions-everywhere](https://github.com/andkulikov/transitions-everywhere)
99 |
100 | Backport of Android Transitions API for animations. Animations backported to Android 4.0+. API compatible with Android 2.2+
101 |
102 |
103 |
104 | ---
105 |
106 | **android-ripple-background**: [https://github.com/skyfishjy/android-ripple-background](https://github.com/skyfishjy/android-ripple-background)
107 |
108 | A beautiful ripple animation for your app
109 |
110 |
111 |
112 |
113 | ---
114 |
115 | **android-flip**: [https://github.com/openaphid/android-flip](https://github.com/openaphid/android-flip)
116 |
117 | A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android.[http://openaphid.github.com/](http://openaphid.github.com/)
118 |
119 |
120 |
121 |
122 | ---
123 |
124 | **FragmentTransactionExtended**: [https://github.com/DesarrolloAntonio/FragmentTransactionExtended](https://github.com/DesarrolloAntonio/FragmentTransactionExtended)
125 |
126 | FragmentTransactionExtended is a library which provide us a set of custom animations between fragments.
127 |
128 |
129 |
130 |
131 | ---
132 |
133 | **KenBurnsView**: [https://github.com/flavioarfaria/KenBurnsView](https://github.com/flavioarfaria/KenBurnsView)
134 |
135 | Android ImageViews animated by Ken Burns Effect
136 |
137 |
138 |
139 | ---
140 |
141 | **AnimationEasingFunctions**: [https://github.com/daimajia/AnimationEasingFunctions](https://github.com/daimajia/AnimationEasingFunctions)
142 |
143 | Android Animation Easing Functions. Let's make animation more real!
144 |
145 |
146 |
147 | ---
148 |
149 | **EasyAndroidAnimations**: [https://github.com/2359media/EasyAndroidAnimations](https://github.com/2359media/EasyAndroidAnimations)
150 |
151 | Easy Android Animations is an animation library that aims to make android animations easier, with 50+ builtin animations, it allows you to introduce many complex animation effects in your application with one or two lines of code.
152 |
153 |
154 |
155 | ---
156 |
157 | **android-pathview**: [https://github.com/geftimov/android-pathview](https://github.com/geftimov/android-pathview)
158 |
159 | Android view with both path from constructed path or from svg.
160 |
161 |
162 |
163 | ---
164 |
165 | **ViewRevealAnimator**: [https://github.com/sephiroth74/ViewRevealAnimator](https://github.com/sephiroth74/ViewRevealAnimator)
166 |
167 | ViewAnimator view with a lollipop style reveal effect
168 |
169 |
170 |
171 | ---
172 |
173 | **ArcAnimator**: [https://github.com/asyl/ArcAnimator](https://github.com/asyl/ArcAnimator)
174 |
175 | ArcAnimator helps to create arc transition animation: 2.3.+
176 |
177 |
178 |
179 |
180 | ---
181 |
182 | **SearchMenuAnim**: [https://github.com/kongnanlive/SearchMenuAnim](https://github.com/kongnanlive/SearchMenuAnim)
183 |
184 |
185 |
186 | ---
187 |
188 | **crossview**: [https://github.com/cdflynn/crossview](https://github.com/cdflynn/crossview)
189 |
190 | A Toggling Add/Remove button
191 |
192 |
193 |
194 |
195 | ---
196 |
197 | **ParallaxEverywhere**: [https://github.com/Narfss/ParallaxEverywhere](https://github.com/Narfss/ParallaxEverywhere)
198 |
199 | Parallax everywhere is a library with alternative android widgets with parallax effects.
200 |
201 |
202 |
203 | ---
204 |
205 | **EaseInterpolator**: https://github.com/cimi-chen/EaseInterpolator
206 |
207 | Thirty different easing animation interpolators for Android.
208 |
209 |
210 |
211 | ---
212 |
213 | **EaseInterpolator**: https://github.com/MasayukiSuda/EasingInterpolator
214 |
215 | Twenty-eight different easing animation interpolators for Android.
216 |
217 |
218 |
219 | ---
220 |
221 | **android-shapeLoadingView**: https://github.com/zzz40500/android-shapeLoadingView
222 |
223 | 高仿新版58 加载动画
224 |
225 |
226 |
227 |
228 | ---
229 |
--------------------------------------------------------------------------------
/图片框架Image/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 图片 Image
2 |
3 | 包含:图片加载框架ImageLoader、自定义图片、裁剪Crop、形状Shape……
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | ---
8 |
9 | **vectalign**: https://github.com/bonnyfone/vectalign
10 |
11 | Tool for create complex morphing animations using VectorDrawables (allows morphing between any pair of SVG images)
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 | ---
22 |
23 | **AnimatedSvgView**: https://github.com/jaredrummler/AnimatedSvgView
24 |
25 | Animated SVG Drawing for Android
26 |
27 |
28 |
29 | ---
30 |
31 | **AndroidPhotoFilters**: https://github.com/Zomato/AndroidPhotoFilters
32 |
33 | 图片滤镜
34 |
35 |
36 |
37 | ---
38 |
39 | **android-drag-square**: https://github.com/xmuSistone/android-drag-square
40 |
41 | 流畅,灵活的图片拖拽排序
42 |
43 |
44 |
45 | ---
46 |
47 | **android-shape-imageview**: https://github.com/siyamed/android-shape-imageview
48 |
49 | 自定义形状的头像框架
50 |
51 |
52 |
53 | ---
54 |
55 | **CustomShapeImageView**: https://github.com/MostafaGazar/CustomShapeImageView
56 |
57 | 又一个自定义形状的头像框架
58 |
59 |
60 |
61 | ---
62 |
63 | **belvedere**: https://github.com/zendesk/belvedere
64 |
65 | An image picker library for Android
66 |
67 | ---
68 |
69 | **InstaCapture**: https://github.com/tarek360/InstaCapture
70 |
71 | 截图
72 |
73 | ---
74 |
75 | **MagicalCamera**: https://github.com/fabian7593/MagicalCamera
76 |
77 | A library to take picture easy, trasnfrom your data and save photos in your device
78 |
79 |
80 |
81 | ---
82 |
83 | **android-gif-drawable**: https://github.com/koral--/android-gif-drawable
84 |
85 | Views and Drawable for displaying animated GIFs on Android
86 |
87 | ---
88 |
89 | **recent-images**: https://github.com/amirarcane/recent-images
90 |
91 | 获取手机里的最新的图片
92 |
93 |
94 |
95 | ---
96 |
97 | **LowPoly**: https://github.com/zzhoujay/LowPoly
98 |
99 | Low Poly风格图片生成器
100 |
101 |
102 |
103 | ---
104 |
105 | **LowPolyAndroid**: https://github.com/zzhoujay/LowPolyAndroid
106 |
107 | Low Poly 风格图片生成器,Android实现版
108 |
109 |
110 |
111 | ---
112 |
113 | **ScratchView**: https://github.com/cooltechworks/ScratchView
114 |
115 | 刮开图层查看图片和文字
116 |
117 |
118 |
119 | ---
120 |
121 | **android-ndk-gif**: https://github.com/waynejo/android-ndk-gif
122 |
123 | Android Gif library
124 |
125 | ---
126 |
127 | **sharp**: https://github.com/Pixplicity/sharp
128 |
129 | Scalable vector graphics for Android
130 |
131 |
132 |
133 | ---
134 |
135 | **image-zoom**: https://github.com/oliveiradev/image-zoom
136 |
137 | A simple lib for zoom images on event click
138 |
139 |
140 |
141 | ---
142 |
143 | **TouchImageView**: [https://github.com/MikeOrtiz/TouchImageView](https://github.com/MikeOrtiz/TouchImageView)
144 |
145 | Adds touch functionality to Android ImageView.
146 |
147 | ---
148 |
149 | **CircleImageView**: [https://github.com/hdodenhof/CircleImageView](https://github.com/hdodenhof/CircleImageView)
150 |
151 | A circular ImageView for Android
152 |
153 |
154 |
155 | ---
156 |
157 | **KenBurnsView**: [https://github.com/flavioarfaria/KenBurnsView](https://github.com/flavioarfaria/KenBurnsView)
158 |
159 | Android ImageViews animated by Ken Burns Effect
160 |
161 |
162 |
163 | ---
164 |
165 | **GifImageView**: [https://github.com/felipecsl/GifImageView](https://github.com/felipecsl/GifImageView)
166 |
167 | Android ImageView that handles animated GIF images
168 |
169 |
170 |
171 | ---
172 |
173 | **Android-Image-Cropper**: https://github.com/ArthurHub/Android-Image-Cropper
174 |
175 | Image Cropping Library for Android, optimized for Camera / Gallery
176 |
177 |
178 |
179 | ---
180 |
181 | **cropper**: https://github.com/edmodo/cropper
182 |
183 | Android widget for cropping and rotating an image.
184 |
185 |
186 |
187 | ---
188 |
189 | **android-crop**: https://github.com/jdamcd/android-crop
190 |
191 | Android library project for cropping images
192 |
193 |
194 |
195 | ---
196 |
197 | **Android-PictureTagView**: [https://github.com/saiwu-bigkoo/Android-PictureTagView](https://github.com/saiwu-bigkoo/Android-PictureTagView)
198 |
199 | 仿nice图片上打标签控件
200 |
201 |
202 |
203 | ---
204 |
205 | **SelectableRoundedImageView**: [https://github.com/pungrue26/SelectableRoundedImageView](https://github.com/pungrue26/SelectableRoundedImageView)
206 |
207 | Android ImageView that supports different radii on each corner.[http://joooonho.com/?p=289](http://joooonho.com/?p=289)
208 |
209 |
210 |
211 |
212 | ---
213 |
214 | **RoundedImageView**: [https://github.com/vinc3m1/RoundedImageView](https://github.com/vinc3m1/RoundedImageView)
215 |
216 | A fast ImageView that supports rounded corners, ovals, and circles.
217 |
218 |
219 |
220 |
221 | ---
222 |
223 | **CropImageView**: [https://github.com/cesards/CropImageView](https://github.com/cesards/CropImageView)
224 |
225 | Widget allows you crop from whatever side in an ImageView. Currently Android only supports centerCrop type of cropping
226 |
227 |
228 |
229 |
230 |
231 |
232 | ---
233 |
234 | **BitmapMerger**: [https://github.com/cooltechworks/BitmapMerger](https://github.com/cooltechworks/BitmapMerger)
235 |
236 | Play with bitmaps
237 |
238 |
239 |
240 |
241 |
242 | ---
243 |
244 | **wqgallery**: https://github.com/wqandroid/wqgallery
245 |
246 | android 相册支持单选模式和多选模式
247 |
248 |
249 |
250 | ---
251 |
252 | **Android-Ultra-Photo-Selector**: https://github.com/AizazAZ/Android-Ultra-Photo-Selector
253 |
254 | Select images from Android devices made easy :-) Start Activity PhotoSelectorActivity, this is the main entry point
255 |
256 |
257 |
258 |
259 | ---
260 |
261 | **DrawableView**: https://github.com/PaNaVTEC/DrawableView
262 |
263 | A view that allows to paint and saves the result as a bitmap http://panavtec.me
264 |
265 |
266 |
267 | ---
268 |
269 | **AndroidScrollingImageView**: [https://github.com/Q42/AndroidScrollingImageView](https://github.com/Q42/AndroidScrollingImageView)
270 |
271 | An Android view for displaying repeated continuous side scrolling images. This can be used to create a parallax animation effect.
272 |
273 |
274 |
275 |
276 | ---
277 |
278 | **Pixelate**: [https://github.com/DanielMartinus/Pixelate](https://github.com/DanielMartinus/Pixelate)
279 |
280 | Transform images into pixel versions of itself in Android
281 |
282 |
283 |
284 | ---
285 |
286 | **SimpleCropView**: [https://github.com/IsseiAoki/SimpleCropView](https://github.com/IsseiAoki/SimpleCropView)
287 |
288 | A simple image cropping library for Android.
289 |
290 |
291 |
292 | ---
293 |
294 | **MultiImageSelector**: [https://github.com/lovetuzitong/MultiImageSelector](https://github.com/lovetuzitong/MultiImageSelector)
295 |
296 | Image selector for Android device. Support single choice and multi-choice.
297 |
298 |
299 |
300 |
301 |
302 |
303 | ---
304 |
305 | **EasyImage**: https://github.com/jkwiecien/EasyImage
306 |
307 | Library for picking pictures from gallery or camera
308 |
309 | EasyImage allow you to eaisly take picture from gallery or camera without creating lots of boilerplate.
310 |
311 | ---
312 |
313 | **GifView**: https://github.com/Cutta/GifView
314 |
315 | Library for playing gifs on Android
316 |
317 |
318 |
319 | ---
320 |
321 | **PhotoEditDemo**: https://github.com/jarlen/PhotoEditDemo
322 |
323 | 1. 图片编辑(图片添加,文字添加),实现图片编辑中的图片添加,旋转,缩放,删除;文字的添加,大小缩放,字体更换,颜色更换,删除; 2. 基本滤镜实现与接口封装; 涂鸦(画笔的样式,粗细,颜色,橡皮擦,贴图); 相框(简单相框,酷炫相框); 马赛就克(基本马赛克,酷炫马赛克,橡皮擦)及其接口封装
324 | 3. 接下来, 图像剪切,旋转等功能实现测试接口封装;
325 | 4. GIF与MP4,图片互转实现测试与接口封装;
326 |
327 | ---
--------------------------------------------------------------------------------
/文本Label/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 文本 Label
2 |
3 | 包含:各种文本相关的自定义控件 textview ……
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | ---
8 |
9 | **AdvancedTextSwitcher**: https://github.com/SumiMakito/AdvancedTextSwitcher
10 |
11 | 仿照Google+在卡片上滚动显示最新评论的TextSwitcher
12 |
13 |
14 |
15 | ---
16 |
17 | **SyntaxView**: https://github.com/fiskurgit/SyntaxView
18 |
19 | 代码格式着色
20 |
21 |
22 |
23 | ---
24 |
25 | **ChipCloud**: https://github.com/fiskurgit/ChipCloud
26 |
27 | 尺码标签
28 |
29 |
30 |
31 | ---
32 |
33 | **Hash-Tags-Android**: https://github.com/rameshvoltella/Hash-Tags-Android
34 |
35 | 含可点击的标签 TextView
36 |
37 |
38 |
39 | ---
40 |
41 | **Lettrine**: https://github.com/rpradal/Lettrine
42 |
43 | 首字母大写的 TextView
44 |
45 | |
|
|
|
|
|
46 | |:-------:|:------:|:------:|:------:|:------:|
47 | | Lettrine with a three lines height | Lettrine with a two lines height | Font customization | Html balisis inclusion | Custom text color |
48 |
49 | ---
50 |
51 | **wATL**: https://github.com/suwhs/wATL
52 |
53 | 换行自动添加后缀 “-” 的 TextView
54 |
55 |
56 |
57 | ---
58 |
59 | **PinEntryEditText**: https://github.com/alphamu/PinEntryEditText
60 |
61 | 带动画的类似 PIN 的 EditText
62 |
63 |
64 |
65 | ---
66 |
67 | **AnimatedEditText**: https://github.com/alphamu/AnimatedEditText
68 |
69 | 有输入动画的 EditText
70 |
71 |
72 |
73 | ---
74 |
75 | **android-ago**: https://github.com/curioustechizen/android-ago
76 |
77 | 自动刷新时间的 TextView
78 |
79 |
80 |
81 | ---
82 |
83 | **countingtextview**: https://github.com/uguratar/countingtextview
84 |
85 | 带动画的计数 TextView
86 |
87 |
88 |
89 | ---
90 |
91 | **BubbleView**: https://github.com/cpiz/BubbleView
92 |
93 | BubbleView是带箭头的气泡控件/容器类,支持在布局中通过自定义属性或代码进行丰富的定制,包括箭头朝向、箭头位置、气泡弧角、边线颜色、边线粗细、颜色填充、填充Padding等等
94 |
95 |
96 |
97 | ---
98 |
99 | **KerningViews**: https://github.com/aritraroy/KerningViews
100 |
101 | 可设置字符间距的 TextView
102 |
103 |
104 |
105 | ---
106 |
107 | **MarqueeView**: https://github.com/sfsheng0322/MarqueeView
108 |
109 | 垂直跑马灯 —— 垂直翻页公告
110 |
111 |
112 |
113 | ---
114 |
115 | **Android-Lib-VerticalMarqueeTextView**: https://github.com/ayltai/Android-Lib-VerticalMarqueeTextView
116 |
117 | 竖向跑马灯效果
118 |
119 |
120 |
121 |
122 |
123 | ---
124 |
125 | **MaskedEditText**: https://github.com/VicMikhailau/MaskedEditText
126 |
127 | 包含隐藏文本的 EditText,可快速输入电话,网址等文本
128 |
129 |
130 |
131 | ---
132 |
133 | **android-edittextpassword**: https://github.com/pucamafra/android-edittextpassword
134 |
135 | 密码的显示隐藏
136 |
137 |
138 |
139 | ---
140 |
141 | **Calligraphy**: https://github.com/chrisjenx/Calligraphy
142 |
143 | 简单的自定义文本字体
144 |
145 |
146 |
147 | ---
148 |
149 | **RichEditText**: https://github.com/chen-xiao-dong/RichEditText
150 |
151 | 可替换 EditText 的富文本 View
152 |
153 |
154 |
155 | ---
156 |
157 | **NumberMorphView4Android**: https://github.com/Even201314/NumberMorphView4Android
158 |
159 | 数字动态变化的 View
160 |
161 |
162 |
163 | ---
164 |
165 | **advancedtextview**: https://github.com/oktayayr/advancedtextview
166 |
167 | AdvancedTextView provides advanced features that simplifies complicated UI processes
168 |
169 |
170 |
171 | 
172 |
173 | 
174 |
175 | 
176 |
177 | 
178 |
179 | 
180 |
181 | 
182 |
183 | 
184 |
185 | 
186 |
187 | 
188 |
189 | ---
190 |
191 | **icarus-android**: https://github.com/mr5/icarus-android
192 |
193 | The best rich text editor for android platform
194 |
195 |
196 |
197 | ---
198 |
199 | **ImageTextView**: https://github.com/vipinagrahari/ImageTextView
200 |
201 | A Library to show Round ImageView with text labels on right side
202 |
203 |
204 |
205 | ---
206 |
207 | **ColorPhrase**: https://github.com/THEONE10211024/ColorPhrase
208 |
209 | Phrase is an Android string resource color setting library
210 |
211 |
212 |
213 | ---
214 |
215 | **CallMeMaybe**: https://github.com/MichaelRocks/CallMeMaybe
216 |
217 | 电话号码格式的 TextView
218 |
219 |
220 |
221 | ---
222 |
223 | **android-phone-field**: https://github.com/lamudi-gmbh/android-phone-field
224 |
225 | 电话号码归属国家识别库
226 |
227 |
228 |
229 | ---
230 |
231 | **justified**: https://github.com/programingjd/justified
232 |
233 | Android TextView or EditText with justified text.
234 |
235 |
236 |
237 | ---
238 |
239 | **EditTag**: https://github.com/qiugang/EditTag
240 |
241 | a view to edit tag just like EditText edit text
242 |
243 |
244 |
245 | ---
246 |
247 | **TagsEditText**: https://github.com/mabbas007/TagsEditText
248 |
249 | Android EditText for view tags
250 |
251 |
252 |
253 | ---
254 |
255 | **Spanny**: [https://github.com/binaryfork/Spanny](https://github.com/binaryfork/Spanny)
256 |
257 | A helper class that extends SpannableStringBuilder and adds methods to easily mark the text with multiple spans.
258 |
259 |
260 |
261 | ---
262 |
263 | **LicenseTextView**: https://github.com/jgabrielfreitas/LicenseTextView
264 |
265 | Easy License View for Android
266 |
267 |
268 |
269 | ---
270 |
271 | **Shimmer-android**: https://github.com/RomainPiel/Shimmer-android
272 |
273 | An Android TextView with a shimmering effect
274 |
275 |
276 |
277 | ---
278 |
279 | **shimmer-android**: https://github.com/facebook/shimmer-android
280 |
281 | An easy, flexible way to add a shimmering effect to any view in an Android app
282 |
283 |
284 |
285 | ---
286 |
287 | **MaterialEditText**: https://github.com/rengwuxian/MaterialEditText
288 |
289 | EditText in Material Design
290 |
291 |
292 |
293 | ---
294 |
295 | **Titanic**: https://github.com/RomainPiel/Titanic
296 |
297 | Android experiment showing a sinking TextView
298 |
299 |
300 |
301 | ---
302 |
303 | **easyfonts**: [https://github.com/vsvankhede/easyfonts](https://github.com/vsvankhede/easyfonts)
304 |
305 | Useful library to use custom fonts in your android app
306 |
307 |
308 |
309 |
310 | ---
311 |
312 | **MatchView**: https://github.com/Rogero0o/MatchView
313 |
314 | Include MatchTextView and MatchButton..Come..you will like it
315 |
316 |
317 |
318 | ---
319 |
320 | **android-autofittextview**: https://github.com/grantland/android-autofittextview
321 |
322 | A TextView that automatically resizes text to fit perfectly within its bounds
323 |
324 |
325 |
326 | ---
327 |
328 | **SecretTextView**: https://github.com/matthewrkula/SecretTextView
329 |
330 | A TextView that simulates the effect from the app Secret where the characters fade in/out at different speeds
331 |
332 |
333 |
334 | ---
335 |
336 | **TextJustify-Android**: https://github.com/bluejamesbond/TextJustify-Android
337 |
338 | Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0
339 |
340 |
341 |
342 | ---
343 |
344 | **RoundedLetterView**: https://github.com/pavlospt/RoundedLetterView
345 |
346 | RoundedLetterView like the one in Android 5.0 Contacts app
347 |
348 |
349 |
350 | ---
351 |
352 | **TextDrawable**: https://github.com/amulyakhare/TextDrawable
353 |
354 | This light-weight library provides images with letter/text like the Gmail app
355 |
356 |
357 |
358 | ---
359 |
360 | **BabushkaText**: https://github.com/quiqueqs/BabushkaText
361 |
362 | A simpler way to style your TextViews
363 |
364 |
365 |
366 | ---
367 |
368 | **material-code-input**: https://github.com/glomadrian/material-code-input
369 |
370 | A material style input for codes
371 |
372 |
373 |
374 | ---
375 |
376 | **ExpandableTextView**: https://github.com/Manabu-GT/ExpandableTextView
377 |
378 | Android's TextView that can expand/collapse like the Google Play's app description
379 |
380 |
381 |
382 | ---
383 |
384 | **AutoCompleteBubbleText**: https://github.com/FrederickRider/AutoCompleteBubbleText
385 |
386 | Android AutoCompleteTextView with attached ListView, and drawable background
387 |
388 |
389 |
390 | ---
391 |
392 | **TextJustify-Android**: [https://github.com/bluejamesbond/TextJustify-Android](https://github.com/bluejamesbond/TextJustify-Android)
393 |
394 | Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0 [https://github.com/bluejamesbond/TextJustify-Android/wiki](https://github.com/bluejamesbond/TextJustify-Android/wiki)
395 |
396 |
397 |
398 | ---
399 |
400 | **floatlabelededittext**: [https://github.com/wrapp/floatlabelededittext](https://github.com/wrapp/floatlabelededittext)
401 |
402 | Floating hint from edit text - inspired by Matt D. Smith's design:[http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users](http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users)
403 |
404 |
405 |
406 | ---
407 |
408 | **SizeAdjustingTextView**: [https://github.com/erchenger/SizeAdjustingTextView](https://github.com/erchenger/SizeAdjustingTextView)
409 |
410 | This is based on an open source autosizing textview for Android.
411 |
412 | ---
413 |
414 | **ReadMoreTextView**: https://github.com/borjabravo10/ReadMoreTextView
415 |
416 | A Custom TextView with trim text
417 |
418 |
419 |
420 | ---
421 |
422 | **ParkedTextView**: https://github.com/gotokatsuya/ParkedTextView
423 |
424 | A editable text with a constant text/placeholder for Android
425 |
426 |
427 |
428 | ---
429 |
430 | **AnimTextView**: https://github.com/z56402344/AnimTextView
431 |
432 | 一个textView的动画
433 |
434 |
435 |
436 | ---
437 |
438 | **HTextView**: https://github.com/hanks-zyh/HTextView
439 |
440 | Animation effects to TextView
441 |
442 | 
443 |
444 | ---
445 |
446 | **showhidepasswordedittext**: https://github.com/scottyab/showhidepasswordedittext
447 |
448 | Show/Hide Password EditText is a very simple extension of Android's EditText that puts a clickable hide/show icon in the right hand side of the EditText that allows showing of the password.
449 |
450 |
451 |
452 | ---
453 |
454 | **EasyCountDownTextureView**: https://github.com/CaMnter/EasyCountDownTextureView
455 |
456 | Easy count down by TextureView
457 |
458 | 
459 |
460 | ---
461 |
462 | **TextSurface**: https://github.com/elevenetc/TextSurface
463 |
464 | A little animation framework which could help you to show message in a nice looking way
465 |
466 |
467 |
468 | ---
469 |
470 | **RichTextView**: https://github.com/androidessence/RichTextView
471 |
472 | A library that enhances the TextView and allows the user to format various spans of the string
473 |
474 |
475 |
476 | ---
477 |
478 | **EmailAutoCompleteTextView**: https://github.com/tasomaniac/EmailAutoCompleteTextView
479 |
480 | An AutoCompleteTextView with builtin Adapter with the emails in the device
481 |
482 |
483 |
484 | ---
485 |
--------------------------------------------------------------------------------
/辅助工具类Utils/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 辅助工具类 Utils
2 |
3 | 包含:各种工具类、辅助类、管理类……
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | http://www.sothing.top
8 |
9 | **user-validator**: https://github.com/ShootrNetwork/user-validator
10 |
11 | Library to validate username, email and passwords
12 |
13 | ---
14 |
15 | **RxGroups**: https://github.com/airbnb/RxGroups
16 |
17 | Easily group RxJava Observables together and tie them to your Android Activity lifecycle
18 |
19 | ---
20 |
21 | **agera-event-bus**: https://github.com/drakeet/agera-event-bus
22 |
23 | 一个关于 Agera 的裤子 用法和 RxBus 基本一样的 Agera Event Bus
24 |
25 | ---
26 |
27 | **UpdateApp**: https://github.com/yaming116/UpdateApp
28 |
29 | 开箱即用的app更新,主要负责软件下载、软件安装等
30 |
31 | ---
32 |
33 | **RainbowBridge**: https://github.com/Sunzxyong/RainbowBridge
34 |
35 | A safe JsBridge framework!
36 |
37 |
38 |
39 | ---
40 |
41 | **RxValidator**: https://github.com/phajduk/RxValidator
42 |
43 | RxJava 和 RxBinding 结合的格式验证库
44 |
45 | ---
46 |
47 | **AndroidProguardPlugin**: https://github.com/zhonghanwen/AndroidProguardPlugin
48 |
49 | 生成混淆代码的 Android Studio 插件
50 |
51 | ---
52 |
53 | **requery**: https://github.com/requery/requery
54 |
55 | 轻量但功能强大的ORM和SQL查询生成, 支持RxJava和Java8
56 |
57 | ---
58 |
59 | **material-design-dimens**: https://github.com/DmitryMalkovich/material-design-dimens
60 |
61 | MD 设计中的尺寸和颜色指导
62 |
63 | ---
64 |
65 | **android-lite-bluetoothLE**: https://github.com/litesuits/android-lite-bluetoothLE
66 |
67 | Android低功耗蓝牙便捷操作框架,基于回调,完成蓝牙设备交互就像发送网络请求一样简单
68 |
69 | ---
70 |
71 | **AndroidUtils**: https://github.com/WuXiaolong/AndroidUtils
72 |
73 | Android常用工具类
74 |
75 | ---
76 |
77 | **ECTranslation**: https://github.com/Skykai521/ECTranslation
78 |
79 | Android Studio 翻译插件,可以将英文翻译为中文.
80 |
81 |
82 |
83 | ---
84 |
85 | **lib_download**: https://github.com/wangdanlizhiyun/lib_download
86 |
87 | 处理异步下载的库
88 |
89 | ---
90 |
91 | **Fuse**: https://github.com/kittinunf/Fuse
92 |
93 | Kotlin 语言编写的安卓 cache 库
94 |
95 | ---
96 |
97 | **ObservableScheduler**: https://github.com/jiang111/ObservableScheduler
98 |
99 | 更好的管理线程间跳转的库
100 |
101 | ---
102 |
103 | **IntentShare**: https://github.com/tvbarthel/IntentShare
104 |
105 | 提升"分享"体验的库
106 |
107 | ---
108 |
109 | **Sensey**: https://github.com/nisrulz/Sensey
110 |
111 | 手势检测
112 |
113 | ---
114 |
115 | **thinr**: https://github.com/bjoernQ/thinr
116 |
117 | AsyncTask 替代者
118 |
119 | ---
120 |
121 | **Kolumbus**: https://github.com/MGaetan89/Kolumbus
122 |
123 | 浏览应用 Realm 数据库
124 |
125 | ---
126 |
127 | **android-hidden-api**: https://github.com/anggrayudi/android-hidden-api
128 |
129 | 可直接查看、访问安卓 hide 与 internal API
130 |
131 | ---
132 |
133 | **RNCryptorNative**: https://github.com/TGIO/RNCryptorNative
134 |
135 | 安卓加解密
136 |
137 | ---
138 |
139 | **PiracyChecker**: https://github.com/javiersantos/PiracyChecker
140 |
141 | 保护你的 app 以防破解
142 |
143 | ---
144 |
145 | **gimBUS**: https://github.com/PGSSoft/gimBUS
146 |
147 | Event bus for Android with fine-grained delivery thread control
148 |
149 | ---
150 |
151 | **AndroidEventBus**: https://github.com/hehonghui/AndroidEventBus
152 |
153 | A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc
154 |
155 | ---
156 |
157 | **EventBus**: https://github.com/greenrobot/EventBus
158 |
159 | Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. http://greenrobot.org/eventbus/
160 |
161 | ---
162 |
163 | **multibackstack**: https://github.com/JetradarMobile/multibackstack
164 |
165 | 安卓 回退栈管理
166 |
167 | ---
168 |
169 | **phrase**: https://github.com/square/phrase
170 |
171 | 安卓 格式化字符串的库
172 |
173 | ---
174 |
175 | **UVCCamera**: https://github.com/saki4510t/UVCCamera
176 |
177 | library and sample to access to UVC web camera on non-rooted Android device
178 |
179 | ---
180 |
181 | **AndroidUsbCamera**: https://github.com/quanhua92/AndroidUsbCamera
182 |
183 | Use USB Webcam on non-rooted Android devices with UVCCamera library from saki4510t(above)
184 |
185 | ---
186 |
187 | **ParcelCheck**: https://github.com/Commit451/ParcelCheck
188 |
189 | Simple test to see if all models in project correctly implement Parcelable
190 |
191 | ---
192 |
193 | **license-tools-plugin**: https://github.com/cookpad/license-tools-plugin
194 |
195 | Gradle plugin to check library licenses and generate license pages
196 |
197 | ---
198 |
199 | **nordpol**: https://github.com/fidesmo/nordpol
200 |
201 | The Android Support Library for NFC
202 |
203 | ---
204 |
205 | **ASimpleCache**: https://github.com/yangfuhai/ASimpleCache
206 |
207 | 一个为android制定的 轻量级的 开源缓存框架
208 |
209 | ---
210 |
211 | **android-UCToast**: https://github.com/liaohuqiu/android-UCToast
212 |
213 | 开机自动启动的 Service 监听剪切板。复制之后,在屏幕顶部显示一个悬浮窗,显示剪贴板内容。点击悬浮窗,跳转到 Activity 页面显示
214 |
215 | ---
216 |
217 | **KeyBoardDemo**: https://github.com/wobiancao/KeyBoardDemo
218 |
219 | Android 软键盘和emoji表情切换方案,和微信几乎一样的体验
220 |
221 |
222 |
223 | ---
224 |
225 | **AndroidKeyboardWatcher**: https://github.com/AzimoLabs/AndroidKeyboardWatcher
226 |
227 | Software keyboard open/close watcher for Android
228 |
229 |
230 |
231 | ---
232 |
233 | **JKeyboardPanelSwitch**: https://github.com/Jacksgong/JKeyboardPanelSwitch
234 |
235 | Android键盘面板冲突 布局闪动处理方案
236 |
237 |
238 |
239 | ---
240 |
241 | **UpdatePlugin**: https://github.com/yjfnypeu/UpdatePlugin
242 |
243 | 可任意定制的app更新组件
244 |
245 |
246 |
247 | ---
248 |
249 | **android-auto-update**: https://github.com/feicien/android-auto-update
250 |
251 | Android 应用自动更新
252 |
253 |
254 |
255 | ---
256 |
257 | **redex**: https://github.com/facebook/redex
258 |
259 | facebook 出品的 apk 包优化工具 —— [Optimizing Android bytecode with ReDex](https://code.facebook.com/posts/1480969635539475/optimizing-android-bytecode-with-redex)
260 |
261 | **drawable-optimizer**: https://github.com/fabiomsr/drawable-optimizer
262 |
263 | Gradle plugin to optimize png files and reduce resultant apk size within an Android project
264 |
265 | ---
266 |
267 | **VCL-Android**: https://github.com/hanhailong/VCL-Android
268 |
269 | 编译好的VCL-Android版本,打了四种架构的so包,armeabi-v7a、armeabi、x86、mips
270 |
271 |
272 |
273 | ---
274 |
275 | **easy-video-player**: https://github.com/afollestad/easy-video-player
276 |
277 | Video playback on Android, made easy, wrapping around the stock MediaPlayer API. https://aidanfollestad.com
278 |
279 |
280 |
281 | ---
282 |
283 | **enjarify**: https://github.com/google/enjarify
284 |
285 | Enjarify is a tool for translating Dalvik bytecode to equivalent Java bytecode
286 |
287 | ---
288 |
289 | **CompositeAndroid**: https://github.com/passsy/CompositeAndroid
290 |
291 | Composition over inheritance for Android components like Activity or Fragment
292 |
293 | ---
294 |
295 | **android-classyshark**: https://github.com/google/android-classyshark
296 |
297 | apk 查看工具
298 |
299 | ---
300 |
301 | **esperandro**: https://github.com/dkunzler/esperandro
302 |
303 | Easy SharedPreference Engine foR ANDROid http://dkunzler.github.io/esperandro
304 |
305 | ---
306 |
307 | **Prefs**: https://github.com/GrenderG/Prefs
308 |
309 | Simple Android SharedPreferences wrapper
310 |
311 | ---
312 |
313 | **legend**: https://github.com/asLody/legend
314 |
315 | A framework for hook java methods
316 |
317 | ---
318 |
319 | **easydeviceinfo**: https://github.com/nisrulz/easydeviceinfo
320 |
321 | Android library to get device information in a super easy way
322 |
323 |
324 |
325 | ---
326 |
327 | **ActivityRouter**: https://github.com/mzule/ActivityRouter
328 |
329 | Router activities
330 |
331 |
332 |
333 | ---
334 |
335 | **UIBlock**: https://github.com/tianzhijiexian/UIBlock
336 |
337 | 代替 fragment 的轻量级解耦UI的类,解决 fragment 嵌套问题
338 |
339 |
340 |
341 | ---
342 |
343 | **Bugtags-Android**: https://github.com/bugtags/Bugtags-Android
344 |
345 | Simple and effective bug & crash reporting tool for Android apps http://bugtags.com/
346 |
347 |
348 |
349 | ---
350 |
351 | **zxing-barcode**: https://github.com/ThePacific/zxing-barcode
352 |
353 | A barcode scanner based on zxing for android
354 |
355 |
356 |
357 | ---
358 |
359 | **BGAQRCode-Android**: https://github.com/bingoogolapple/BGAQRCode-Android
360 |
361 | Android QRCode Library
362 |
363 |
364 |
365 | ---
366 |
367 | **gradle-android-javadocs**: https://github.com/Commit451/gradle-android-javadocs
368 |
369 | Helper to generate Javadocs within a Gradle Android library
370 |
371 | ---
372 |
373 | **easypermissions**: https://github.com/googlesamples/easypermissions
374 |
375 | Simplify Android M system permissions
376 |
377 | ---
378 |
379 | **permissions-dispatcher-plugin**:https://github.com/shiraji/permissions-dispatcher-plugin
380 |
381 | IntelliJ plugin for supporting PermissionsDispatcher
382 |
383 |
384 |
385 | ---
386 |
387 | **TedPermission**: https://github.com/ParkSangGwon/TedPermission
388 |
389 | Easy check permission library for Android Marshmallow
390 |
391 |
392 |
393 | ---
394 |
395 | **Dexter**: https://github.com/Karumi/Dexter
396 |
397 | Android library that simplifies the process of requesting permissions at runtime. http://karumi.com
398 |
399 |
400 |
401 | ---
402 |
403 | **Ask**: https://github.com/00ec454/Ask
404 |
405 | Android runtime permission make easy
406 |
407 |
408 |
409 | ---
410 |
411 | **AndroidPopWinPermission**: https://github.com/bunnyblue/AndroidPopWinPermission
412 |
413 | Android SYSTEM_ALERT PERMISSION CHECK
414 |
415 | ---
416 |
417 | **PermissionEverywhere**: https://github.com/kaknazaveshtakipishi/PermissionEverywhere
418 |
419 | Library enables to request a permission from any Context(Service, IntentService, etc)
420 |
421 |
422 |
423 | ---
424 |
425 | **apkReSign**: https://github.com/pengwei1024/apkReSign
426 |
427 | 安卓一键重签名工具
428 |
429 |
430 |
431 | ---
432 |
433 | **AndroidKeyboardWatcher**: https://github.com/AzimoLabs/AndroidKeyboardWatcher
434 |
435 | Software keyboard open/close watcher for Android
436 |
437 |
438 |
439 | ---
440 |
441 | **Treasure**: https://github.com/baoyongzhang/Treasure
442 |
443 | Very easy to use wrapper library for Android SharePreferences
444 |
445 | `Treasure`是一个Android平台上基于`SharePreferences`的偏好存储库,只需要定义接口,无需编写实现。运行时0反射,不仅使用方便而且性能和原生写法几乎无差别。
446 |
447 | ---
448 |
449 | **Favor**: https://github.com/soarcn/Favor
450 |
451 | A easy way to use android sharepreference http://cocosw.com/Favor/
452 |
453 | ---
454 |
455 | **Lynx**:https://github.com/pedrovgs/Lynx
456 |
457 | 可在手机上查看 `logcat`
458 |
459 |
460 |
461 | ---
462 |
463 | **LogcatViewer**: https://github.com/fatangare/LogcatViewer
464 |
465 | 可在手机上查看 `logcat`
466 |
467 |
468 |
469 | ---
470 |
471 | **jlog**: https://github.com/JiongBull/jlog
472 |
473 | jlog是一款针对Android开发者的日志工具
474 |
475 |
476 |
477 | ---
478 |
479 | **KLog**: https://github.com/ZhaoKaiQiang/KLog
480 |
481 | This is a useful log tool for Android
482 |
483 | Android LogCat 工具类,支持行号、所在函数、点击自动跳转、Json格式自定解析打印等功能。
484 |
485 |
486 |
487 | ---
488 |
489 | **logger**: https://github.com/orhanobut/logger
490 |
491 | Simple, pretty and powerful logger for android
492 |
493 |
494 |
495 | ---
496 |
497 | **shelly**: https://github.com/jtribe/shelly
498 |
499 | Fluent API for common **Intent** use-cases for Android
500 |
501 | This library wraps Intents with a clean and simple to understand interface for a number of specific use-cases.
502 |
503 | eg: Sharing some text and a url, the url is appended onto the text such that this shares "text with url http://www.jtribe.com.au":
504 |
505 | ```java
506 | Shelly.share(context)
507 | .text("text with url")
508 | .url("http://www.jtribe.com.au")
509 | .send();
510 | ```
511 |
512 | ---
513 |
514 | **LoganSquare**: https://github.com/bluelinelabs/LoganSquare
515 |
516 | Screaming fast JSON parsing and serialization library for Android.
517 |
518 |
519 |
520 | ---
521 |
522 | **FireCrasher**: https://github.com/osama-raddad/FireCrasher
523 |
524 | FireCrasher is a Uncaught Exceptions handler library for android
525 |
526 | ---
527 |
528 | **CustomActivityOnCrash**: https://github.com/Ereza/CustomActivityOnCrash
529 |
530 | Android library that allows launching a custom activity when your app crashes, instead of showing the hated "Unfortunately, X has stopped" dialog.
531 |
532 |
533 |
534 | ---
535 |
536 | **bee**: https://github.com/orhanobut/bee
537 |
538 | Debug and QA tool for android
539 |
540 |
541 |
542 | ---
543 |
544 | **ApkCustomizationTool**: https://github.com/SSOOnline/ApkCustomizationTool
545 |
546 | apk多渠道打包定制工具
547 |
548 |
549 |
550 | ---
551 |
552 | **LessCode**: https://github.com/openproject/LessCode
553 |
554 | less code, more efficient for android
555 |
556 | ---
557 |
558 | **JustWeTools**: https://github.com/lfkdsk/JustWeTools
559 |
560 | Some useful tools
561 |
562 |
563 |
564 | --
565 |
566 | **android-common**: https://github.com/litesuits/android-common
567 |
568 | 安卓开发通用类、辅助类、工具类的集合
569 |
570 | ---
571 |
572 | **Lazy**: https://github.com/l123456789jy/Lazy
573 |
574 | 整理的常用的工具类,值得收藏
575 |
576 | ---
577 |
578 | **FileDownloader**: https://github.com/lingochamp/FileDownloader
579 |
580 | Multitask、Breakpoint-resume、High-concurrency、Simple to use、Single-process
581 |
582 |
583 |
584 | ---
585 |
586 | **android-appversion-gradle-plugin**: https://github.com/hamsterksu/android-appversion-gradle-plugin
587 |
588 | 下一代Android渠道打包工具Gradle插件,支持极速打包,1000个渠道包只需要5秒钟
589 |
590 | ---
591 |
592 | **packer-ng-plugin**: https://github.com/mcxiaoke/packer-ng-plugin
593 |
594 | Add extra information to output file name. Add build number to the application version
595 | 批量命名应用输出文件名
596 |
597 | ---
598 |
599 | **dexcount-gradle-plugin**: https://github.com/KeepSafe/dexcount-gradle-plugin
600 |
601 | A Gradle plugin to report the number of method references in your APK on every build.
602 |
603 | ---
604 |
605 | **leakcanary**: https://github.com/square/leakcanary
606 |
607 | A memory leak detection library for Android and Java.
608 |
609 |
610 |
611 | ---
612 |
613 | **blockcanary**: https://github.com/moduth/blockcanary
614 |
615 | A ui-block detection library for Android. http://blog.zhaiyifan.cn/2016/01/16/BlockCanaryTransparentPerformanceMonitor/
616 |
617 |
618 |
619 | ---
620 |
621 | **GT**: https://github.com/TencentOpen/GT
622 |
623 | GT(随身调)是APP的`随身调试`平台,它是直接运行在手机上的“集成调试环境”(IDTE, Integrated Debug Environment)。
624 |
625 |
626 |
627 | ---
628 |
629 | **moshi**: https://github.com/square/moshi
630 |
631 | A modern JSON library for Android and Java.
632 |
633 | ---
634 |
635 | **LocationManager**: https://github.com/yayaa/LocationManager
636 |
637 | Simplify getting user's location for Android
638 |
639 | ---
640 |
641 | **MarsDaemon**: https://github.com/Marswin/MarsDaemon
642 |
643 | 一个轻量级的库,配置几行代码,就可以实现在 android 上实现进程常驻,也就是在系统强杀下,以及 360 获取 root 权限下,clean master 获取 root 权限下都无法杀死进程
644 |
645 | ---
646 |
647 | **RxBluetooth**: https://github.com/IvBaranov/RxBluetooth
648 |
649 | Android reactive bluetooth
650 |
651 | ---
652 |
653 | **AndroidDevMetrics**: https://github.com/frogermcs/AndroidDevMetrics
654 |
655 | Performance metrics library for Android development (includes dagger2metrics)
656 |
657 |
658 |
659 | ---
660 |
--------------------------------------------------------------------------------
/列表List/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 列表 List
2 |
3 | 包含:ListView、GridView、RecyclerView、Refresh、LoadMore……
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | http://www.sothing.top
8 |
9 | **FlexibleAdapter**: https://github.com/davideas/FlexibleAdapter
10 |
11 | Adapter for SelectionMode, ViewHolders, Filter, FastScroller, Animations, Undo, Headers, Expandable, Draggable, Swipeable
12 |
13 |
14 |
15 | ---
16 |
17 | **EasyRecyclerView**: https://github.com/diegodobelo/AndroidExpandingViewLibrary
18 |
19 | 展开收缩的View
20 |
21 |
22 |
23 | ---
24 |
25 | **StaggeredTextGridView**: https://github.com/riontech-xten/StaggeredTextGridView
26 |
27 | 自定义瀑布流文本 GridView
28 |
29 |
30 |
31 | ---
32 |
33 | **EasyRecyclerView**: https://github.com/Jude95/EasyRecyclerView
34 |
35 | 常用的RecyclerView的各种需求封装进库
36 |
37 |
38 |
39 | ---
40 |
41 | **InfiniteListView**: https://github.com/ugurcany/InfiniteListView
42 |
43 | 上拉加载更多,下拉刷新
44 |
45 |
46 |
47 | ---
48 |
49 | **StickyHeaderListView**: https://github.com/sfsheng0322/StickyHeaderListView
50 |
51 | 功能强大的StickyHeaderListView:标题渐变、吸附悬停、筛选分类、动态头部等
52 |
53 |
54 |
55 | ---
56 |
57 | **StickyHeaders**: https://github.com/ShamylZakariya/StickyHeaders
58 |
59 | Adapter and LayoutManager for Android RecyclerView which enables sticky header positioning
60 |
61 |
62 |
63 | ---
64 |
65 | **CalendarListview**: https://github.com/traex/CalendarListview
66 |
67 | CalendarListview provides a easy way to select dates with a calendar for API 10+
68 |
69 |
70 |
71 | ---
72 |
73 | **BaseRecyclerViewAdapterHelper**: https://github.com/CymChad/BaseRecyclerViewAdapterHelper
74 |
75 | Powerful and flexible RecyclerAdapter,www.recyclerview.org
76 |
77 |
78 |
79 | ---
80 |
81 | **RecyclerViewPresenter**: https://github.com/kibotu/RecyclerViewPresenter
82 |
83 | Convenience library to handle different view types with different presenters in a single RecyclerView
84 |
85 |
86 |
87 | ---
88 |
89 | **recyclerview-animators**: [https://github.com/wasabeef/recyclerview-animators](https://github.com/wasabeef/recyclerview-animators)
90 |
91 | An Android Animation library which easily add itemanimator to RecyclerView items.
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 | ---
100 |
101 | **EasyAdapter**: https://github.com/mzule/EasyAdapter
102 |
103 | 一种简单的 Adapter 解决方案,支持多种 ViewType,轻松创建 ViewHolder 模式 Adapter. 支持 ListView 和 RecyclerView
104 |
105 | ---
106 |
107 | **recyclerviewhelper**: https://github.com/nisrulz/recyclerviewhelper
108 |
109 | RecyclerView 超强助手
110 |
111 | ---
112 |
113 | **pull-to-make-soup**: https://github.com/Yalantis/pull-to-make-soup
114 |
115 | RecyclerView 下拉刷新
116 |
117 |
118 |
119 | ---
120 |
121 | **android-PullRefreshLayout**: [https://github.com/baoyongzhang/android-PullRefreshLayout](https://github.com/baoyongzhang/android-PullRefreshLayout)
122 |
123 | This component like SwipeRefreshLayout, it is more beautiful than SwipeRefreshLayout.
124 |
125 |
126 |
127 | ---
128 |
129 | **android-Ultra-Pull-To-Refresh**: https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
130 |
131 | Ultra Pull to Refresh for Android. Support all the views. [http://android-ultra-ptr.liaohuqiu.net/](http://android-ultra-ptr.liaohuqiu.net/)
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 | ---
140 |
141 | **Chris-Android-PullToRefresh**: https://github.com/bboyfeiyu/Chris-Android-PullToRefresh
142 |
143 | 下拉刷新,上拉加载库
144 |
145 |
146 |
147 | ---
148 |
149 | **RecyclerView-FastScroll**: https://github.com/timusus/RecyclerView-FastScroll
150 |
151 | A simple FastScroller for Android's RecyclerView
152 |
153 |
154 |
155 | ---
156 |
157 | **Timeline-View**: https://github.com/vipulasri/Timeline-View
158 |
159 | Android Timeline View is used to display views like Tracking of shipment/order, steppers etc
160 |
161 |
162 |
163 | ---
164 |
165 | **MultiStateView**: [https://github.com/Kennyc1012/MultiStateView](https://github.com/Kennyc1012/MultiStateView)
166 |
167 | Android View that displays different content based on its state
168 |
169 |
170 |
171 |
172 |
173 |
174 | ---
175 |
176 | **FlyRefresh**: [https://github.com/race604/FlyRefresh](https://github.com/race604/FlyRefresh)
177 |
178 | The implementation of [https://dribbble.com/shots/2067564-Replace](https://dribbble.com/shots/2067564-Replace)
179 |
180 |
181 |
182 | ---
183 |
184 | **Phoenix**: [https://github.com/Yalantis/Phoenix](https://github.com/Yalantis/Phoenix)
185 |
186 | Phoenix Pull-to-Refresh. [https://yalantis.com/](https://yalantis.com/)
187 |
188 |
189 |
190 | ---
191 |
192 | **Taurus**: [https://github.com/Yalantis/Taurus](https://github.com/Yalantis/Taurus)
193 |
194 | A little more fun for the pull-to-refresh interaction.[https://yalantis.com/](https://yalantis.com/)
195 |
196 |
197 |
198 | ---
199 |
200 | **CircleRefreshLayout**: [https://github.com/tuesda/CircleRefreshLayout](https://github.com/tuesda/CircleRefreshLayout)
201 |
202 | a custom pull-to-refresh layout which contains a interesting animation.
203 |
204 |
205 |
206 | ---
207 |
208 | **WaveSwipeRefreshLayout**: [https://github.com/recruit-lifestyle/WaveSwipeRefreshLayout](https://github.com/recruit-lifestyle/WaveSwipeRefreshLayout)
209 |
210 | [http://engineer.recruit-lifestyle.co.jp/techblog/2015-08-03-swipe-refresh-layout/](http://engineer.recruit-lifestyle.co.jp/techblog/2015-08-03-swipe-refresh-layout/)
211 |
212 |
213 |
214 | ---
215 |
216 | **FoldableLayout**: [https://github.com/worldline/FoldableLayout](https://github.com/worldline/FoldableLayout)
217 |
218 | An Android demo of a foldable layout implementation.
219 |
220 |
221 |
222 | ---
223 |
224 | **SuperRecyclerView**: [https://github.com/Malinskiy/SuperRecyclerView](https://github.com/Malinskiy/SuperRecyclerView)
225 |
226 | Pumped up RecyclerView
227 |
228 | ---
229 |
230 | **RecyclerViewSwipeDismiss**: [https://github.com/CodeFalling/RecyclerViewSwipeDismiss](https://github.com/CodeFalling/RecyclerViewSwipeDismiss)
231 |
232 | A very easy-to-use and non-intrusive implement of Swipe to dismiss for RecyclerView.
233 |
234 |
235 |
236 | ---
237 |
238 | **FlabbyListView**: [https://github.com/jpardogo/FlabbyListView](https://github.com/jpardogo/FlabbyListView)
239 |
240 | Android library to display a ListView whose cells are not rigid but flabby and react to ListView scroll.
241 |
242 |
243 |
244 |
245 | ---
246 |
247 | **ParallaxListView**: [https://github.com/Gnod/ParallaxListView](https://github.com/Gnod/ParallaxListView)
248 |
249 | A Android ListView Demo with a parallax effect header like Path.
250 |
251 |
252 |
253 | ---
254 |
255 | **PullZoomView**: [https://github.com/Frank-Zhu/PullZoomView](https://github.com/Frank-Zhu/PullZoomView)
256 |
257 | An Android custom ListView and ScrollView with pull to zoom-in.
258 |
259 |
260 |
261 | ---
262 |
263 | **SwipeMenuListView**: [https://github.com/baoyongzhang/SwipeMenuListView](https://github.com/baoyongzhang/SwipeMenuListView)
264 |
265 | A swipe menu for ListView.
266 |
267 |
268 |
269 | ---
270 |
271 | **discrollview**: [https://github.com/flavienlaurent/discrollview](https://github.com/flavienlaurent/discrollview)
272 |
273 | Scroll + discover = DiscrollView
274 |
275 |
276 |
277 | ---
278 |
279 | **StickyListHeaders**: [https://github.com/emilsjolander/StickyListHeaders](https://github.com/emilsjolander/StickyListHeaders)
280 |
281 | An android library for section headers that stick to the top
282 |
283 |
284 |
285 | ---
286 |
287 | **ListBuddies**: [https://github.com/jpardogo/ListBuddies](https://github.com/jpardogo/ListBuddies)
288 |
289 | Android library to achieve in an easy way, the behaviour of the home page in the Expedia app, with a pair of auto-scroll circular parallax ListViews.
290 |
291 |
292 |
293 |
294 | ---
295 |
296 | **Android-ObservableScrollView**: [Android-https://github.com/ksoichiro/Android-ObservableScrollView](https://github.com/ksoichiro/Android-ObservableScrollView)
297 |
298 | Android library to observe scroll events on scrollable views.[http://ksoichiro.github.io/Android-ObservableScrollView/](http://ksoichiro.github.io/Android-ObservableScrollView/)
299 |
300 |
301 |
302 |
303 |
304 |
305 |
306 |
307 |
308 |
309 |
310 |
311 |
312 |
313 | ---
314 |
315 | **AsymmetricGridView**: [https://github.com/felipecsl/AsymmetricGridView](https://github.com/felipecsl/AsymmetricGridView)
316 |
317 | Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span.[http://felipecsl.com/AsymmetricGridView](http://felipecsl.com/AsymmetricGridView)
318 |
319 |
320 |
321 |
322 | ---
323 |
324 | **DynamicGrid**: [https://github.com/askerov/DynamicGrid](https://github.com/askerov/DynamicGrid)
325 |
326 | Drag and drop GridView for Android
327 |
328 |
329 |
330 | ---
331 |
332 | **PinterestLikeAdapterView**: https://github.com/GDG-Korea/PinterestLikeAdapterView
333 |
334 | An Android multi column list view like Pinterest.
335 |
336 |
337 |
338 | ---
339 |
340 | **DragSortAdapter**: https://github.com/vinc3m1/DragSortAdapter
341 |
342 | Drag and drop re-ordering adapter for RecyclerView
343 |
344 |
345 |
346 | ---
347 |
348 | **AndroidStaggeredGrid**: [https://github.com/etsy/AndroidStaggeredGrid](https://github.com/etsy/AndroidStaggeredGrid)
349 |
350 | An Android staggered grid view which supports multiple columns with rows of varying sizes.[https://github.com/etsy/AndroidStaggeredGrid](https://github.com/etsy/AndroidStaggeredGrid)
351 |
352 |
353 |
354 | ---
355 |
356 | **android-parallax-recyclerview**: [https://github.com/kanytu/android-parallax-recyclerview](https://github.com/kanytu/android-parallax-recyclerview)
357 |
358 | An adapter which could be used to achieve a parallax effect on RecyclerView.
359 |
360 |
361 |
362 |
363 | ---
364 |
365 | **BlurStickyHeaderListView**: [https://github.com/emmano/BlurStickyHeaderListView](https://github.com/emmano/BlurStickyHeaderListView)
366 |
367 | ListView with blur/parallax/sticky capabilities.
368 |
369 |
370 |
371 | ---
372 |
373 | **RecyclerView-FlexibleDivider**: [https://github.com/yqritc/RecyclerView-FlexibleDivider](https://github.com/yqritc/RecyclerView-FlexibleDivider)
374 |
375 | Android library providing simple way to control divider items of RecyclerView.
376 |
377 |
378 |
379 |
380 | ---
381 |
382 | **AndroidTreeView**: [https://github.com/bmelnychuk/AndroidTreeView](https://github.com/bmelnychuk/AndroidTreeView)
383 |
384 | AndroidTreeView. TreeView implementation for android.
385 |
386 |
387 |
388 |
389 | ---
390 |
391 | **RecyclerViewFastScroller**: [https://github.com/danoz73/RecyclerViewFastScroller](https://github.com/danoz73/RecyclerViewFastScroller)
392 |
393 | A Fast Scroller for the RecyclerView world!
394 |
395 |
396 |
397 |
398 | ---
399 |
400 | **RecyclerView-MultipleViewTypesAdapter**: [https://github.com/yqritc/RecyclerView-MultipleViewTypesAdapter](https://github.com/yqritc/RecyclerView-MultipleViewTypesAdapter)
401 |
402 | Android library defining adapter classes of RecyclerView to manage multiple view types
403 |
404 |
405 |
406 | ---
407 |
408 | **SwipeToAction**: [https://github.com/diftco/SwipeToAction](https://github.com/diftco/SwipeToAction)
409 |
410 | An easy way to add a simple 'swipe-and-do-something' behavior to your `RecyclerView` items. Just like in Gmail or Inbox apps.
411 |
412 |
413 |
414 | ---
415 |
416 | **android-advancedrecyclerview**: [https://github.com/h6ah4i/android-advancedrecyclerview](https://github.com/h6ah4i/android-advancedrecyclerview)
417 |
418 | RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
419 |
420 |
421 |
422 | ---
423 |
424 | **RecyclerItemDecoration**: [https://github.com/magiepooh/RecyclerItemDecoration](https://github.com/magiepooh/RecyclerItemDecoration)
425 |
426 | ItemDecoration for RecyclerView using LinearLayoutManager for Android
427 |
428 |
429 |
430 |
431 | ---
432 |
433 | **MaterialRecents**: [https://github.com/ZieIony/MaterialRecents](https://github.com/ZieIony/MaterialRecents)
434 |
435 | Lollipop's Recents container
436 |
437 |
438 |
439 | ---
440 |
441 | **Dividers**: [https://github.com/Karumi/Dividers](https://github.com/Karumi/Dividers)
442 |
443 | Dividers is a simple Android library to create easy separators for your RecyclerViews
444 |
445 |
446 |
447 | ---
448 |
449 | **drag-select-recyclerview**: [https://github.com/afollestad/drag-select-recyclerview](https://github.com/afollestad/drag-select-recyclerview)
450 |
451 | Easy to implement Google Photos style multi-selection for RecyclerViews.[http://aidanfollestad.com](http://aidanfollestad.com)
452 |
453 |
454 |
455 | ---
456 |
457 | **sticky-headers-recyclerview**: [https://github.com/timehop/sticky-headers-recyclerview](https://github.com/timehop/sticky-headers-recyclerview)
458 |
459 | Sticky Headers decorator for Android's RecyclerView
460 |
461 |
462 |
463 |
464 | ---
465 |
466 | **NotBoringActionBar**: [https://github.com/flavienlaurent/NotBoringActionBar](https://github.com/flavienlaurent/NotBoringActionBar)
467 |
468 | News Stand app makes the ActionBar not boring!
469 |
470 |
471 |
472 | ---
473 |
474 | **ListViewAnimations**: [https://github.com/nhaarman/ListViewAnimations](https://github.com/nhaarman/ListViewAnimations)
475 |
476 | An Android library which allows developers to easily add animations to ListView items
477 |
478 |
479 |
480 | ---
481 |
482 | **WaterDropListView**: [https://github.com/THEONE10211024/WaterDropListView](https://github.com/THEONE10211024/WaterDropListView)
483 |
484 | WaterDropListView,just like the iOS
485 |
486 |
487 |
488 | ---
489 |
490 | **BGARefreshLayout-Android**: [https://github.com/bingoogolapple/BGARefreshLayout-Android](https://github.com/bingoogolapple/BGARefreshLayout-Android)
491 |
492 | 多种下拉刷新效果、上拉加载更多、可配置自定义头部广告位
493 |
494 |
495 |
496 |
497 |
498 |
499 |
500 |
501 |
502 |
503 |
504 |
505 | ---
506 |
507 | **FastAdapter**: https://github.com/mikepenz/FastAdapter
508 |
509 | The bullet proof, fast and easy to use adapter library, which minimizes developing time when use RecyclerView... http://mikepenz.github.io/FastAdapter
510 |
511 |
512 |
513 | ---
514 |
515 | **NestedTimeLineRecyclerView**: https://github.com/ishratkhan/NestedTimeLineRecyclerView
516 |
517 | It is a custom implementation of nested timeline view using RecyclerView
518 |
519 |
520 |
521 | ---
522 |
523 | **YLListView**: https://github.com/yll2wcf/YLListView
524 |
525 | YLListView仿IOS弹簧效果的ListView
526 |
527 |
528 |
529 | ---
--------------------------------------------------------------------------------
/自定义控件Custom/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 自定义控件 Custom
2 |
3 | 包含:各种自定义控件、Widget、Material Design……
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | ---
8 |
9 | **AbilityChart**: https://github.com/jiefly/AbilityChart
10 |
11 | 一个能力值属性分布的控件
12 |
13 |
14 |
15 | ---
16 |
17 | **hintcase**: https://github.com/Nescafemix/hintcase
18 |
19 | HintCase is a library for Android that will help you create really awesome hints/tips for your apps
20 |
21 |
22 |
23 | ---
24 |
25 | **HorizontalWheelView**: https://github.com/shchurov/HorizontalWheelView
26 |
27 | HorizontalWheelView
28 |
29 |
30 |
31 |
32 |
33 | ---
34 |
35 | **MultipleStatusView**: https://github.com/qyxxjd/MultipleStatusView
36 |
37 | 一个支持多种状态的自定义View,可以方便的切换到:加载中视图、错误视图、空数据视图、网络异常视图、内容视图
38 |
39 |
40 |
41 | ---
42 |
43 | **QQBubbleView**: https://github.com/Yasic/QQBubbleView
44 |
45 | 利用三阶贝塞尔曲线模仿QQ空间直播页面右下角的礼物冒泡特效
46 |
47 |
48 |
49 | ---
50 |
51 | **GithubWidget**: https://github.com/Nightonke/GithubWidget
52 |
53 | A simple implementation of swipe card like StreetView!!
54 |
55 |
56 |
57 | ---
58 |
59 | **SwipeableCard**: https://github.com/michelelacorte/SwipeableCard
60 |
61 | A simple implementation of swipe card like StreetView!!
62 |
63 |
64 |
65 |
66 |
67 | ---
68 |
69 | **Genius-Android**: https://github.com/qiujuer/Genius-Android
70 |
71 | Android Material Design Theme UI and Tool Library. http://genius.qiujuer.net
72 |
73 |
74 |
75 | ---
76 |
77 | **SlideSwitch**: [https://github.com/Leaking/SlideSwitch](https://github.com/Leaking/SlideSwitch)
78 |
79 | A widget you can slide it to open or close something
80 |
81 |
82 |
83 | ---
84 |
85 | **MaterialSpinner**: [https://github.com/ganfra/MaterialSpinner](https://github.com/ganfra/MaterialSpinner)
86 |
87 | Spinner with Material Design - Down to API 9
88 |
89 |
90 |
91 | ---
92 |
93 | **loadtoast**: [https://github.com/code-mc/loadtoast](https://github.com/code-mc/loadtoast)
94 |
95 | Pretty material design toasts with feedback animations
96 |
97 |
98 |
99 | ---
100 |
101 | **DanmakuFlameMaster**: https://github.com/Bilibili/DanmakuFlameMaster
102 |
103 | B 站出品的 Android 开源弹幕引擎 —— 烈焰弹幕使
104 |
105 | ---
106 |
107 | **DanmakuFlameMaster**: [https://github.com/Bilibili/DanmakuFlameMaster](https://github.com/Bilibili/DanmakuFlameMaster)
108 |
109 | 大弹幕时代来临了,这里是Android上最好的开源弹幕引擎·烈焰弹幕使 ~ 被弹幕吞噬吧!
110 |
111 |
112 |
113 | ---
114 |
115 | **StickerView**: [https://github.com/sangmingming/StickerView](https://github.com/sangmingming/StickerView)
116 |
117 | a sticker view for android application
118 |
119 |
120 |
121 | ---
122 |
123 | **phrase**: [https://github.com/square/phrase](https://github.com/square/phrase)
124 |
125 | Phrase is an Android string resource templating library
126 |
127 | ---
128 |
129 | **TourGuide**: [https://github.com/worker8/TourGuide](https://github.com/worker8/TourGuide)
130 |
131 | TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
132 |
133 |
134 |
135 | ---
136 |
137 | **cheesesquare**: [https://github.com/chrisbanes/cheesesquare](https://github.com/chrisbanes/cheesesquare)
138 |
139 | Demos the new Android Design library.
140 |
141 |
142 |
143 | ---
144 |
145 | **SnailBar**: [https://github.com/android-cjj/SnailBar](https://github.com/android-cjj/SnailBar)
146 |
147 | A lovely snail,You can use it as a seekbar or progressbar.
148 |
149 |
150 |
151 | ---
152 |
153 | **ImageProcessing**: [https://github.com/pepoc/ImageProcessing](https://github.com/pepoc/ImageProcessing)
154 |
155 | 这个贴纸Demo是基于 http://blog.isming.me/2015/05/10/sticker-view/ 现有基础的优化。
156 |
157 |
158 |
159 | ---
160 |
161 | **QuantityView**: [https://github.com/himanshu-soni/QuantityView](https://github.com/himanshu-soni/QuantityView)
162 |
163 | Android quantity view with add and remove button.
164 |
165 |
166 |
167 |
168 |
169 | ---
170 |
171 | **BubbleView**: [https://github.com/lguipeng/BubbleView](https://github.com/lguipeng/BubbleView)
172 |
173 | Bubble View 聊天气泡
174 |
175 |
176 |
177 | ---
178 |
179 | **MaterialDesignLibrary**: [https://github.com/navasmdc/MaterialDesignLibrary](https://github.com/navasmdc/MaterialDesignLibrary)
180 |
181 | This is a library with components of Android L to you use in android 2.2
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 | ---
191 |
192 | **SeekArc**: [https://github.com/Triggertrap/SeekArc](https://github.com/Triggertrap/SeekArc)
193 |
194 | Circular SeekBar view for Android
195 |
196 |
197 |
198 | ---
199 |
200 | **materialish-progress**: [https://github.com/pnikosis/materialish-progress](https://github.com/pnikosis/materialish-progress)
201 |
202 | A material style progress wheel compatible with 2.3
203 |
204 |
205 |
206 | ---
207 |
208 | **material-range-bar**: [https://github.com/oli107/material-range-bar](https://github.com/oli107/material-range-bar)
209 |
210 | Android widget for selecting a range of values.
211 |
212 |
213 |
214 | ---
215 |
216 | **Lollipop-AppCompat-Widgets-Skeleton**: [https://github.com/sachin1092/Lollipop-AppCompat-Widgets-Skeleton](https://github.com/sachin1092/Lollipop-AppCompat-Widgets-Skeleton)
217 |
218 | A skeleton of google's appcompat android navigation drawer with material design.
219 |
220 |
221 |
222 | ---
223 |
224 | **Carbon**: [https://github.com/ZieIony/Carbon](https://github.com/ZieIony/Carbon)
225 |
226 | Material Design implementation for Android 2.2+. Shadows, ripples, vectors, fonts, animations, widgets, rounded corners and more.[https://androidreclib.wordpress.com/](https://androidreclib.wordpress.com/)
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 | ---
242 |
243 | **material-calendarview**: https://github.com/prolificinteractive/material-calendarview
244 |
245 | A Material design back port of Android's CalendarView.[https://prolificinteractive.github.io/material-calendarview/](https://prolificinteractive.github.io/material-calendarview/)
246 |
247 |
248 |
249 | ---
250 |
251 | **material**: [https://github.com/rey5137/material](https://github.com/rey5137/material)
252 |
253 | A library to bring fully animated Material Design components to pre-Lolipop Android.[http://rey5137.com/material/](http://rey5137.com/material/)
254 |
255 |
256 |
257 |
258 |
259 |
260 |
261 |
262 |
263 |
264 |
265 |
266 |
267 |
268 |
269 |
270 |
271 | ---
272 |
273 | **MaterialTextField**: [https://github.com/florent37/MaterialTextField](https://github.com/florent37/MaterialTextField)
274 |
275 | A different beautiful Floating Edit Text.
276 |
277 |
278 |
279 | ---
280 |
281 | **android_maskable_layout**: [https://github.com/christophesmet/android_maskable_layout](https://github.com/christophesmet/android_maskable_layout)
282 |
283 | A library that easily allows you to mask layouts/viewgroups.
284 |
285 |
286 |
287 | ---
288 |
289 | **bubbles-for-android**: [https://github.com/txusballesteros/bubbles-for-android](https://github.com/txusballesteros/bubbles-for-android)
290 |
291 | Bubbles for Android is an Android library to provide chat heads capabilities on your apps. With a fast way to integrate with your development.
292 |
293 |
294 |
295 | ---
296 |
297 | **FloatingView**: [https://github.com/recruit-lifestyle/FloatingView](https://github.com/recruit-lifestyle/FloatingView)
298 |
299 | [http://engineer.recruit-lifestyle.co.jp/techblog/2015-07-29-floatingview/](http://engineer.recruit-lifestyle.co.jp/techblog/2015-07-29-floatingview/)
300 |
301 |
302 |
303 | ---
304 |
305 | **labelview**: [https://github.com/linger1216/labelview](https://github.com/linger1216/labelview)
306 |
307 | Sometimes, we need to show a label above an ImageView or any other views. Well, LabelView will be able to help you. It's easy to implement as well!
308 |
309 |
310 |
311 | ---
312 |
313 | **Android-Lock9View**: https://github.com/TakWolf/Android-Lock9View
314 |
315 | An Android grid lock screen view with a callback interface.
316 |
317 |
318 |
319 | ---
320 |
321 | **CreditsRoll**: https://github.com/frakbot/CreditsRoll
322 |
323 | [insert Star Wars theme here]
324 |
325 |
326 |
327 | ---
328 |
329 | **JumpingBeans**: https://github.com/frakbot/JumpingBeans
330 |
331 | A Span-based library to make your text jump like Mexican beans. Oh, and the "..."s in Hangouts.
332 |
333 |
334 |
335 |
336 | ---
337 |
338 | **BezierDemo**: https://github.com/chenupt/BezierDemo
339 |
340 | A demo to show bezier.
341 |
342 |
343 |
344 | ---
345 |
346 | **discreteSeekBar**: [https://github.com/AnderWeb/discreteSeekBar](https://github.com/AnderWeb/discreteSeekBar)
347 |
348 |
349 |
350 |
351 | ---
352 |
353 | **SHSegmentControl**: [https://github.com/7heaven/SHSegmentControl](https://github.com/7heaven/SHSegmentControl)
354 |
355 | segmentcontrol widget for android
356 |
357 |
358 |
359 |
360 | ---
361 |
362 | **ElasticDownload**: [https://github.com/Tibolte/ElasticDownload](https://github.com/Tibolte/ElasticDownload)
363 |
364 | We are not Gif makers, We are developers
365 |
366 |
367 |
368 |
369 | ---
370 |
371 | **FABProgressCircle**: [https://github.com/JorgeCastilloPrz/FABProgressCircle](https://github.com/JorgeCastilloPrz/FABProgressCircle)
372 |
373 | Material progress circle around any FloatingActionButton. 100% Guidelines.
374 |
375 |
376 |
377 |
378 | ---
379 |
380 | **Loading**: [https://github.com/yankai-victor/Loading](https://github.com/yankai-victor/Loading)
381 |
382 | Android loading view
383 |
384 |
385 |
386 |
387 |
388 | ---
389 |
390 | **AnimatedCircleLoadingView**: [https://github.com/jlmd/AnimatedCircleLoadingView](https://github.com/jlmd/AnimatedCircleLoadingView)
391 |
392 | An animated circle loading view
393 |
394 |
395 |
396 |
397 | ---
398 |
399 | **AndroidFillableLoaders**: [https://github.com/JorgeCastilloPrz/AndroidFillableLoaders](https://github.com/JorgeCastilloPrz/AndroidFillableLoaders)
400 |
401 | Android fillable progress view working with SVG paths. This is a nice option too if you want to create an interesting branding logo for your app. Based on the iOS project:[https://github.com/poolqf/FillableLoaders](https://github.com/poolqf/FillableLoaders)
402 |
403 |
404 |
405 |
406 |
407 |
408 | ---
409 |
410 | **spots-dialog**: [https://github.com/d-max/spots-dialog](https://github.com/d-max/spots-dialog)
411 |
412 | Android AlertDialog with mowing dots progress indicator
413 |
414 |
415 |
416 | ---
417 |
418 | **AVLoadingIndicatorView**: [https://github.com/81813780/AVLoadingIndicatorView](https://github.com/81813780/AVLoadingIndicatorView)
419 |
420 | Nice loading animations for Android
421 |
422 |
423 |
424 | ---
425 |
426 | **Caldroid**: [https://github.com/roomorama/Caldroid](https://github.com/roomorama/Caldroid)
427 |
428 | A better calendar for Android
429 |
430 |
431 |
432 |
433 | ---
434 |
435 | **WheelIndicatorView**: [https://github.com/dlazaro66/WheelIndicatorView](https://github.com/dlazaro66/WheelIndicatorView)
436 |
437 | A 'Google Fit' like activity indicator for Android
438 |
439 |
440 |
441 | ---
442 |
443 | **CircleTimerView**: [https://github.com/jiahuanyu/CircleTimerView](https://github.com/jiahuanyu/CircleTimerView)
444 |
445 | Circular timer on Android platform.
446 |
447 |
448 |
449 |
450 | ---
451 |
452 | **Pugnotification**: [https://github.com/halysongoncalves/Pugnotification](https://github.com/halysongoncalves/Pugnotification)
453 |
454 | A powerful library for creating notifications in android platform.
455 |
456 |
457 |
458 | ---
459 |
460 | **android-times-square**: [https://github.com/square/android-times-square](https://github.com/square/android-times-square)
461 |
462 | Standalone Android widget for picking a single date from a calendar view.
463 |
464 |
465 |
466 | ---
467 |
468 | **Android-MonthCalendarWidget**: [https://github.com/romannurik/Android-MonthCalendarWidget](https://github.com/romannurik/Android-MonthCalendarWidget)
469 |
470 | A simple example of a responsive Month Calendar app widget for Android
471 |
472 |
473 |
474 | ---
475 |
476 | **Android-Week-View**: [https://github.com/alamkanak/Android-Week-View](https://github.com/alamkanak/Android-Week-View)
477 |
478 | Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
479 |
480 |
481 |
482 | ---
483 |
484 | **SilkCal**: [https://github.com/NLMartian/SilkCal](https://github.com/NLMartian/SilkCal)
485 |
486 | Android calendar view inspired by Sunrise calendar and iOS7 stock calendar
487 |
488 |
489 |
490 | ---
491 |
492 | **MaterialDateTimePicker**: [https://github.com/wdullaer/MaterialDateTimePicker](https://github.com/wdullaer/MaterialDateTimePicker)
493 |
494 | Pick a date or time on Android in style
495 |
496 |
497 |
498 |
499 | ---
500 |
501 | **velocimeter-view**: [https://github.com/glomadrian/velocimeter-view](https://github.com/glomadrian/velocimeter-view)
502 |
503 | A velocimeter View for Android
504 |
505 |
506 |
507 | ---
508 |
509 | **CompactCalendarView**: [https://github.com/SundeepK/CompactCalendarView](https://github.com/SundeepK/CompactCalendarView)
510 |
511 | An android library which provides a compact calendar view much like the one used in google calenders, following material design.
512 |
513 |
514 |
515 |
516 | ---
517 |
518 | **Swipecards**: [https://github.com/Diolor/Swipecards](https://github.com/Diolor/Swipecards)
519 |
520 | A Tinder-like Android library to create the swipe cards effect. You can swipe left or right to like or dislike the content.
521 |
522 |
523 |
524 | ---
525 |
526 | **Android-Bootstrap**: [https://github.com/Bearded-Hen/Android-Bootstrap](https://github.com/Bearded-Hen/Android-Bootstrap)
527 |
528 | Bootstrap style widgets for Android, with Glyph Icons
529 |
530 |
531 |
532 | ---
533 |
534 | **android-pdfview**: [https://github.com/JoanZapata/android-pdfview](https://github.com/JoanZapata/android-pdfview)
535 |
536 | A fast PDF reader component for Android development.[http://joanzapata.com/android-pdfview/](http://joanzapata.com/android-pdfview/)
537 |
538 |
539 |
540 | ---
541 |
542 | **CreditCardEntry**: [https://github.com/dbachelder/CreditCardEntry](https://github.com/dbachelder/CreditCardEntry)
543 |
544 | Smooth UI for Credit Card Entry on Android device, regex check for supported credit card types and luhn check. Inspired by Square credit card entry interface
545 |
546 |
547 |
548 | ---
549 |
550 | **dspec**: [https://github.com/lucasr/dspec](https://github.com/lucasr/dspec)
551 |
552 | Define and render UI specs on top of your Android UI
553 |
554 |
555 |
556 | ---
557 |
558 | **LolliPin**: [https://github.com/OrangeGangsters/LolliPin](https://github.com/OrangeGangsters/LolliPin)
559 |
560 | A Material design Android pincode library. Supports Fingerprint.
561 |
562 |
563 |
564 |
565 | ---
566 |
567 | **DrawableView**: [https://github.com/PaNaVTEC/DrawableView](https://github.com/PaNaVTEC/DrawableView)
568 |
569 | A view that allows to paint and saves the result as a bitmap.[http://panavtec.me](http://panavtec.me)
570 |
571 |
572 |
573 | ---
574 |
575 | **android-materialshadowninepatch**: [https://github.com/h6ah4i/android-materialshadowninepatch](https://github.com/h6ah4i/android-materialshadowninepatch)
576 |
577 | Provides 9-patch based drop shadow for view elements. Works on API level 9 or later.
578 |
579 |
580 |
581 |
582 |
583 | ---
584 |
585 | **SimpleFingerGestures_Android_Library**: [https://github.com/championswimmer/SimpleFingerGestures_Android_Library](https://github.com/championswimmer/SimpleFingerGestures_Android_Library)
586 |
587 | Android
588 |
589 |
590 |
591 |
592 |
593 | ---
594 |
595 | **Decor**: [https://github.com/chemouna/decor](https://github.com/chemouna/decor)
596 |
597 | Android layout decorators : Injecting custom attributes in layout files, Using decorators to get rid of unnecessary class explosion with custom views
598 |
599 |
600 |
601 | ---
602 |
603 | **voice-recording-visualizer**: [https://github.com/tyorikan/voice-recording-visualizer](https://github.com/tyorikan/voice-recording-visualizer)
604 |
605 | Simple Visualizer from mic input for Android.
606 |
607 |
608 |
609 | ---
610 |
611 | **MoveMapLocation**: https://github.com/scp504677840/MoveMapLocation
612 |
613 | 移动地图选址
614 |
615 |
616 |
617 | ---
618 |
619 | **SegmentedBarView**: https://github.com/gspd-mobi/SegmentedBarView
620 |
621 | Custom UI control for android which is showing data as a segments and a value inside them.
622 |
623 |
624 |
625 | ---
626 |
627 | **AnimCheckBox**: https://github.com/lguipeng/AnimCheckBox
628 |
629 | Animation CheckBox
630 |
631 |
632 |
633 | ---
634 |
635 |
636 |
637 |
638 |
639 |
--------------------------------------------------------------------------------
/完整开源项目Project/README.md:
--------------------------------------------------------------------------------
1 | # 安卓分享 == 完整开源项目
2 |
3 | 包含一些完整的开源项目
4 |
5 | [<==返回首页==](https://github.com/sothing/share-android)
6 |
7 | ---
8 |
9 | **YouJoin-Android**: https://github.com/FreedomZZQ/YouJoin-Android
10 |
11 | YouJoin社交平台的Android客户端
12 |
13 |
14 |
15 | ---
16 |
17 | **Android-SlidingEmojiKeyboard**: https://github.com/klinker24/Android-SlidingEmojiKeyboard
18 |
19 | Sliding Emoji Keyboard app
20 |
21 |
22 |
23 | ---
24 |
25 | **nfcard**: https://github.com/sinpolib/nfcard
26 |
27 | 一个nfc 客户端,可查询各种公交卡余额等
28 |
29 |
30 |
31 | ---
32 |
33 | **DMGameApp**: https://github.com/xiaohaibin/DMGameApp
34 |
35 | DMGameApp是一款基于3DMGAME的一个游戏门户app,非官方版本,界面有一些仿网易新闻客户端
36 |
37 |
38 |
39 | ---
40 |
41 | **LeafPic**: https://github.com/HoraApps/LeafPic
42 |
43 | 一个优质的 Android 开源图片查看 App
44 |
45 |
46 |
47 | ---
48 |
49 | **MicroReader**: https://github.com/YiuChoi/MicroReader
50 |
51 | 一个小而美的阅读客户端,包含微信精选,IT之家(去广告),果壳热门,知乎日报,和视频推荐栏目,每天更换主题
52 |
53 |
54 |
55 | ---
56 |
57 | **Bourbon**: https://github.com/hitherejoe/Bourbon
58 |
59 | MVP 架构的 Dribbble 客户端,支持 Android Mobile, Tablet, Wear and TV
60 |
61 |
62 |
63 | ---
64 |
65 | **sailorcast**: https://github.com/fire3/sailorcast
66 |
67 | 水手放映室 搜狐 优酷 爱奇艺 乐视 无广告 视频客户端 http://www.sailorcast.com
68 |
69 |
70 |
71 | ---
72 |
73 | **RnRelative**: https://github.com/lishengzxc/RnRelative
74 |
75 | ReactNative亲戚称谓计算器
76 |
77 |
78 |
79 | ---
80 |
81 | **HungerMoji**: https://github.com/mikeroelens/HungerMoji
82 |
83 | 在通知栏操作的游戏
84 |
85 |
86 |
87 | ---
88 |
89 | **CallerInfo**: https://github.com/xdtianyu/CallerInfo
90 |
91 | 一个获取号码归属地和其他信息(诈骗、骚扰等)的开源 Android 应用
92 |
93 |
94 |
95 | ---
96 |
97 | **IPTVFree**: https://github.com/michelelacorte/IPTVFree
98 |
99 | Simple IPTV
100 |
101 |
102 |
103 | ---
104 |
105 | **FriendCircle**: https://github.com/razerdp/FriendCircle
106 |
107 | 高仿微信朋友圈项目
108 |
109 |
110 |
111 | ---
112 |
113 | **DiyCodeForAndroid**: https://github.com/Yasic/DiyCodeForAndroid
114 |
115 | Diycode社区Android客户端
116 |
117 |
118 |
119 | ---
120 |
121 | **TranslateToast**: https://github.com/jiang111/TranslateToast
122 |
123 | 翻译助手
124 |
125 |
126 |
127 | ---
128 |
129 | **AndroidWeekly**: https://github.com/mzule/AndroidWeekly
130 |
131 | A third party app for androidweekly.net
132 |
133 |
134 |
135 | ---
136 |
137 | **PlayTogether**: https://github.com/Chenantao/PlayTogether
138 |
139 | 一款以兴趣为驱动的陌生人社交app
140 |
141 |
142 |
143 | ---
144 |
145 | **GankGirl**: https://github.com/gaolonglong/GankGirl
146 |
147 | RxJava+Retrofit+Glide构建的gank.io第三方客户端,包含妹子图和技术干货等
148 |
149 | 
150 |
151 | ---
152 |
153 | **GanHuoIO**: https://github.com/burgessjp/GanHuoIO
154 |
155 | 基于Gank.IO提供的API的第三方客户端 http://www.jianshu.com/p/3f137269a942
156 |
157 |
158 |
159 | ---
160 |
161 | **干·妹纸 (Gān Mèizhi) GankMeizhi**: https://github.com/xingrz/GankMeizhi
162 |
163 | 只是一个业余的 Android 项目而已
164 |
165 |
166 |
167 | ---
168 |
169 | **Meizhi**: [https://github.com/drakeet/Meizhi](https://github.com/drakeet/Meizhi)
170 |
171 | gank.io unofficial client, RxJava & Retrofit
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 | ---
180 |
181 | **RealStuff**: https://github.com/IvorHu/RealStuff
182 |
183 | 一个看妹纸与开发资讯的Android APP,具有本地缓存、分享与添加收藏的功能,新手向大神学习的练手项目,来自代码家的API http://gank.io
184 |
185 | 

186 |
187 | ---
188 |
189 | **GankDaily**: https://github.com/maoruibin/GankDaily
190 |
191 | 每日提供技术干货的App
192 |
193 |
194 |
195 | ---
196 |
197 | **GankMM**: https://github.com/maning0303/GankMM
198 |
199 | 干货集中营提供的API,有美女福利图片,Android,IOS,前端,APP等资源。
200 |
201 |
202 |
203 | ---
204 |
205 | **ComicReader**: [https://github.com/android-cjj/ComicReader](https://github.com/android-cjj/ComicReader)
206 |
207 | 漫画阅读器 ComicReader
208 |
209 |
210 |
211 |
212 | ---
213 |
214 | **AmazeFileManager**: https://github.com/arpitkh96/AmazeFileManager
215 |
216 | 一个很精美的文件管理器
217 |
218 |
219 |
220 |
221 | ---
222 |
223 | **FileExplorer**: https://github.com/jp1017/FileExplorer
224 |
225 | MIUI开源的文件管理器
226 |
227 |
228 |
229 |
230 | ---
231 |
232 | **AndroidTVLauncher**: https://github.com/JackyAndroid/AndroidTVLauncher
233 |
234 | This is a better android-tv-launcher,it can running on the tv box.Build with gradle.
235 |
236 |
237 |
238 | ---
239 |
240 | **murmur**: https://github.com/nekocode/murmur
241 |
242 | 豆瓣电台第三方客户端
243 |
244 |   
245 |
246 | ---
247 |
248 | **TLint**: https://github.com/gzsll/TLint
249 |
250 | TLint for 虎扑体育 基于Dagger2+RxJava+Retrofit开发,采用MVP模式
251 |
252 |
253 |
254 |
255 | ---
256 |
257 | **Joker**: https://github.com/ColorfulCat/Joker
258 |
259 | 基于糗事百科接口数据的Android客户端,简单版的,有图文笑话,蹲厕所的时候可以看看 0 - 0 ~~(14年6月份写的,相对有点旧~)
260 |
261 |
262 |
263 |
264 | ---
265 |
266 | **plaid**: [https://github.com/nickbutcher/plaid](https://github.com/nickbutcher/plaid)
267 |
268 | Plaid is a showcase of material design that we hope you will keep installed. It pulls in news & inspiration from Designer News, Dribbble & Product Hunt. It demonstrates the use of material principles to create tactile, bold, understandable UIs.
269 |
270 |
271 |
272 | ---
273 |
274 | **Hide-Music-Player**: [https://github.com/w9xhc/Hide-Music-Player](https://github.com/w9xhc/Hide-Music-Player)
275 |
276 | Hide音乐播放器
277 |
278 |
279 |
280 |
281 |
282 |
283 |
284 | ---
285 |
286 | **mr-mantou-android**: [https://github.com/oxoooo/mr-mantou-android](https://github.com/oxoooo/mr-mantou-android)
287 |
288 | On the importance of taste [http://www.oxo.ooo](http://www.oxo.ooo)
289 |
290 |
291 |
292 | ---
293 |
294 | **GithubTrends**: [https://github.com/laowch/GithubTrends](https://github.com/laowch/GithubTrends)
295 |
296 | It's a GitHub Trending repositories Viewer with Material Design.
297 |
298 |
299 |
300 |
301 |
302 |
303 | ---
304 |
305 | **githot**: [https://github.com/andyiac/githot](https://github.com/andyiac/githot)
306 |
307 | GitHot is an Android App that will help you to find the world most popular project and person [http://githot.cn](http://githot.cn)
308 |
309 |
310 |
311 |
312 |
313 |
314 | ---
315 |
316 | **jianshi**: [https://github.com/wingjay/jianshi](https://github.com/wingjay/jianshi)
317 |
318 | A beautiful app 简诗 for recording anything in your life with traditional Chinese style.
319 |
320 |
321 |
322 |
323 | ---
324 |
325 | **Timber**: [https://github.com/naman14/Timber](https://github.com/naman14/Timber)
326 |
327 | Material Design Music Player
328 |
329 |
330 |
331 |
332 |
333 |
334 | ---
335 |
336 | **AnyShareOfAndroid**: [https://github.com/gpfduoduo/AnyShareOfAndroid](https://github.com/gpfduoduo/AnyShareOfAndroid)
337 |
338 | 西瓜快传 仿照市场上的茄子快传 或者 360文件传输 在局域网内,如果没有局域网,接收方建立热点,发送发接入热点,进行文件(发送方的app、音视频、图片等文件)
339 |
340 |
341 |
342 | ---
343 |
344 | **Conquer**: [https://github.com/hanks-zyh/Conquer](https://github.com/hanks-zyh/Conquer)
345 |
346 | A todo list app base Material Design
347 |
348 |
349 |
350 |
351 |
352 |
353 | ---
354 |
355 | **AppPlus**: [https://github.com/maoruibin/AppPlus](https://github.com/maoruibin/AppPlus)
356 |
357 | App+是一个MD风格的用于传送、提取APK文件的开源工具软件。[http://fir.im/appplus](http://fir.im/appplus)
358 |
359 |
360 |
361 |
362 |
363 |
364 | ---
365 |
366 | **SimplifyReader**: [https://github.com/SkillCollege/SimplifyReader](https://github.com/SkillCollege/SimplifyReader)
367 |
368 | 一款基于Google Material Design设计开发的Android客户端,包括新闻简读,图片浏览,视频爽看 ,音乐轻听以及二维码扫描五个子模块。项目采取的是MVP架构开发,由于还是摸索阶段,可能不是很规范。但基本上应该是这么个套路,至少我个人认为是这样的~恩,就是这样的!
369 |
370 |
371 |
372 |
373 |
374 | ---
375 |
376 | **ZhiHuDaily-React-Native**: https://github.com/race604/ZhiHuDaily-React-Native
377 |
378 | A Zhihu Daily(http://daily.zhihu.com/) App client implemented using React Native (Android and iOS).
379 |
380 |
381 |
382 |
383 |
384 | ---
385 |
386 | **ToolWizAppLock**: https://github.com/Toolwiz/ToolWizAppLock
387 |
388 | Smart App Lock for Android http://www.toolwiz.com/
389 |
390 |
391 |
392 |
393 |
394 | ---
395 |
396 | **archi**: https://github.com/ivacf/archi
397 |
398 | Repository that showcases 3 Android app architectures: "Standard Android", MVP and MVVM. The exact same app is built 3 times following the different patterns.
399 |
400 |
401 |
402 |
403 | ---
404 |
405 | **Clip-Stack**: https://github.com/heruoxin/Clip-Stack
406 |
407 | An Android clipboard history manager app with Material Design.
408 |
409 |
410 |
411 | ---
412 |
413 | **pocket-note-android**: https://github.com/channguyen/pocket-note-android
414 |
415 | PocketNote is a simple note application for Android with many useful utilities
416 |
417 |
418 |
419 |
420 | ---
421 |
422 | **WeGit**: https://github.com/Leaking/WeGit
423 |
424 | An Android App for Github
425 |
426 |
427 |
428 |
429 | ---
430 |
431 | **Watch**: https://github.com/tuesda/Watch
432 |
433 | A project which demonstrate how to develop a custom client on android for dribbble.com
434 |
435 |
436 |
437 |
438 | ---
439 |
440 | **StickerCamera**: https://github.com/Skykai521/StickerCamera
441 |
442 | This is an Android application with camera,picture cropping,collage sticking and tagging.贴纸标签相机,功能:拍照,相片裁剪,给图片贴贴纸,打标签。
443 |
444 |
445 |
446 |
447 | ---
448 |
449 | **JianDan**: https://github.com/ZhaoKaiQiang/JianDan
450 |
451 | 高仿煎蛋客户端
452 |
453 |
454 |
455 | ---
456 |
457 | **JianDanRxJava**: https://github.com/ZhaoKaiQiang/JianDanRxJava
458 |
459 | 使用Rxjava重构煎蛋高仿
460 |
461 | ---
462 |
463 | **v2ex-android**: https://github.com/greatyao/v2ex-android/
464 |
465 | 掌上V2EX
466 |
467 |
468 |
469 |
470 |
471 |
472 | ---
473 |
474 | **BiliClient**: https://github.com/android-cjj/BiliClient
475 |
476 | 这是仿bilibili客户端,是我一个刚学android的朋友写的,原作地址:https://github.com/winkstu/ABPlayer
477 |
478 |
479 |
480 |
481 | ---
482 |
483 | **AisenWeiBo**: https://github.com/wangdan/AisenWeiBo
484 |
485 | 新浪微博第三方Android客户端
486 |
487 |
488 |
489 |
490 | ---
491 |
492 | **SmsCodeHelper**: https://github.com/drakeet/SmsCodeHelper
493 |
494 | A very beautiful and easy to use app: "SmsCodeHelper" (verification code helper), light, open source, it can automatically copy the code to the user's clipboard, when the user receives the message verification code. Material Design and open source: http://fir.im/codehelper (or Google Play "SmsCodeHelper")
495 |
496 |
497 |
498 |
499 | ---
500 |
501 | **wechat**: https://github.com/motianhuo/wechat
502 |
503 | A High Copy WeChat ,SNS APP (高仿微信)
504 |
505 |
506 |
507 |
508 |
509 |
510 | ---
511 |
512 | **Notes**: https://github.com/lguipeng/Notes
513 |
514 | Material Design Notes App
515 |
516 |
517 |
518 |
519 |
520 |
521 |
522 | ---
523 |
524 | **hubble_gallery**: https://github.com/derekcsm/hubble_gallery
525 |
526 | [Android App] View, Save, and Read about Hubble's best images. https://play.google.com/store/apps/details?id=com.derek_s.hubble_gallery
527 |
528 |
529 |
530 | ---
531 |
532 | **DoubanMovie-React-Native**: https://github.com/fengjundev/DoubanMovie-React-Native
533 |
534 | DoubanMovie made with React Native
535 |
536 |
537 |
538 |
539 | ---
540 |
541 | **RxWeather**: https://github.com/SmartDengg/RxWeather
542 |
543 | Architecting Android with RxJava
544 |
545 |
546 |
547 | ---
548 |
549 | **Sky31Radio**: https://github.com/linroid/Sky31Radio
550 |
551 | 湘潭大学三翼校园"四季电台" Android客户端 http://linroid.com/2015/02/11/sky31radio/
552 |
553 |
554 |
555 |
556 |
557 | ---
558 |
559 | **BlackLight**: https://github.com/PaperAirplane-Dev-Team/BlackLight
560 |
561 | A light Sina Weibo client for Android 新浪微博客户端
562 |
563 | ---
564 |
565 | **superCleanMaster**: https://github.com/joyoyao/superCleanMaster
566 |
567 | 一键清理 开源版,包括内存加速,缓存清理,自启管理,软件管理等。
568 |
569 |
570 |
571 |
572 |
573 |
574 | ---
575 |
576 | **ZhuanLan**: https://github.com/bxbxbai/ZhuanLan
577 |
578 | 一个知乎专栏App
579 |
580 |
581 |
582 |
583 | ---
584 |
585 | **Qiitanium**: https://github.com/ogaclejapan/Qiitanium
586 |
587 | Qiitanium is an unofficial Android application of Qiita
588 |
589 |
590 |
591 | ---
592 |
593 | **Launcher3**: https://github.com/fookwood/Launcher3
594 |
595 | 更改官方的Launcher3使得可以在Android Studio编译 http://www.fookwood.com/android
596 |
597 | ---
598 |
599 | **Remindly**: https://github.com/blanyal/Remindly
600 |
601 | Remindly is a simple and user friendly application to create reminders. https://play.google.com/store/apps/details?id=com.blanyal.remindly
602 |
603 |
604 |
605 |
606 |
607 | ---
608 |
609 | **Leisure**: https://github.com/MummyDing/Leisure
610 |
611 | Leisure is an Android App,it contains Zhihu Daily,Guokr Scientific,XinhuaNet News and Douban
612 |
613 |
614 |
615 | ---
616 |
617 | **Auro**: https://github.com/architjn/Auro
618 |
619 | 1st Most Fastest, Latest Designed and open source `Music player`
620 |
621 |
622 |
623 | ---
624 |
625 | **ganchai**: https://github.com/openproject/ganchai
626 |
627 | 干柴(客户端、服务端),专注于Android干货资源
628 |
629 |
630 |
631 | ---
632 |
633 | **Android-LockScreenSample-DisableHomeButtonKey**: https://github.com/DUBULEE/Android-LockScreenSample-DisableHomeButtonKey
634 |
635 | Android LockScreen Sample Using Service - Disable HomeButton or HomeKey
636 |
637 |
638 |
639 | ---
640 |
641 | **RoboBinding-gallery**: https://github.com/RoboBinding/RoboBinding-gallery
642 |
643 | An android app to showcase the usage of `RoboBinding framework`. http://robobinding.org
644 |
645 | ---
646 |
647 | **AnotherMonitor**: https://github.com/AntonioRedondo/AnotherMonitor
648 |
649 | Monitors and records the CPU and memory usage of Android devices https://play.google.com/store/apps/details?id=org.anothermonitor
650 |
651 |
652 |
653 | ---
654 |
655 | **AcDisplay**: https://github.com/AChep/AcDisplay
656 |
657 | AcDisplay is a new way of handling `notifications` in Android. http://acdisplay.org
658 |
659 |
660 |
661 | ---
662 |
663 | **JNote**: https://github.com/Jhuster/JNote
664 |
665 | 一款支持部分Markdown语法的轻量级便签软件。
666 |
667 |
668 |
669 | ---
670 |
671 | **EWeightScale**: https://github.com/Jhuster/EWeightScale
672 |
673 | 一款可以记录和查询体重的应用 http://ticktick.blog.51cto.com/823160/1687127
674 |
675 |
676 |
677 | ---
678 |
679 | **SimpleNews**: https://github.com/liuling07/SimpleNews
680 |
681 | 基于Material Design和MVP的新闻客户端
682 |
683 |
684 |
685 | ---
686 |
687 | **NBAPlus**: https://github.com/SilenceDut/NBAPlus
688 |
689 | A concise APP about NBA News and Event with RxJava and EventBus http://fir.im/nbaplus
690 |
691 |
692 |
693 | ---
694 |
695 | **MaterialLife**: https://github.com/juankysoriano/MaterialLife
696 |
697 | A Material Design styled Game of Life for Android
698 |
699 |
700 |
701 | ---
702 |
703 | **CoCoin**: https://github.com/Nightonke/CoCoin
704 |
705 | CoCoin是一款记账APP,有记账、多种方式显示支出占比和支出变化、云同步、智能提醒等功能。
706 |
707 |
708 |
709 | ---
710 |
711 | **growth**: https://github.com/phodal/growth
712 |
713 | 一个帮你成为顶尖开发者的APP http://www.growth.ren/
714 |
715 |
716 |
717 | ---
718 |
719 | **ZhihuDailyRRD**: https://github.com/lsxiao/ZhihuDailyRRD
720 |
721 | 知乎日报,created by RRD(Retrofit,RxJava,Dagger2).
722 |
723 |
724 |
725 | ---
726 |
727 | **ILOVEYOU**: https://github.com/androidmalin/ILOVEYOU
728 |
729 | HTML5-love-you安卓端app
730 |
731 |
732 |
733 | ---
734 |
735 | **ScreenLocker**: https://github.com/Rogero0o/ScreenLocker
736 |
737 | Mr. lock screen is a simple, cool lock screen software, the ability to provide custom cool lock screen for the user
738 |
739 |
740 |
741 | ---
742 |
743 | **WallpaperStore**: https://github.com/zzhoujay/WallpaperStore
744 |
745 | 完全使用Kotlin开发的一个壁纸应用
746 |
747 |
748 |
749 | ---
750 |
751 | **Douya**: https://github.com/DreaminginCodeZH/Douya
752 |
753 | 开源的 Material Design 豆瓣客户端(A Material Design app for douban.com)
754 |
755 |
756 |
757 | ---
--------------------------------------------------------------------------------