設(shè)置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生成實(shí)體類:
http://www.bejson.com/json2javapojo/
google被墻糯耍,翻 --墻也麻煩,中文下載地址:
http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/
設(shè)置ListView左右滑動(dòng),保持第一列不動(dòng)
利用自定義view實(shí)現(xiàn)
http://www.cnblogs.com/over140/archive/2011/12/07/2275207.html
利用原生控件實(shí)現(xiàn)
http://www.csdn123.com/html/exception/282/282834_282838_282832.htm
開發(fā)者實(shí)例大全Libraries for developers,有源代碼,一般的android例子都可以在里面找到:
http://cn.appszoom.com/android_applications/libraries_and_demo/libraries-for-developers_geuds.html
android開發(fā)官網(wǎng)年枕,國內(nèi)鏡像
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 這個(gè)版本的插件,用下載工具會(huì)比較快下載后 直接把zip文件,不要解壓拷貝到 C:\Users\Administrator.gradle\wrapper\dists\gradle-1.9-all\3jdgemv0iv8uqohg3kcp2o88r1 目錄下
重新關(guān)閉android studio 重新打開 或 直接單擊android studio工具欄 Sync Project Gradle Files
android studio就是自動(dòng)更新插件了迂猴,不用下載了
熱補(bǔ)丁,動(dòng)態(tài)加載避免65536
http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/1125/3719.html
自動(dòng)拆包 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 自動(dòng)生成插件
Androd Propery Initializer:findViewById 生成插件
GsonFormat:把json數(shù)據(jù)往粘貼板一貼背伴,自動(dòng)生成Bean有沒有沸毁,顯著提高生成力峰髓。
最新github上開源了很多熱補(bǔ)丁動(dòng)態(tài)修復(fù)框架,大致有:
- 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動(dòng)態(tài)執(zhí)行腳本語言
iOS中Lua腳本應(yīng)用筆記二: 關(guān)于Lua在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 熱修復(fù)</pre>
http://download.csdn.net/detail/modern1314/5323399
在線流程圖
http://www.processon.com/diagrams
動(dòng)畫集成
Lottie- 讓Android動(dòng)畫實(shí)現(xiàn)更簡單
google圖片壓縮
https://github.com/google/guetzli
Python搭建簡易HTTP服務(wù)(3.x版本和2.x版本的)
|
https://www.cnblogs.com/91allan/p/4889167.html
|
用法
|
cd 包含json的文件夾
python -m SimpleHTTPServer 8080
localhost/IP:8080/**.json就能訪問了
|
微信小程序開發(fā)資源匯總
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 性能優(yōu)化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 分析
http://www.reibang.com/p/e574f0ffdb42
ubuntu安裝微信客戶端
https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu
git 如何修改已經(jīng)push 的commit 的信息
https://blog.csdn.net/qq_39956074/article/details/83992286?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.nonecase
svg圖片工具
https://github.com/geftimov/android-pathview