Skip to content

RavenHide/Android-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android-Notes

安卓学习笔记

1.使用Leakcanary来定位监听OOM 使用教程:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0511/2861.html

2.Glide图片加载库,BlurTransformation是Glide的集成库 CustomTabs:APP使用chrome来显示网页,简单易用,但需要安装chrome APP,介绍:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0914/3451.html

3.TextInputLayout:material design样式的布局,只能放一个edittext,支持hints浮动,输入错误控件颜色变化,介绍:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0914/3451.html

4.navigation view +drawerLayout 实现抽屉式的侧滑菜单

5.TabLayout 结合viewpager,介绍:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0731/3247.html

6.SpannabelString:string的修改 添加图片 下划线,自定义string中的字符的大小 颜色,添加部分字符监听的点击 介绍:http://www.jianshu.com/p/84067ad289d2

7.ValueAnimator + argbEvaluator 实习颜色渐变动画效果

8.MPAndroidChart绘制图表的第三方库 github地址:https://github.com/ggchxx/MPAndroidChart  中文API:https://github.com/25sprout/ChartLib-Demo-Android#ValueFormatter API:https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.0-beta1/javadoc/

9.Hugo插件,打印方法运行时间,解决android应用卡顿问题 10.godeyes 插件,crash隐患扫描工具 11.activity tracker :显示栈顶activity信息,快速查找页面对应的activity

12.Bottom Navigation Views底部导航栏

13 Realm MVCC(多版本并发)数据库, 速度快于SQLite,有自己的数据库引擎,嵌入式,简单介绍:http://www.jianshu.com/p/37af717761cc

About

安卓学习笔记

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors