收藏的有用部落格及原始碼地址
學習路線
http://blog.csdn.net/singwhatiwanna/article/details/49560409
基礎學習類
使用Handler容易產生的記憶體洩露以及介紹下Java的4種引用
http://blog.csdn.net/ddwhan0123/article/details/51261801
翻看谷歌原始碼 那些讓人感興趣的東西--WebView如何申請授權
http://blog.csdn.net/ddwhan0123/article/details/51564626
Android中的事件分發機制(上)——ViewGroup的事件分發
http://blog.csdn.net/ljd2038/article/details/51394605
AsyncTask使用以及原始碼分析
http://blog.csdn.net/ljd2038/article/details/50931698
RecyclerView的使用(1)之HelloWorld
http://blog.csdn.net/leejizhou/article/details/50670657
View.inflate和LayoutInflater的inflate方法區別
http://blog.csdn.net/Amo_te_ama_me/article/details/51055283
Android Application中的Context和Activity中的Context的異同
http://blog.csdn.net/qq_20785431/article/details/51824071
WindowManager.LayoutParams(上)
http://kanwoerzi.iteye.com/blog/1305058
Android關於JNI開發(1)-----eclipse工具開發
Android關於JNI開發(2)-----Android Studio工具開發
http://blog.csdn.net/qq_30389893/article/details/51894431
http://blog.csdn.net/qq_30389893/article/details/51899761
淺析Bitmap佔據記憶體大小
http://windrunnerlihuan.com/2016/07/12/%E6%B5%85%E6%9E%90Bitmap%E5%8D%A0%E6%8D%AE%E5%86%85%E5%AD%98%E5%A4%A7%E5%B0%8F/
SpannableString使用詳解
http://blog.csdn.net/wenzhi20102321/article/details/54017417
java的封神之路
http://www.nowcoder.com/discuss/3483?type=0&order=0&pos=7&page=2
深入理解Handler,MessageQueue,Looper
進階學習類
重磅教程!幫你全面徹底搞定MATERIAL DESIGN的學習筆記
http://www.uisdc.com/comprehensive-material-design-note
優秀資料,神器及框架
Android原始碼檢視途徑
http://www.cnblogs.com/huwei0814/p/4246500.html
技術文章
http://www.jianshu.com/u/ef2b368f8b29
Android 自定義View屬性相關細節
自定義View系列教程01--常用工具介紹
http://blog.csdn.net/lfdfhl/article/details/51324275
Android關於Dex拆分(MultiDex)技術詳解
http://blog.csdn.net/jiangwei0910410003/article/details/50799573
初涉RxAndroid結合Glide實現多圖片載入操作
http://blog.csdn.net/ddwhan0123/article/details/50996290
一種為 Apk 動態寫入資訊的方案
可以在子執行緒繪畫的View SurfaceView
http://blog.csdn.net/ddwhan0123/article/details/50956307
些許內容
http://www.jianshu.com/users/d699ba5d8528/latest_articles
Android 程式常駐(0)----MarsDaemon使用說明
http://blog.csdn.net/marswin89/article/details/50917098
Android實現應用的增量更新\升級
http://blog.csdn.net/yyh352091626/article/details/50579859
Android中脫離WebView使用WebSocket實現群聊和推送功能
http://www.cnblogs.com/wlfcolin/p/5193583.html
在Android中解決記憶體溢位 – OutOfMemoryError
http://blog.chengdazhi.com/index.php/89
自定義控制元件其實很簡單1/12
http://blog.csdn.net/aigestudio/article/details/41212583
Android Launcher分析
http://www.cnblogs.com/mythou/category/499819.html
安卓防解除安裝的實現
http://blog.csdn.net/u012833250/article/details/50448136
詳解ImageView的CENTER_CROP,CENTER_INSIDE,FIT_CENTER等屬性
http://blog.csdn.net/lfdfhl/article/details/52144250
Android通過AsyncTask與ThreadPool(執行緒池)兩種方式非同步載入大量資料的分析與對比
http://blog.csdn.net/jdsjlzx/article/details/43682351
Android Bitmap圖片縮放優化,用canvas替代Matrix進行縮放,解決一些錯誤
http://blog.csdn.net/xufeifandj/article/details/52171389
Android View框架總結(一)
http://blog.csdn.net/hejjunlin/article/details/52102844
學習Android圖片載入框架
http://blog.csdn.net/xiaole0313/article/details/52234246
Android中高效的顯示圖片 - Bitmap的記憶體模型
http://www.jianshu.com/p/eadb0ef271b0
自定義View的繪製流程基礎分析
http://anangryant.leanote.com/post/自定義View繪製的入門分析
淺談Android開發中記憶體洩露與優化
http://blog.csdn.net/yyh352091626/article/details/50581404
Android 探究 LayoutInflater setFactory 統一調整字型大小
http://blog.csdn.net/lmj623565791/article/details/51503977
Android自帶類實現語音合成
Android OpenCV影象識別和影象追蹤
http://blog.csdn.net/u012500046/article/details/53642182
Andriod 多執行緒及AsyncTask原始碼分析
http://blog.csdn.net/itachi85/article/details/44874511
http://blog.csdn.net/itachi85/article/details/45041923
http://blog.csdn.net/itachi85/article/details/52858426
熱修復與外掛類框架
http://www.jianshu.com/p/e705e5039296
Android View事件分發機制原始碼分析
https://github.com/helen-x/AndroidInterview/blob/master/android/Android%20View事件分發機制原始碼分析.md
Android螢幕橫豎屏切換和生命週期管理的詳細總結
http://blog.csdn.net/wenzhi20102321/article/details/68941263
DiskLruCache完全解析
Android 拍照及相簿選圖旋轉的那些坑
https://juejin.im/entry/5900176f8d6d810058adbb4d
拍照、截圖、儲存並顯示在ImageView控制元件中
http://blog.csdn.net/eastmount/article/details/40381053
十大Material Design開源專案
http://www.csdn.net/article/2014-11-21/2822753-material-design-libs
第三方控制元件類
文字包圍圖片
https://github.com/hongyangAndroid/MixtureTextView
CoordinatorLayout:AppBarLayout應用標題欄容器
http://blog.csdn.net/zheng_jiao/article/details/52590281
下拉重新整理 圓球效果
https://github.com/tuesda/CircleRefreshLayout
android自定義尺子收集demo
https://github.com/dalong982242260/AndroidRuler
自定義可摺疊和展開的View
http://blog.csdn.net/lfdfhl/article/details/51006359
實現Material Bottom Navigation的自定義控制元件 LuseenBottomNavigation
http://blog.csdn.net/ddwhan0123/article/details/51013840
Android開源專案第一篇——個性化控制元件(View)篇
http://www.trinea.cn/android/android-open-source-projects-view/
AHBottomNavigation
https://github.com/aurelhubert/ahbottomnavigation
Android 自定義日曆控制元件
http://blog.csdn.net/h7870181/article/details/8960478
autolayout控制元件
https://github.com/hongyangAndroid/AndroidAutoLayout
Android自定義軟鍵盤的實現
http://blog.csdn.net/hfsu0419/article/details/7924673
最流行的android元件大全
http://blog.csdn.net/smallnest/article/details/38658593
安卓下拉重新整理開源庫對比
https://github.com/desmond1121/Android-Ptr-Comparison
android-Ultra-Pull-To-Refresh
https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
PickerView (2.x系列)
https://github.com/saiwu-bigkoo/Android-PickerView
Android MP3錄音功能(能暫停,含原始碼,可編譯)
http://blog.csdn.net/cboy017/article/details/8455629
【Android 應用開發】GitHub 優秀的 Android 開源專案
http://blog.csdn.net/shulianghan/article/details/18046021
Android酷炫實用的開源框架(UI框架)
http://www.androidchina.net/1992.html
【開源框架】Android之史上最全最簡單最有用的第三方開源庫收集整理,有助於快速開發,歡迎各位網友補充完善
http://blog.csdn.net/caoyouxing/article/details/42418591?utm_source=tuicool&utm_medium=referral
圖片自定義裁剪
https://github.com/siyamed/android-shape-imageview
ParcelableGenerator可以將任意物件轉換為Parcelable型別,方便物件傳輸。
https://github.com/baoyongzhang/ParcelableGenerator
仿qq身邊的人Viewpager實現
https://github.com/dalong982242260/SlidingBallViewPager
Android 整合實現簡單易用、功能強大的RecyclerView
http://blog.csdn.net/zuiwuyuan/article/details/52059967
沉浸式狀態列,左滑返回SwipeBackActivity
https://github.com/binIoter/SwipeBackActivity
Android沉浸式狀態列5.0版本及透明狀態列相容4.4
http://blog.csdn.net/zheng_jiao/article/details/52231662
一個 DrawerLayout 的擴充套件,具有帥氣的動畫效果
http://www.xiufm.com/thread-13722-1-1.html
awesome-android-tips 收集了大家常用的一些Android程式碼,
https://github.com/jiang111/awesome-android-tips
仿Android百度外賣(下拉水波)
http://www.xiufm.com/thread-13739-1-1.html
高仿網易新聞欄目動畫效果
多種下拉重新整理效果、上拉載入更多、可配置自定義頭部廣告位
https://github.com/bingoogolapple/BGARefreshLayout-Android
Sticky Headers decorator for Android's RecyclerView
https://github.com/timehop/sticky-headers-recyclerview
XRefreshView 上拉下拉效果
http://blog.csdn.net/footballclub/article/details/46422703
RecyclerView完全解析之下拉重新整理與上拉載入SwipeRefreshLayout
http://blog.csdn.net/developer_jiangqq/article/details/49992269
http://blog.csdn.net/ljx19900116/article/details/41649043
Android實現多圖上傳 QQ發說說圖片上傳 朋友圈圖片上傳
http://download.csdn.net/detail/u013003214/8950425
Android 使用WindowManager實現懸浮窗及原始碼解析
http://blog.csdn.net/qq_17250009/article/details/52908791
完美解決HorizontalScrollView與ListView滑動事件衝突
http://blog.csdn.net/yyh352091626/article/details/49515147
手勢滑動之玩轉onTouchEvent()與Scroller
http://blog.csdn.net/yanzhenjie1003/article/details/53046027
不用寫佈局、幾句程式碼就可以實現底部選單+Fragment切換
https://github.com/wenzhihao123/Android-tab-fragment-master
實現標題欄、導航欄滑動隱藏
Dialog PickerView控制元件,支援一二三級(省市區)聯動效果
https://github.com/sunxu3074/Android-Dialog-PickerView
一個實用的多條件篩選選單
https://github.com/wk843620202/DropDownMenu
citypicker 高仿iOS 滾輪實現 省市區 城市選擇三級聯動
https://github.com/crazyandcoder/citypicker
很棒的 Android UI/UX 庫列表
http://www.open-open.com/lib/view/open1420027402234.html
MPAndroidChart開源圖表庫(一)之餅狀圖
http://blog.csdn.net/u014727709/article/details/53381589
Android 中 View 炸裂特效的實現分析
http://blog.csdn.net/feelang/article/details/48817145
ItemTouchHelper 使用RecyclerView打造可拖拽的GridView
http://blog.csdn.net/u014651216/article/details/51456658
自定義帶動畫效果的view 方按鈕點選變圓角後縮減成圓形
花式實現圖片3D翻轉效果
SuperTextView 各種效果文字特效的textview
http://www.jianshu.com/p/1b91e11e441d
開源庫,自定義動畫
http://blog.csdn.net/googdev/article/details/54849715
開源庫集合
https://github.com/open-android/Android
原生專案接入RN
http://blog.csdn.net/imsunlight/article/details/60756528
修改JAR包名
http://www.cnblogs.com/sunzn/p/4166353.html
http://blog.csdn.net/wenzhi20102321/article/details/64919739
photo view
http://blog.csdn.net/qq_30379689/article/details/60373696
Glide的使用,載入圖片只要一句話
仿:Android - 微信 - 朋友圈 - 小視訊播放
https://juejin.im/post/59006c76a0bb9f0065dbc835
http://mp.weixin.qq.com/s?__biz=MzAxMTI4MTkwNQ==&mid=2650822336&idx=1&sn=b0b4dfca317eb7ff66224c1d2009709f&chksm=80b7825eb7c00b48b23483706c502f515f1ad9e77e0dcfbd95061764daf0e32326005479b544&mpshare=1&scene=23&srcid=0321eftdP0lzXNNor44THOLs#rd
自定義pickerview
http://mp.weixin.qq.com/s/lRELg_l1r0Vg1rDPpM9l-g
高階框架庫
http://itfeifei.win/2017/03/17/Android儲存路徑你瞭解多少/
http://blog.csdn.net/hanhailong726188/article/details/50687466
彈簧效果
http://blog.csdn.net/carson_ho/article/details/51234308
螢幕適配方案
http://blog.csdn.net/goddavide/article/details/62423683
毛玻璃效果
http://blog.csdn.net/u014608640/article/details/51743115
AndroidPixelDimenGenerator 自動生成多種解析度dimen檔案
https://github.com/LiqiNew/NohttpRxUtils
NohttpRxUtils資料請求方面:採用Rxjava對NoHttp網路請求進行"Builder模式"鏈式呼叫封裝。
NohttpRxUtils資料下載方面:針對NoHttp資料下載進行Service捆綁封裝。
↓(Android音訊錄製工具)↓
https://github.com/LiqiNew/Audioutils
Audioutils一個音訊錄製和音訊播放工具
↓(Android相簿呼叫和照片機呼叫工具)↓
https://github.com/LiqiNew/PhotographUtils
PhotographUtils是相簿呼叫和照片機呼叫工具。並且對使用者選擇的照片進行指定質量壓縮。
↓(Android跨介面handler通訊框架)↓
https://github.com/LiqiNew/HandlerFrame
HandlerFrame是一個基於觀察者模式實現跨介面handler通訊框架,整個專案裡面只存在一個handler例項物件。
↓(Android簡單漣漪效果Demo)↓
https://github.com/LiqiNew/RippleDemo
RippleDemo一個簡單的漣漪效果demo
↓(Android防‘今日頭條頂部導航欄跟手勢滑動’效果)↓
https://github.com/LiqiNew/SlideNavigation
開源庫集合
技術週報,類庫
http://www.jianshu.com/p/59f0ef571f70
介面特效類
Hook技術之View點選劫持
Android ScrollView向上滑動控制元件頂部懸浮效果實現
http://blog.csdn.net/viviwen123/article/details/39669811
android CoordinatorLayout使用
http://blog.csdn.net/xyz_lmn/article/details/48055919
android-自定義控制元件-懸浮控制元件-仿360手機助手應用詳情頁
https://github.com/ta893115871/StickyNavLayout
下拉重新整理上拉載入, 帶頭部特性, 底部弧形特效listview。頭部底部可伸縮
https://github.com/sungerk/CoordinatorLayoutDemos
Android 仿大眾點評團購購買條浮動效果
http://blog.csdn.net/t12x3456/article/details/9079509
頭部帶伸縮的,group有懸浮固定效果的ExpandableListView
https://github.com/singwhatiwanna/PinnedHeaderExpandableListView
android高仿微信底部漸變導航欄
http://blog.csdn.net/why200981317/article/details/51582128
Adnroid 打造通用的帶進度條的WebView
http://blog.csdn.net/qq_20785431/article/details/51599073
自定義ViewPager的導航indecator(非常實用和主流)
http://blog.csdn.net/oqihaogongyuan/article/details/51558495
仿小米視訊下滑視訊動畫效果
http://blog.csdn.net/aa4100123/article/details/51491322#comments
自定義選單收起展開動畫
http://blog.csdn.net/aa4100123/article/details/51321240
Android Launcher 自定義View 炫酷換桌布效果,水瓶加水進度顯示效果
http://blog.csdn.net/xufeifandj/article/details/51426318
Android高仿秒拍熱榜的卡片滑動和左右飛出效果--SwipeCardsView
http://blog.csdn.net/footballclub/article/details/51203682
NavigationDrawer和NavigationView-Android M新控制元件
http://blog.csdn.net/yangshangwei/article/details/50788880
ExpandingPager is a card peek/pop controller
https://github.com/qs-lll/ExpandingPager
android textview 自動換行 整齊排版
http://www.cnblogs.com/goagent/p/5159125.html
類似探探相簿效果
https://github.com/daimashenjing/TanTanPhoto
讓listview在scrollview中自由滑動
http://blog.csdn.net/wanghao200906/article/details/51084975
Android實現截圖功能(可根據該程式碼進行擴充套件功能)
http://blog.csdn.net/developer_jiangqq/article/details/12164239
最簡單最快的實現底部標籤導航(仿閒魚樣式)
http://blog.csdn.net/chinese_zhang/article/details/50991573
AndroidActivity跳轉動畫,讓你的APP瞬間絢麗起來
http://www.tuicool.com/articles/Mvy2Ur
Android 打造底部導航控制元件
http://blog.csdn.net/xuehuayous/article/details/50924890
SwipeRefreshLayout的下拉重新整理+上拉載入+滑動刪除
http://blog.csdn.net/tyk0910/article/details/50427531
像使用外掛一樣為listview新增側滑,上拉載入等功能
http://blog.csdn.net/Fancy_xty/article/details/51958087
圓形下拉重新整理效果
https://github.com/tuesda/CircleRefreshLayout
水平與垂直 廣告輪播欄
https://github.com/lsjwzh/RecyclerViewPager
多種下拉重新整理效果、上拉載入更多、可配置自定義頭部廣告位
https://github.com/bingoogolapple/BGARefreshLayout-Android
Android 100多個Styles快速開釋出局XML,一行搞定View屬性,一鍵統一配置UI.
自定義View仿魅族手機加速(手機管家)效果
http://blog.csdn.net/magic_jss/article/details/52245844
Android 自定義可拖拽ListView,思想最重要
http://blog.csdn.net/gaoshouxiaodi/article/details/45556579
上拉滑動上滑拖出 類似百度地圖首頁抽屜拖拽效果
https://github.com/yingLanNull/ScrollLayout
Android ImageCropper 矩形 圓形 裁剪框
http://blog.csdn.net/jiantao_yang/article/details/43635581
ListView實現的精美時間軸(懸停效果!)
http://www.xiufm.com/thread-13717-1-1.html
android多張圖片迴圈(透明度漸變)顯示的登入介面
自定義View實現儀表盤(賬戶安全)
http://blog.csdn.net/magic_jss/article/details/52348392
RecyclerView實現的彈幕效果
http://www.xiufm.com/thread-13575-1-3.html
android仿新版UC首頁,上滑隱藏頂部輪播圖,支援單個欄目下拉重新整理,左右滑動切換
http://blog.csdn.net/gengqiquan/article/details/50542334
UC瀏覽器首頁滑動動畫實現
http://blog.csdn.net/huyongl1989/article/details/51511467
一個蠻酷的進度條
https://github.com/zhangyuChen1991/ZYDownloading
選單開源庫裝逼大全
http://www.jianshu.com/p/e04690cba093
騰訊移動直播
https://www.qcloud.com/document/product/454/6810
自動換行排列
https://github.com/crazy1235/FlexboxLayoutDemo
簡單的漣漪效果demo
https://github.com/LiqiNew/RippleDemo
類似‘今日頭條頂部導航欄跟手勢滑動’效果
https://github.com/LiqiNew/SlideNavigation
NohttpRxUtils資料請求方面:採用Rxjava對NoHttp網路請求進行"Builder模式"鏈式呼叫封裝。
https://github.com/LiqiNew/NohttpRxUtils
Audioutils-音訊錄製和音訊播放工具
https://github.com/LiqiNew/Audioutils
相簿呼叫和照片機呼叫工具。並且對使用者選擇的照片進行指定質量壓縮。相容到android7.0系統
https://github.com/LiqiNew/PhotographUtils
一個基於觀察者模式實現跨介面handler通訊框架,整個專案裡面只存在一個handler例項物件。
https://github.com/LiqiNew/HandlerFrame
RecyclerView的那些開源LayoutManager
https://mp.weixin.qq.com/s/59YLxK8C5IGwwpZ9P8NjZw
自定義LayoutManager 實現弧形以及滑動放大效果RecyclerView
http://www.jianshu.com/p/7bb7556bbe10
頭部廣告欄viewpager + recyclerview
http://blog.csdn.net/jackzhouyu/article/details/52190827
可伸縮頭部
https://github.com/carlonzo/StikkyHeader
自定義的吐司
TabLayout實現選項卡滑動效果
http://blog.csdn.net/tyk0910/article/details/51395064
伸縮效果的控制元件及使用CoordinatorLayout
Android Design Support Library 相容庫使用詳解
http://www.jianshu.com/p/037ddc9bb668
基本使用
http://blog.csdn.net/huachao1001/article/details/51554608
高階
http://blog.csdn.net/xyz_lmn/article/details/48055919
使用CoordinatorLayout打造各種炫酷的效果
http://blog.csdn.net/gdutxiaoxu/article/details/52858598
技術週報
http://www.jianshu.com/p/b1397bb5f597
完整專案
https://juejin.im/entry/58ba1cf72f301e006c5f4774
ViewPager 指示器框架
https://github.com/hackware1993/MagicIndicator
Android 模仿微信選擇圖片
Android OCR之tesseract 圖片文字識別
https://segmentfault.com/a/1190000005160146
http://blog.csdn.net/duanbokan/article/details/50738711
框架類
換膚框架
http://blog.csdn.net/ximsfei/article/details/54586827
直播框架
https://github.com/daniulive/SmarterStreaming
1. 快取
DiskLruCache Java實現基於LRU的磁碟快取
2.圖片載入
Android Universal Image Loader 一個強大的載入,快取,展示圖片的庫
Picasso 一個強大的圖片下載與快取的庫
Fresco 一個用於管理影象和他們使用的記憶體的庫
Glide 一個圖片載入和快取的庫
3. 圖片處理
Picasso-transformations 一個為Picasso提供多種圖片變換的庫
Glide-transformations 一個為Glide提供多種圖片變換的庫
Android-gpuimage 基於OpenGL的Android過濾器
4. 網路請求
Android Async HTTP Android非同步HTTP庫
AndroidAsync 非同步Socket,HTTP(客戶端+伺服器),WebSocket,和socket.io庫。基於NIO而不是執行緒。
OkHttp 一個Http與Http/2的客戶端
Retrofit 型別安全的Http客戶端
Volley Google推出的Android非同步網路請求框架和圖片載入框架
5. 網路解析
Gson 一個Java序列化/反序列化庫,可以將JSON和java物件互相轉換
Jackson Jackson可以輕鬆地將Java物件轉換成json物件和xml文件,同樣也可以將json、xml轉換成Java物件
Fastjson Java上一個快速的JSON解析器/生成器
HtmlPaser 一種用來解析單個獨立html或巢狀html的方式
Jsoup 一個以最好的DOM,CSS和jQuery解析html的庫
6. 資料庫
OrmLite JDBC和Android的輕量級ORM java包
Sugar 用超級簡單的方法處理Android資料庫
GreenDAO 一種輕快地將物件對映到SQLite資料庫的ORM解決方案
ActiveAndroid 以活動記錄方式為Android SQLite提供持久化
SQLBrite SQLiteOpenHelper 和ContentResolver的輕量級包裝
Realm 移動資料庫:一個SQLite和ORM的替換品
7. 依賴注入
ButterKnife 將Android檢視和回撥方法繫結到欄位和方法上
Dagger2 一個Android和java快速依賴注射器。
AndroidAnotations 快速安卓開發。易於維護
RoboGuice Android平臺的Google Guice
8. 圖表
WilliamChart 建立圖表的Android庫
HelloCharts 相容到API8的Android圖表庫
MPAndroidChart 一個強大的Android圖表檢視/圖形庫
9. 後臺處理
Tape 一個輕快的,事務性的,基於檔案的FIFO的庫
Android Priority Job Queue 一個專門為Android輕鬆排程任務的工作佇列
10. 事件匯流排
EventBus 安卓優化的事件匯流排,簡化了活動、片段、執行緒、服務等的通訊
Otto 一個基於Guava的增強的事件匯流排
11. 響應式程式設計
RxJava JVM上的響應式擴充套件
RxJavaJoins 為RxJava提供Joins操作
RxAndroid Android上的響應式擴充套件,在RxJava基礎上新增了Android執行緒排程
RxBinding 提供用RxJava繫結Android UI的API
Agera Android上的響應式程式設計
12. Log框架
Logger 簡單,漂亮,強大的Android日誌工具
Hugo 在除錯版本上註解的觸發方法進行日誌記錄
Timber 一個小的,可擴充套件的日誌工具
13. 測試框架
Mockito Java編寫的Mocking單元測試框架
Robotium Android UI 測試
Robolectric Android單元測試框架
Android自帶很多測試工具:JUnit,Monkeyrunner,UiAutomator,Espresso等
14. 除錯框架
Stetho 除錯Android應用的橋樑,使得可以利用Chrome開發者工具進行除錯
15. 效能優化
LeakCanary 記憶體洩漏檢測工具
ACRA Android應用程式崩潰報告
http://www.androidchina.net/4920.html#rd?sukey=3903d1d3b699c208f96a43a12fc2e7ae683c66523214d79bc81eec0c330d577be318928c65eee6cc5dc28db3e117d1ef
[studio-list列表等] 一個用於快速開發複雜List佈局的框架
http://www.xiufm.com/thread-13836-1-1.html
Activity、Fragment傳值利器。Courier框架使用詳解
http://blog.csdn.net/liu470368500/article/details/51142099
ZBLibrary仿微信朋友圈自定義View
http://my.oschina.net/u/2437072/blog/666625
近600篇文章集合
https://github.com/ZQiang94/Andriod-collect-blogs
各種框架原始碼解析
技術方案
在Eclipse新增Android相容包( v4、v7 appcompat )
http://www.cnblogs.com/kissazi2/p/3644848.html
仿微信上傳圖片
http://blog.csdn.net/jdsjlzx/article/details/44160603
效能優化
http://blog.tingyun.com/web/article/detail/155?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.iohttp://mp.weixin.qq.com/s?
Instant Run
http://mp.weixin.qq.com/s?__biz=MzA5MzI3NjE2MA==&mid=2650236001&idx=1&sn=f2ac9a45ebe0d59fa11d9599ad7cca50&scene=0#wechat_redirect
Android脫殼聖戰之---如何脫掉"愛加密"家的保護殼
http://mp.weixin.qq.com/s?__biz=MzIzNDA3MDgwNA==&mid=2649229983&idx=1&sn=de2bd1a408d74e102ecd13a05512d1fa&scene=23&srcid=06121dFY4gXtdfE5MypJ2I0X#rd
特性介紹
Android 6.0 Changes(新特性)
http://blog.csdn.net/l_o_s/article/details/51541483
工具類
Android 螢幕解析度工具類使用
http://blog.csdn.net/qq_20785431/article/details/51592579
開發幫助工具庫 可檢視網路請求 收集carsh 切換伺服器
http://blog.csdn.net/liudao7994/article/details/55510782
DiffUtil新工具類,讓你的RecyclerView飛一會
http://mp.weixin.qq.com/s?__biz=MzAxMTI4MTkwNQ==&mid=2650822469&idx=1&sn=ac05e250bf8f9f0837658d4ac394c1cc&chksm=80b783dbb7c00acdf074f4657d09669cced595cddbd7121ed7670055cb683149853f7f6076a9&mpshare=1&scene=23&srcid=0401WNRlh8TJqftTYlXj9hAl#rd
各種原始碼
http://www.jcodecraeer.com/plus/list.php?tid=31
http://www.xiufm.com/forum.php?mod=forumdisplay&fid=40
loading動畫
https://github.com/dinuscxj/LoadingDrawable?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
秀原始碼
http://www.xiufm.com/forum.php
開發工具及使用類
安卓開發與分析者的利器--安卓右鍵工具
整合dex轉jar,二進位制xml檢視,apk相關資訊查詢,apk圖示提取,apk優化,手機螢幕截圖,安裝解除安裝,簽名,反編譯和回編譯等功能
http://blog.csdn.net/asmcvc/article/details/51084706
在Eclipse新增Android相容包( v4、v7 appcompat )
http://www.cnblogs.com/kissazi2/p/3644848.html
高效的設計稿標註及測量工具Markman介紹
http://blog.csdn.net/ouyang_peng/article/details/53526830
AS 自動倒包
http://blog.csdn.net/buaaroid/article/details/44979629
AS教程 使用
http://blog.csdn.net/column/details/zsl-androidstudio.html
極客導航
線上工具
json解析
http://www.bejson.com/jsonviewernew/
http://www.json.cn/
行業資訊
國內Top500Android應用分析報告
http://mp.weixin.qq.com/s?__biz=MzA5OTMxMjQzMw==&mid=2648112527&idx=1&sn=b23c1b5f3e32e343ad96d705bd4d63ff&scene=1&srcid=0711SVtLTxYXurfDvMqW2LJi#wechat_redirect
面試要點
http://mp.weixin.qq.com/s?__biz=MzAxMTI4MTkwNQ==&mid=2650820648&idx=1&sn=cb9ee924f2ded3358dd6c256803cc687&scene=23&srcid=0718jzBpe1fT3PNS0Q7vtM54#rd
相關文章
- 部落格地址收藏
- GIS 有用地址及水利行業網站地址收藏行業網站
- 部落格地址
- 老的部落格地址
- 技術部落格收藏
- 新部落格地址
- 個人部落格地址
- 部落格主頁地址
- 一個很好的部落格地址
- !!! 個人部落格地址更改
- 新個人部落格地址,本部落格不再更新,謝謝!
- 有用教程收藏
- 關於部落格園可能有用的網址
- Android學習部落格資源收藏Android
- 各人部落格園地址連結
- CSDN部落格地址,歡迎光臨
- 主流搜尋引擎部落格提交地址
- 我的新部落格地址https://xmmup.comHTTP
- 部落格地址http://space.itpub.net/24496749HTTP
- 彙總部落格常見的api介面地址(windowslivewrite)APIWindows
- 在Deno中使用Redis的教程和原始碼 -LogRocket部落格Redis原始碼
- 部落格即程式碼
- 一個總結不錯的mysql部落格,收藏了,備用MySql
- 部落格開張及本部落格內容簡介
- 微信小程式版部落格開發彙總(附原始碼)微信小程式原始碼
- 部落格園的部落格中插入公式公式
- 10個超級有用、必須收藏的PHP程式碼樣例PHP
- hexo部落格同步管理及遷移Hexo
- gothinkster/realworld:模擬Medium部落格的全棧技術學習原始碼Go全棧原始碼
- SpringBoot企業級部落格系統(視訊+原始碼)Spring Boot原始碼
- 關於SIP的原始碼地址原始碼
- 自定義部落格園部落格的背景圖片
- 收集的好的iphone開發個人部落格地址(不斷更新中)iPhone
- 我的部落格
- SpringSecurity啟動流程原始碼解析 | 部落格園新人第三彈SpringGse原始碼
- 部落格屋網址導航自適應主題php原始碼PHP原始碼
- Java原始碼詳解系列(十)--全面分析mybatis的使用、原始碼和程式碼生成器(總計5篇部落格)Java原始碼MyBatis
- 關於部落格圈,團隊部落格的問題