开源项目收集
View
- Yalantis/Context-Menu.Android
- emojicon
> A library to show emoji in TextView, EditText (like WhatsApp) for Android
- CircularProgressDrawable
> A drawable with capabilities to indicate progress.
- Yalantis/Side-Menu.Android
介绍在这里
- WaveView
> 水波纹效果waveview
- material
> 一个material design 库
-
[orhanobut/dialogplus](https://github.com/orhanobut/dialogplus)
> 分享dialog
- wasabeef/richeditor-android
###图片加载 - Fresco
> facebook 出品的一个图片加载组件,3级缓存,占位显示,渐进式JPEG加载,GIF,WebP支持。详情请看这里
###动画 - Rebound
> Spring Animations for Android 一个做弹簧效果的动画框架
- CircularReveal
> Lollipop ViewAnimationUtils.createCircularReveal for everyone 2.3+
3.00px-android-blur
> 500px Android Blurring View
-
A layout which can make some reveal animation which is introduced in material design guideline
-
Tibolte/Android-Anim-Playground
Latest animation ideas I developed to make apps more attractive
开发工具
-
如果你使用ButterKnife为你的View初始化的话,可以使用这个工具为你自动编写InjectView
-
A memory leak detection library for Android and Java.
“A small leak will sink a great ship.” - Benjamin Franklin
一个检测内存泄露的工具
黑科技
1.[skylot/jadx](https://github.com/skylot/jadx)
反编译工具
异步
1.path/android-priority-jobqueue
A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.