设置Roboto字体:
android:fontFamily="sans-serif-thin"
android:fontFamily="sans-serif" // roboto regular
android:fontFamily="sans-serif-light" // roboto light
android:fontFamily="sans-serif-condensed" // roboto condensed
android:fontFamily="sans-serif-thin" // roboto thin (android 4.2)
JSON生成实体类:
http://www.bejson.com/json2javapojo/
google被墙,翻 --墙也麻烦,中文下载地址:
http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/
设置ListView左右滑动,保持第一列不动
利用自定义view实现
http://www.cnblogs.com/over140/archive/2011/12/07/2275207.html
利用原生控件实现
http://www.csdn123.com/html/exception/282/282834_282838_282832.htm
开发者实例大全Libraries for developers,有源代码,一般的android例子都可以在里面找到:
http://cn.appszoom.com/android_applications/libraries_and_demo/libraries-for-developers_geuds.html
android开发官网,国内镜像
android 源代码工具
http://www.androiddevtools.cn/
android TextView 解析(js + html) Demo
SampleRhino
https://developer.mozilla.org/zh-CN/docs/Mozilla/Projects/Rhino/Download_Rhino
Volley详解
http://blog.csdn.net/guolin_blog/article/details/1748209
Gradle下载地址:
http://services.gradle.org/distributions
下载工具下载http://services.gradle.org/distributions/gradle-1.9-all.zip 这个版本的插件,用下载工具会比较快下载后 直接把zip文件,不要解压拷贝到 C:\Users\Administrator.gradle\wrapper\dists\gradle-1.9-all\3jdgemv0iv8uqohg3kcp2o88r1 目录下
重新关闭android studio 重新打开 或 直接单击android studio工具栏 Sync Project Gradle Files
android studio就是自动更新插件了,不用下载了
热补丁,动态加载避免65536
http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/1125/3719.html
自动拆包 http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0616/3048.html
Gradle用户指南
http://www.open-open.com/lib/view/open1428320744713.html
Android Parcelable code generator:Parcelable 自动生成插件
Androd Propery Initializer:findViewById 生成插件
GsonFormat:把json数据往粘贴板一贴,自动生成Bean有没有,显著提高生成力。
最新github上开源了很多热补丁动态修复框架,大致有:
- https://github.com/dodola/HotFix
- https://github.com/jasonross/Nuwa
- https://github.com/bunnyblue/DroidFix
Android分包编译教程:
https://github.com/mmin18/Dex65536
https://m.oschina.net/blog/308583
IOS动态执行脚本语言
http://www.cnblogs.com/SnailFish/archive/2013/04/12/3016570.html
<pre style="box-sizing: border-box; font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace; font-size: 13px; word-break: break-word; overflow-wrap: normal; white-space: pre; overflow: auto; position: relative; margin: 0px 0px 20px; padding: 1em; border: none; border-radius: 4px; display: block; line-height: 1.5; background: rgb(246, 246, 246); color: rgb(51, 51, 51); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">google-diff-match-patch 热修复</pre>
http://download.csdn.net/detail/modern1314/5323399
在线流程图
http://www.processon.com/diagrams
动画集成
Lottie- 让Android动画实现更简单
google图片压缩
https://github.com/google/guetzli
Python搭建简易HTTP服务(3.x版本和2.x版本的)
|
https://www.cnblogs.com/91allan/p/4889167.html
|
用法
|
cd 包含json的文件夹
python -m SimpleHTTPServer 8080
localhost/IP:8080/**.json就能访问了
|
微信小程序开发资源汇总
https://segmentfault.com/a/1190000013214768?utm_source=channel-hottest
查看Activity堆栈信息命令
adb shell dumpsys activity
adb shell dumpsys activity activities | sed -En -e '/Stack #/p' -e '/Running activities/,/Run #0/p'
Android 性能优化Google 中文官方文档
https://developer.android.google.cn/studio/profile/android-profiler?utm_source=android-studio
线上java.lang.OutOfMemoryError: pthread_create (1040KB stack) failed: Out of memory 分析
https://www.jianshu.com/p/e574f0ffdb42
ubuntu安装微信客户端
https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu
svg图片工具
https://github.com/geftimov/android-pathview
网友评论