工具收藏

設置Roboto字體:html

android:fontFamily="sans-serif-thin"java

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生成實體類:python

http://www.bejson.com/json2javapojo/android

google被牆,翻 --牆也麻煩,中文下載地址:git

http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/github

設置ListView左右滑動,保持第一列不動shell

利用自定義view實現json

http://www.cnblogs.com/over140/archive/2011/12/07/2275207.html小程序

利用原生控件實現segmentfault

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開發官網,國內鏡像

http://wear.techbrood.com/

 

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上開源了不少熱補丁動態修復框架,大體有:

Android分包編譯教程:
https://github.com/mmin18/Dex65536

https://m.oschina.net/blog/308583

 

IOS動態執行腳本語言

iOS中Lua腳本應用筆記二: 關於Lua在iOS的使用

http://www.cnblogs.com/SnailFish/archive/2013/04/12/3016570.html

google-diff-match-patch 熱修復

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

相關文章
相關標籤/搜索