Issue #53
Android无需权限显示悬浮窗:
将悬浮窗设置为TYPE_TOAST。
http://www.jianshu.com/p/634cd056b90c
具体实现:https://github.com/liaohuqiu/android-UCToast
Android 高清加载巨图方案:
使用BitmapRegionDecoder。
http://blog.csdn.net/lmj623565791/article/details/49300989
ImageLoader、Picasso、Glide、Fresco对比
http://mp.weixin.qq.com/s?__biz=MzAxNjI3MDkzOQ==&mid=400056342&idx=1&sn=894325d70f16a28bfe8d6a4da31ec304&scene=2&srcid=10210byVbMGLHg7vXUJLgHaR&from=timeline&isappinstalled=0#rd
Android Studio使用技巧
http://zlv.me/posts/2015/07/13/14_android-studio-tips/
UI调试工具
boundary模式可以显示UI控件的轮廓、margins和Padding;
Layer模式可以以3D模式显示UI控件的层级;
Logging模式会在Logcat下打印UI控件的生命周期事件信息等等。
https://github.com/xfumihiro/ViewInspector
Issue #52
AndroidGC算法的讲解:
http://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=400021278&idx=1&sn=0e971807eb0e9dcc1a81853189a092f3&scene=0#rd
垂直的ViewPager:
https://github.com/kaelaela/VerticalViewPager
PullBackLayout:
Pull down to finish an Activity.
https://github.com/oxoooo/pull-back-layout
vertical slide view
scrollView滑动到底部的时候,再行向上拖动时,添加了一些阻力。
https://github.com/xmuSistone/android-vertical-slide-view
XCL-Charts
基于Android原生Canvas来绘制各种图表
https://github.com/xcltapestry/XCL-Charts
Issue#51
Android 6.0 Marshmallow新特性
http://weibo.com/p/1001603895719726554010
FlycoPageIndicator
https://github.com/H07000223/FlycoPageIndicator
Lint Cleaner Plugin
一个可以清理项目中未使用的资源的Gradle Plugin。
https://github.com/marcoRS/lint-cleaner-plugin
Issue#50
Issue#49
Total Control
使用电脑控制手机的工具
http://tc.sigma-rt.com.cn/index.php
DeCompileApk
https://github.com/MasonLiuChn/DecompileApk
Android内存优化之OOM
http://www.csdn.net/article/2015-09-18/2825737/1#0-tsina-1-84552-397232819ff9a47a7b7e80a40613cfe1
Handler的原理
http://www.jianshu.com/p/e04698eaba88
http://www.jianshu.com/p/1d03fe0b285c
AndFix
阿里开源的在线热补丁修复框架。
https://github.com/alibaba/AndFix
Android无需权限显示悬浮窗:
将悬浮窗设置为TYPE_TOAST。
http://www.jianshu.com/p/634cd056b90c
具体实现:https://github.com/liaohuqiu/android-UCToast
Android 高清加载巨图方案:
使用BitmapRegionDecoder。
http://blog.csdn.net/lmj623565791/article/details/49300989
ImageLoader、Picasso、Glide、Fresco对比
http://mp.weixin.qq.com/s?__biz=MzAxNjI3MDkzOQ==&mid=400056342&idx=1&sn=894325d70f16a28bfe8d6a4da31ec304&scene=2&srcid=10210byVbMGLHg7vXUJLgHaR&from=timeline&isappinstalled=0#rd
Android Studio使用技巧
http://zlv.me/posts/2015/07/13/14_android-studio-tips/
UI调试工具
boundary模式可以显示UI控件的轮廓、margins和Padding;
Layer模式可以以3D模式显示UI控件的层级;
Logging模式会在Logcat下打印UI控件的生命周期事件信息等等。
https://github.com/xfumihiro/ViewInspector
Issue #52
AndroidGC算法的讲解:
http://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=400021278&idx=1&sn=0e971807eb0e9dcc1a81853189a092f3&scene=0#rd
垂直的ViewPager:
https://github.com/kaelaela/VerticalViewPager
PullBackLayout:
Pull down to finish an Activity.
https://github.com/oxoooo/pull-back-layout
vertical slide view
scrollView滑动到底部的时候,再行向上拖动时,添加了一些阻力。
https://github.com/xmuSistone/android-vertical-slide-view
XCL-Charts
基于Android原生Canvas来绘制各种图表
https://github.com/xcltapestry/XCL-Charts
Issue#51
Android 6.0 Marshmallow新特性
http://weibo.com/p/1001603895719726554010
FlycoPageIndicator
https://github.com/H07000223/FlycoPageIndicator
Lint Cleaner Plugin
一个可以清理项目中未使用的资源的Gradle Plugin。
https://github.com/marcoRS/lint-cleaner-plugin
Issue#50
Issue#49
Total Control
使用电脑控制手机的工具
http://tc.sigma-rt.com.cn/index.php
DeCompileApk
https://github.com/MasonLiuChn/DecompileApk
Android内存优化之OOM
http://www.csdn.net/article/2015-09-18/2825737/1#0-tsina-1-84552-397232819ff9a47a7b7e80a40613cfe1
Handler的原理
http://www.jianshu.com/p/e04698eaba88
http://www.jianshu.com/p/1d03fe0b285c
AndFix
阿里开源的在线热补丁修复框架。
https://github.com/alibaba/AndFix