1. 程式人生 > >Android 工作當中的點滴記錄

Android 工作當中的點滴記錄

    http://www.jcodecraeer.com/plus/list.php?tid=31         泡在網上的日子 控制元件
    http://blog.csdn.net/u012378566/article/details/71105932      ui相關彙總
    https://github.com/SenhLinsh/Android-Hot-Libraries#android-hot-libraries 開源庫 集合
    http://www.apkbus.com/code.php                    安卓巴士
    www.androidxy.com                           androidxy
    http://p.codekk.com/                          cokeKK
    http://down.admin5.com/android/                    安卓原始碼
    http://www.see-source.com/androidwidget/list.html         看源社群
    http://www.jikedaohang.com/#bar2                    極客導航

    
    https://blog.csdn.net/ds1130071727/article/details/51628010    國內活躍技術大牛

    https://juejin.im/timeline                    我的掘金


    https://developer.android.google.cn/guide/            Google guide
    http://hukai.me/android-training-course-in-chinese/index.html    Android 官方培訓課程中文版
    http://www.wanandroid.com/index                    WanAndroid
    http://www.itheima.com/                        黑馬
    https://www.imooc.com/                        慕課網
    
    http://kotlinlang.org/docs/reference/                 kotlin 學習網站 
    https://try.kotlinlang.org/                    線上ide

    https://flutterchina.club/                    Flutter中文網

    https://doc.quickapp.cn/                    快應用官網

    http://www.52im.net/                        即時通訊網

    https://blog.csdn.net/column/details/c-introduction.html    C語言快速入門專欄

    https://github.com/jokermonn/-Api                各種Api

    http://www.downza.cn/     軟體下載

    https://blog.csdn.net/m0_37240709/article/details/76069176    AndroidStudio 安裝配置教程
    https://www.cnblogs.com/lijuntao/p/6694483.html         java Jdk配置
    http://blog.csdn.net/lhk147852369/article/details/77867942      SVN使用方法    
    https://blog.csdn.net/a10615/article/details/52135617        Git使用

    
    https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000   Git教程

    https://blog.csdn.net/linyingzhi829/article/details/50589875    Eclipse 搭建安卓開發環境
    https://blog.csdn.net/v123411739/article/details/22512133    Eclipse 使用svn
    http://blog.jobbole.com/16127/                    25個讓Java程式設計師更高效的Eclipse外掛
    https://blog.csdn.net/a1258531/article/details/51804179     Svn 圖示詳解

    ** 下載sdk不要用迅雷..

    ** 忽略檔案:
        .idea資料夾
        .gradle資料夾
        所有的build資料夾
        所有的.iml檔案
        local.properties檔案


    *.iml
    .gradle
    /local.properties
    /.idea/libraries
    /.idea/modules.xml
    /.idea/workspace.xml    
    .DS_Store
    /build
    /captures
    .externalNativeBuild

    (**** **** https://juejin.im/entry/5ba998f6f265da0aa74f2a76    Review清單    **** ****)
    
    keytool -v -list -keystore   獲取jks資訊

    adb shell setprop log.tag.hwpush VERBOSE        抓取日誌

    adb logcat –v time > D:\hwpush.log
=-=-==---==--==-=--==-=-=-==-=-=--==--=-==--==-=--==--=--=-=--==-=-=-=-=-=-=--==-=-=-=-=-=-=-=-=-

    https://github.com/Gnod/ParallaxListView   阻尼效果

    http://www.jianshu.com/p/590f00025de3  開源實戰搜尋
    
    https://github.com/Tapadoo/Alerter  訊息推送提示框

    https://github.com/qstumn/BadgeView  小紅點

    https://github.com/Meetic/MaryPopup 點選圖片放大

    https://github.com/XunMengWinter/CircularAnim 擴散效果

    https://github.com/lgvalle/Material-Animations 這個動畫很吊

    https://github.com/weavey/NormalSelectDialog 彈出的dialog

==================聯購科技=====================

1120    瞭解mina和netty網路通訊應用框架,Scoket
    http://www.jianshu.com/p/4fc79094cc85 聊天ui介面

1121    https://github.com/vilyever/AndroidSocketClient 

1122    使用java_socket連線後臺聊天  繪製聊天頁面

1123    聊天功能的實現

1124     https://www.2cto.com/kf/201407/316308.html exlist2
    http://blog.csdn.net/a123demi/article/details/37669419  exlist 搜尋

1127    http://www.jb51.net/article/74485.htm    二級下拉選單及快速搜尋
    屬性動畫
    自定義相機 :
        建立相機,建立surfaceview,關聯相機和surfaceview,調整相機的顯示效果,自定義相機預覽介面

1128    修復相機bug-新增許可權
    錄音相關

    因為context與application級別不同,如何設定dialog換一個Activity或者重啟時 還在引用之前的context
可能會發生錯誤。

1129    衛星選單
    動畫,自定義viewGroup  
    1.自定義屬性 a、attr.xml b、在佈局檔案中使用 c、在自定義空間中讀取
    2.onMeasure
    3.onLayout
    4.設定主按鈕的旋轉動畫
      為menuItem新增平移動畫和旋轉動畫、
      實現menuItem的點選動畫
    佈局陰影效果

1130    
    檔案圖片上傳
    多張圖片上傳
    我的裝備頁面修改
    客戶錄入頁面
    git上傳到coding倉庫
    帶進度 http://www.jb51.net/article/117683.htm

1201    http://blog.csdn.net/91program/article/details/39312131  socket在service的使用
    notifiaction
    判斷程式是都在前臺
    http://blog.csdn.net/maosidiaoxian/article/details/40587935 新版QQ鎖屏下彈窗

1204    http://blog.csdn.net/91program/article/details/39312131  socket在service中執行
    Android 4.4.2引入的超炫動畫庫 
    https://mp.weixin.qq.com/s?__biz=MzIwMzYwMTk1NA==&mid=2247487125&idx=1&sn=b3cdac76e37bc4bb234a53cd5f03b527

    https://github.com/daimajia/AndroidViewAnimations     基於NineOldAndroids的動畫庫
    

1205    https://github.com/MagicMashRoom/SuperCalendar     日曆考勤 
    https://github.com/prolificinteractive/material-calendarview    參考
    http://blog.csdn.net/u010163442/article/category/6236549    自定義view集合部落格
    http://blog.csdn.net/xmxkf/article/details/54020386    最終參考

1206    android adb環境配置
    adb 查詢資料
    litepal 資料庫
    http://blog.csdn.net/lmj623565791/article/details/49990941        
    Android AutoLayout全新的適配方式 堪稱適配終結者

1210    修改聊天介面輸入框按鈕
    野狗視訊會議demo整合
    http://blog.csdn.net/crazy1235/article/details/50612827  listview 入場動畫
    http://www.jianshu.com/p/6e38712e310f  圖片放大縮小手勢識別
    http://www.jianshu.com/p/eff0250ea0b5  點選縮圖放大

1211    https://github.com/youth5201314/banner 圖片輪播
    https://www.cnblogs.com/dongweiq/p/6889081.html    新手引導
    http://www.jianshu.com/p/30b5ca973cd2    解決scrollview與recycleview衝突 
    recycle的父佈局需要新增android:descendantFocusability="blocksDescendants"
    繪製應用主頁

1212    http://www.jianshu.com/p/74bfa3338f11/ 漣漪效果
    http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/1218/3787.html 圓形文字圖片控制元件
    http://blog.csdn.net/u010940300/article/details/50846443  動態設定xml solid 填充顏色
    擷取字元

1213    http://m.blog.csdn.net/u012925323/article/details/49312645 listview多功能選擇
    http://blog.csdn.net/zyx520ytt/article/details/51371445Android 實現ListView顯示資訊,點選每個item,跳轉到相應介面
    https://github.com/miomin/SHSwipeRefreshLayout 下拉重新整理
    http://www.jb51.net/article/107847.htm    省份聯動
    https://www.cnblogs.com/aswdd/p/6837386.html 軟鍵盤遮擋問題

1214    http://blog.csdn.net/zhangphil/article/details/51554001  NiceSpinner三方庫
    http://blog.csdn.net/shouliang52000/article/details/7616704    Android 之 Spinner 鍵值對的繫結
    https://github.com/dongjunkun/DropDownMenu 下拉多條件篩選

1215    https://github.com/H07000223/FlycoTabLayout/blob/master/README_CN.md    通訊錄ViewPager  TabLayout
    https://github.com/scwang90/SmartRefreshLayout/blob/master/art/md_property.md    重新整理控制元件 Smart
    https://github.com/daimajia/AndroidSwipeLayout     滑動刪除
    https://github.com/stfalcon-studio/ChatKit/blob/master/docs/COMPONENT_DIALOGS_LIST.MD 聊天

1218    http://www.jb51.net/article/91315.htm 高仿微信聊天表情
    https://github.com/yanzhenjie/SwipeRecyclerView  滑動刪除 
    http://blog.csdn.net/lmj623565791/article/details/40212367  鴻洋 多級列表


1219     https://jaeger.itscoder.com/android/2016/03/06/nine-grid-iamge-view-libaray.html   九宮格
    https://github.com/jeasonlzy/NineGridView
    https://github.com/stfalcon-studio/FrescoImageViewer    幾個圖片縮放
    https://github.com/vikramkakkar/ImageTransition     從索引位置 動畫過渡
    https://github.com/leonHua/LFilePicker    檔案選擇器

1220    http://www.jianshu.com/p/622fdded4dc9    高仿頂頂小米日曆控制元件
    https://github.com/yannecer/NCalendar    use    新 日曆
        
1221    http://blog.csdn.net/zhq217217/article/details/51781647 判斷是否為今天
    http://blog.csdn.net/ThunderRong/article/details/52251993 判斷是周幾
    http://www.jianshu.com/p/f2e0463e5aef     recycle 時間 攔截 點選
    http://www.jb51.net/article/104192.htm    仿ios 底部彈出
    http://www.jb51.net/article/107847.htm    地址選擇器

1222    https://www.cnblogs.com/lixiaodaoaaa/archive/2013/04/03/54db75c76b952666ab9478d9a601f5fa.html  解決popwindow和輸入法
    http://www.jb51.net/article/91489.htm 高仿ios 豎直選擇器 和地址 時間  單項
    https://github.com/crazyandcoder/citypicker  省份城市
    https://www.jianshu.com/p/773f6e6ab972  輸入法 adjustResize 失效 問題解決

1224    https://github.com/qdxxxx/IndexBarLayout  字母導航欄
    http://blog.csdn.net/SilenceOO/article/details/75661590
    https://github.com/xupeng92/SortRecyclerView    按字母排序

1225    http://blog.csdn.net/xiaoyaozaimz/article/details/77679678   recycle  禁止滑動
    http://blog.csdn.net/qibin0506/article/details/49716795        recycle 新增頭佈局
    https://segmentfault.com/q/1010000004538551/a-1020000004556701  recycle 新增頭部佈局,解決大麻煩,

1226    http://blog.csdn.net/chenzheng8975/article/details/54645704 解決viewpager和fragment
    https://github.com/aesion/SnapUpCountDownTimerView  倒計時
    https://github.com/fashare2015/TimerView     超強自定義倒計時
    http://blog.csdn.net/Tab_Esc/article/details/50514130    專案用到的定時器
    
1227    https://github.com/bm-x/PhotoView  圖片點選放大可縮放 仿微信
    http://gold.xitu.io/entry/56a87b2b2e958a0051906227  Activity 和 fragment 通訊
    Integer.parseInt(String.valueOf(num/1000))   long轉換int 負數為題 解決
    登入頁新增 技術支援
    https://github.com/Jay-Goo/RangeSeekBar/blob/master/README_ZH.md    雙向 seekbar 區間

1228    https://github.com/YoKeyword/Fragmentation/blob/master/README_CN.md  fragment 崩潰重疊
    使用以上框架
    viewpager和tab  用的懶載入

1229    http://blog.csdn.net/victorfreedom/article/details/41935281    mina帶service和borcast
    http://blog.csdn.net/shenyuemei/article/details/8004966          Activity中結束另一個Activity
    https://www.cnblogs.com/wangmars/p/3488959.html         android:descendantFocusability用法簡析
    https://github.com/niniloveyou/StateButton         狀態按鈕
    http://blog.csdn.net/hggliu/article/details/46732729    json和list互轉

0102    blog.csdn.net/debbytang/article/details/68496728    佈局展開動畫
    http://blog.csdn.net/qq_21139343/article/details/51912332   自定義搜尋dialog 
    https://www.jianshu.com/p/a3e8580f9683     dialog全屏 寬度鋪滿    

0103    http://blog.csdn.net/zhang453230017/article/details/68944304 開啟本地檔案管理器
    
0104    審批,頭像4顏色,tab和frag的動態載入
    http://blog.csdn.net/huangbiao86/article/details/6364218  內部類直接new物件
    http://blog.csdn.net/u014434080/article/details/70256098  recycle全部載入和卡頓

0105    http://blog.csdn.net/meixi_android/article/details/78850734     view滑動到頂部 固定
    http://blog.csdn.net/uana_777/article/details/51220095 統計專案中的程式碼量
    https://www.cnblogs.com/android-joker/p/4502492.html  佈局共享 ,子繼承父 佈局

0106    http://blog.csdn.net/shanyu1198124123/article/details/52516885  SharedPreferences的一般用法(存取清刪)
    審批列表互動,審批記錄      修改所有頁面 返回按鈕

0108    http://592713711.iteye.com/blog/2318725        跳轉activity,清空之前activity棧
    http://www.jb51.net/article/90404.htm    
    http://blog.csdn.net/llt0826/article/details/52458591?locationNum=9   鎖屏推送

0109    審批記錄列表  1-8的文字轉換,列表的倒敘排列,解決審批記錄文字對齊
    http://blog.csdn.net/wangkai1101/article/details/52755312  倒敘
    https://www.jianshu.com/p/78bdef9fd78a    post請求公共引數   Parameter
    http://blog.csdn.net/learningcoding/article/details/54630955    理解post請求引數

0110    訂單詳情頁-精品裝飾互動    
    https://www.jianshu.com/p/7d8df51347ff 
    http://zhaochenpu.github.io/2016/05/07/%E7%99%BD%E5%BA%95%E9%BB%91%E5%AD%97%EF%BC%81Android%E6%B5%85%E8%89%B2%E7%8A%B6%E6%80%81%E6%A0%8F%E9%BB%91%E8%89%B2%E5%AD%97%E4%BD%93%E6%A8%A1%E5%BC%8F/?utm_source=tuicool      狀態列 白底黑字

0112    http://www.zhimengzhe.com/Androidkaifa/288879.html   套接字埠被佔用  

0115    https://github.com/iwgang/CountdownView     倒計時控制元件
    http://blog.csdn.net/liaoyp_ios_android/article/details/7582982     第三方軟體開啟下載的附件


0116    http://blog.csdn.net/chay_chan/article/details/57083383
    https://www.jianshu.com/p/55b817530fa3                Android 7.0 適配
    http://blog.csdn.net/afanbaby/article/details/73202571         ProgressDialog進度對話方塊的使用
    http://www.cnblogs.com/whoislcj/p/5529827.html            okHttp 使用  封裝工具   進度  超時時間
    https://www.jianshu.com/p/99d28bd37bc2?open_source=weibo_search        7.0 判斷意圖intent是否存在 
    http://blog.csdn.net/menglele1314/article/details/50748731    progressDialog 百分比演算法

0117    https://www.jianshu.com/p/f21866698bd8    TextView autoLink  自動識別
    http://blog.csdn.net/qq_30379689/article/details/54410838    GreenDao實戰
    http://blog.csdn.net/q376420785/article/details/8653958        伺服器長連線 推送訊息的原理
    http://blog.csdn.net/chenzheng8975/article/details/53558387    mina New

0118    http://www.jb51.net/article/127336.htm?utm_source=debugrun&utm_medium=referral  android studio 3.0 升級配置舊版本

0119    https://segmentfault.com/a/1190000011553735  解決scrollview和recycle  衝突問題
    https://www.2cto.com/kf/201503/383043.html    popMenu自定義

0120    https://www.cnblogs.com/blest-future/p/4628871.html 遍歷map4中方式
    https://github.com/liujingxing/MaterialDialogApplication     Dialog 用到單選
    http://blog.csdn.net/qq_33000225/article/details/53540263  RadioButton 樣式
    http://blog.csdn.net/wmz199123/article/details/73321990?t=1498445624899  強制關閉recycle的複用 解決edittext顯示之前內容
    http://blog.csdn.net/u010378579/article/details/52951148   recycle中含有edittext 獲取內容方式
    adapter 新增list資料,Activity會同時重新整理,原因:引用傳遞。 具體請分情況,如list=list 而不時list=new ArrayList;
    https://github.com/TakahikoKawasaki/nv-websocket-client/blob/master/README.md  nvWebSocket  

0124    http://blog.csdn.net/nihaoqiulinhe/article/details/50697301      點選通知欄訊息 跳轉到指定的Fragment介面
    http://blog.csdn.net/qq_17766199/article/details/49778339         5.0 通知


==================愛財進=====================

1.25    https://www.cnblogs.com/zyw-205520/p/5813698.html   mvp模式 
    http://blog.csdn.net/u011005173/article/details/53927370    svn系統找不到指定的檔案。

1.26    https://github.com/apl-devs/AppIntro  歡迎頁  
    https://github.com/stephentuso/welcome-android  應用歡迎頁
    https://github.com/hongyangAndroid/AndroidAutoLayout 螢幕適配終結者
    https://github.com/JakeWharton/butterknife  ButterKnife     
    https://www.jianshu.com/p/1588e33e9304?winzoom=1    使用

1.29    http://blog.csdn.net/qq_14923661/article/details/52003447 封裝標題欄
    http://blog.csdn.net/mingmingsuper/article/details/38040651  button 不能鋪滿
    http://blog.csdn.net/yh88356656/article/details/40617821    fragment中的startActivityForResult
    http://blog.csdn.net/qq_15907463/article/details/50377589     activity中的startActivityForResult
    https://github.com/crazycodeboy/TakePhoto/    圖片檔案管理,相機,裁剪,選擇

    http://blog.csdn.net/xulei881/article/details/17130183   3位一逗號 科學計演算法    #,##0.##
    http://blog.csdn.net/onceing/article/details/52678971  首行縮排 \u3000\u3000

1.31    https://www.cnblogs.com/wei1228565493/p/4589056.html  完美隱藏軟鍵盤
    https://www.jianshu.com/p/b46a4ff7c10a  recycle  分割線
    https://www.cnblogs.com/popfisher/p/5606690.html  selector 自定義樣式

2.1    http://blog.csdn.net/qq_36255612/article/details/53585786 Edittext判斷輸入是否為數字(包含小數點)

2.2    http://blog.csdn.net/tgbus18990140382/article/details/50964415    返回首頁

2.6    https://www.jianshu.com/p/f6cef78e8652  部分文字顏色大小

2.8     ***別動不動就 toString() 如果為null 會空指標
    FormBuild 判斷map的value 是否為null,返回“”  build 不支援null

    http://p.codekk.com/detail/Android/ldoublem/LoadingView 載入動畫
    http://comeonbabye.iteye.com/blog/1296577  數字貨幣值 格式化


========================聯購2======================
2.22     http://blog.csdn.net/gf771115/article/details/71104143
    https://www.jianshu.com/p/c97639279d2e    
    http://blog.csdn.net/jiangtea/article/details/77825054     微信支付
    https://www.jianshu.com/p/b27d0f9b3856    自定義優惠卷
    https://www.jianshu.com/p/3e3612c174bc   常用工具類

2.24    https://www.2cto.com/kf/201701/590009.html 極光推送2分鐘
    http://blog.csdn.net/chaoyu168/article/details/50778016  用 Intent開啟各種檔案

2.26    https://www.jianshu.com/p/34cac7ec531e Glide 用法
    http://www.jb51.net/article/44219.htm 動態控制狀態列顯示和隱藏的方法
    http://www.apkbus.com/forum.php?mod=viewthread&tid=312444   photoView  位置錯亂 載入網路圖片

    http://blog.csdn.net/love_android_2011/article/details/70275539  分享小程式

2.27    http://blog.csdn.net/wywanwxn/article/details/70157083  單選 2級選單
    https://www.jianshu.com/p/9855d6a7596d String.format 詳細用法
    https://www.jianshu.com/p/b5b5eac5c64c  仿微信新增圖片

2.28    
    textview 部分文字改變 
    http://blog.csdn.net/a214024475/article/details/53261122  SpannableStringBuilder textview 部分文字改變 
    https://www.jianshu.com/p/f6cef78e8652      Html.fromHtml() 
    https://github.com/tsy12321/SocialSDKAndroid 三方登入 分享 工具 
    https://www.cnblogs.com/linjzong/p/4206283.html     通過濾鏡實現點選圖片變暗效果

3.5    https://github.com/LuckSiege/PictureSelector  圖片選擇
    http://www.jcodecraeer.com/a/opensource/2017/0519/7961.html 仿QQ對話方塊
    https://github.com/arcadefire/nice-spinner     下拉框

3.6    http://blog.csdn.net/dickyqie/article/details/53945192  根據路徑返回檔案資訊
    https://www.cnblogs.com/lovelyYakir/p/5831864.html     Material Design風格的摺疊佈局 
    http://blog.csdn.net/debbytang/article/details/68496728    佈局平鋪展開效果的屬性動畫 
    https://juejin.im/entry/5a9509e7f265da4e7a78812f     推薦ShapeView新升級告別

3.7    http://blog.csdn.net/zxt0601/article/details/52703280 單選列表
    https://github.com/xiaoyanger0825/NiceVieoPlayer
    http://blog.csdn.net/qq_24531461/article/details/73456794 視訊播放

3.8    http://blog.csdn.net/shenshizhong/article/details/77540459   執行main方法 報錯
    https://www.cnblogs.com/hongten/p/hongten_java_money.html    金額大寫
    http://blog.csdn.net/bob_xing_yang/article/details/64129210  動態添加布局

3.13    http://blog.csdn.net/chenpeggy/article/details/41085799 setText不可以使用int

3.14    http://blog.csdn.net/jiaoyaning1210/article/details/51084246  ScrollView預設位置不是最頂部最全解決方案

3.20    https://www.jianshu.com/p/0a0ace80b354 旅行青蛙分析

3.21    https://lanhuapp.com/web/#/item 藍湖 協作平臺
    http://lbs.amap.com/faq/top/hot-questions/249  高德獲取sha1
    http://lbs.amap.com/api/android-location-sdk/guide/utilities/errorcode/ 
        完美解決Error:Execution failed for task ':APP:transformClassesWithDexForDebug'...問題  
    https://www.jianshu.com/p/c3dc0cea0a2d 高德定位
    http://blog.csdn.net/lhk147852369/article/details/79637500  程式碼獲取sha1
    https://www.jianshu.com/p/9fcdda2d6b7d  Log日誌 補全
    http://blog.csdn.net/wblyuyang/article/details/51813501  Andorid 方法數超過64K的問題
    http://blog.csdn.net/u012737144/article/details/53782164    
        Error: java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException:錯誤

    http://blog.csdn.net/plain_maple/article/details/54176370 獲取除錯版和釋出版的 SHA1

3.22    http://blog.csdn.net/rk2900/article/details/8876746  Expand 二級列表展開
    http://blog.csdn.net/lxy_tap/article/details/74567282 Android實現視訊剪下、視訊拼接以及音視訊合併
    https://www.jianshu.com/p/f33f9d65c255 ViewPager中動態更換Fragment不重新整理的問題
    TitleFragmentPagerAdapter  問題

3.23    https://blog.csdn.net/liaosongmao1/article/details/51180662  
        addAll 和 = 的使用    呼叫notifyDataSetChanged之後listview不重新整理

3.26    https://blog.csdn.net/u013278099/article/details/52231170 簽名密碼忘記
    https://www.jianshu.com/p/88f166dd43b7 原生系統分享

3.27    //如果字串是科學:如123213e21,轉化為字串
    private static String getStringOutE(String str){  
           BigDecimal bd = new BigDecimal(str);  
          return bd.toPlainString();  
    }   
    https://www.2cto.com/kf/201605/505365.html 螢幕適配 放在xxdpi
    https://www.cnblogs.com/wjtaigwh/p/6555708.html  仿小紅書 引導頁

3.28    https://blog.csdn.net/miko_k/article/details/52609660 生成隨機數

3.30    https://blog.csdn.net/cai_iac/article/details/51909307 Gradle 編譯
    https://blog.csdn.net/wenzhi20102321/article/details/54175238 App應用上線流程
    https://www.jianshu.com/p/742e9904d11c     上傳應用市場問題總結

4.2    https://blog.csdn.net/jinciyulang/article/details/50540299    通過推送訊息控制Android系統鎖屏、喚醒

4.4    https://blog.csdn.net/dhl_1986/article/details/52087275  重寫finish() setResult
    https://ask.csdn.net/questions/329678     ExpandableListView點選列表項改變列表項內元件產生混亂的問題

4.9    https://github.com/barteksc/AndroidPdfViewer   線上看pdf
    https://juejin.im/entry/5aa76560f265da2380594e79 And2moira/p/5126276.html
    https://www.cnblogs.com/permanent2012moira/p/5126276.html  混淆
    https://blog.csdn.net/heqiangflytosky/article/details/50853268    Gradle 使用指南 -- 基礎配置
    https://juejin.im/post/59dc85ce51882569277ccdc6  Android Gradle 外掛 3.0 挖坑日記
    https://blog.csdn.net/tomasyb/article/details/76060511  ToastUtils
    https://blog.csdn.net/Tomasyb/article/details/76068196  判斷不為空

    StateListDrawable    ????????????????????????????????????????

4.10    https://blog.csdn.net/carson_ho/article/details/73732076     這是一份很詳細的 Retrofit 2.0 使用教程(含例項講解)
    https://github.com/LiangLuDev/DevMvp      一鍵生成mvp模式
    https://blog.csdn.net/yanmantian/article/details/53037676  修改建立時註釋

4.11    https://www.jianshu.com/p/f9438603e096  基本程式碼混淆
    https://blog.csdn.net/chunpig/article/details/37563651 跳出指定迴圈
    http://www.importnew.com/16436.html  lambda 表示式 10個示例 java8
    https://blog.csdn.net/guolin_blog/article/details/8830286  郭霖螢幕適配
    https://github.com/niorgai/StatusBarCompat  沉浸式狀態列

4.12    https://github.com/sonaye/lottie-editor  lottie編輯器原始碼 動畫
    https://editor.lottiefiles.com/  lottie 編輯器
    https://www.lottiefiles.com/  lottieFile 網址 
    https://baijiahao.baidu.com/s?id=1582678461974629094&wfr=spider&for=pc  動畫填坑
    https://github.com/airbnb/lottie-android  lottie GitHub 網址
    https://blog.csdn.net/feiduclear_up/article/details/61923626  Lottie簡單使用
    https://blog.csdn.net/jungle_pig/article/details/54705818 RxJava2 執行緒控制
    https://www.jianshu.com/p/3a3462535b4d   封裝RxBus 使用
    https://github.com/AndroidKnife/RxBus    官方RxBus
    https://github.com/JessYanCoding/ProgressManager/blob/master/README-zh.md  檔案上傳下載進度監聽 一行程式碼實現
    http://gank.io/post/560e15be2dca930e00da1083#toc_1  RxJava 詳解


==================童趣=====================
4.13    https://github.com/lcodecorex/TwinklingRefreshLayout/blob/master/README_CN.md  重新整理載入
    https://github.com/CymChad/BaseRecyclerViewAdapterHelper/wiki/%E9%A6%96%E9%A1%B5 BaseAdapterHelper
    https://blog.csdn.net/u014099894/article/details/50960841  git錯誤
    
4.16    https://github.com/misakuo/3dTagCloudAndroid     標籤雲  星球
    https://blog.csdn.net/cdhahaha/article/details/62042596  密碼顯示隱藏

    https://blog.csdn.net/u013553529/article/details/68948971  使用RxPermissions(基於RxJava2)

4.19    https://github.com/baoyachi/StepView 時間軸

4.20    https://blog.csdn.net/lygirl3721/article/details/78225088  照片的拍攝時間

4.23    http://www.jb51.net/article/108923.htm 底部彈出框

4.24    https://www.oschina.net/code/snippet_783094_44507  動態水波效果
    https://www.jianshu.com/p/cba46422de67        水波紋特效
    http://chroya.iteye.com/blog/804706  任意時間長按操作

4.25    https://blog.csdn.net/ityangjun/article/details/68946273  Toast多行文字居中顯示

4.26    https://www.jianshu.com/p/d03f994b6c44 時光軸
    https://zhidao.baidu.com/question/1925469243737612267.html?qbl=relate_question_2&word=java%20%C5%D0%B6%CFlist%20%D6%D0%D6%D8%B8%B4%B5%C4%CA%FD%BE%DD
    https://zhidao.baidu.com/question/1608272622342607427.html  判斷list重複資料
    https://blog.csdn.net/rgen_xiao/article/details/55509722  隱藏 recycleView item 

4.27    https://blog.csdn.net/w690333243/article/details/78593654 獲取視訊第一幀

5.2    https://github.com/CJT2325/CameraView 仿微信點選拍照,長按錄製
    https://blog.csdn.net/qq_24531461/article/details/62233027 Bitmap 轉byte陣列
    https://blog.csdn.net/qq_36255612/article/details/53762505 修改包名導致所有R檔案報錯

5.3    https://www.zhihu.com/question/38572915  計步
    https://blog.csdn.net/PengFFF/article/details/70682494 Retrofit2對https請求的實現(乾貨)

5.4    https://blog.csdn.net/xx326664162/article/details/49617013  listView滑動監聽
    https://blog.csdn.net/u011374875/article/details/51744448  recycle 滑動監聽


========================聯購3======================
5.7    https://blog.csdn.net/hmmhhmmhmhhm/article/details/72822838#comments 完美解決主工程與lib庫的provider衝突
    https://blog.csdn.net/xiaoxuantengkong/article/details/40864065   自定義元件時 Binary XML file line Error inflating class 異常
    https://github.com/bmelnychuk/AndroidTreeView  多級列表 
    https://www.jianshu.com/p/b76572fb4e60  多級列表 選擇
    https://blog.csdn.net/Kenway090704/article/details/78408529  自定義排序

5.8    https://blog.csdn.net/Xiong_IT/article/details/78265549  recycle 移動到 smooltoposition平滑移動
    https://blog.csdn.net/feather_cool/article/details/78961419     資料重新整理混亂及解決方案

5.9    https://blog.csdn.net/yaolingrui/article/details/7339913   異常 The specified child already has a parent You must call removeView
    
5.14    https://www.jianshu.com/p/62c6625db7ab 劉海屏適配方案
    https://github.com/PrivacyApps/html-textview   解析html
    https://github.com/lipangit/JiaoZiVideoPlayer/blob/develop/README-ZH.md 餃子videoPlayer
    
5.15    https://blog.csdn.net/kejizuiqianfang/article/details/75331358  震動

5.16    https://bbs.csdn.net/topics/380099717 setBounds() 
    https://www.jianshu.com/p/251592d3ec62  駕考寶典做題翻頁效果
    https://blog.csdn.net/feimor/article/details/6656898 設定EditText最大可輸入字元

5.17    https://blog.csdn.net/huangyanbin123/article/details/79033341  好用漂亮的Android 表格框架
      
5.23    https://github.com/voghDev/PdfViewPager pdfViewpager 閱讀
    https://tianshimanbu.com/android-develop/android-program-without-ide.html  脫離ide開發app
    https://blog.csdn.net/u012230055/article/details/80196709    Error:Uninitialized object exists on backward branch 70 Exception Details:
    https://blog.csdn.net/scry5566/article/details/50404630  不混淆內部類

5.24    https://blog.csdn.net/loners_/article/details/73521968  Glide 封裝    You cannot start a load for a destroyed activity
    https://blog.csdn.net/a22422931/article/details/52129417 Math用法
    https://www.jianshu.com/p/21902079e88f  Logger日誌列印輸出
    https://github.com/vondear/RxTools  RxTools  工具

5.25    https://blog.csdn.net/yulyu/article/details/60331803  Glide原始碼詳解
    https://www.cnblogs.com/lixiangyang521/p/7760754.html  maven 倉庫的使用
    https://blog.csdn.net/guolin_blog/article/details/28863651  硬碟快取DiskLruCache

5.28    https://blog.csdn.net/li_ning_/article/details/52117463  TCP和UDP的最完整的區別
    https://www.jianshu.com/p/dc2419de0abf    輸入框2位小數
    https://blog.csdn.net/zgljl2012/article/details/44769043  sqlite 基礎操作
    https://blog.csdn.net/as02446418/article/details/47339313 JSON 和 XML 優缺點的比較
    https://www.jianshu.com/p/3b391cb69c1b   Listview和recycleview的記憶體優化原理
    https://blog.csdn.net/zhengyin_tmac/article/details/52446696  IntentService的實際應用場景

5.29    https://blog.csdn.net/campchan/article/details/51959795   ECTranslation 翻譯外掛
    https://www.jianshu.com/p/7d1c16e0b64b      解決TextView drawableLeft左側圖片大小不可控的問題
    https://www.zhihu.com/question/26248104        bounds()  drawableLeft裡的圖片大小

5.30    https://note.youdao.com/share/?id=4c44743390e2ac2c385d7b4a1ffe3b16&type=note#/   開發利器交流

6.1    https://www.cnblogs.com/gzdaijie/p/5222191.html         android 8種對話方塊(Dialog)使用方法彙總

6.2    https://blog.csdn.net/baidu_29835301/article/details/50394516      Bitmap和File相互轉換
    https://blog.csdn.net/chunlongyuan/article/details/7696070        bitmap和base64之間的轉換
    https://blog.csdn.net/youth5201314/article/details/52277665        檔案轉base64轉換
    https://blog.csdn.net/lan_liang/article/details/78822097        實現拍照並轉換為base64
    https://www.cnblogs.com/xd502djj/p/8137204.html            穩定獲取Android裝置唯一碼(UUID)的解決方案
    https://blog.csdn.net/u010937230/article/details/73303034       徹底搞懂Android檔案儲存
    https://www.jianshu.com/p/c80da1c41af7           AgentWeb 一個簡潔易用的 Android Web 庫
    http://www.apkbus.com/blog-865069-77932.html         Android地址選擇器 類似於京東的地址選擇
    http://www.apkbus.com/thread-600081-1-1.html        Android高仿抖音
     http://www.apkbus.com/thread-600077-1-1.html         一個爬取美女圖片的app
    http://www.apkbus.com/blog-822721-77879.html        基於RecyclerView addView時思想改變子View寬高時區域性重新整理介面
    http://www.apkbus.com/thread-599860-1-1.html        android仿bilibili客戶端
    http://www.apkbus.com/thread-599859-1-1.html        android身份證、銀行卡號掃描原始碼
    http://www.apkbus.com/blog-865196-77915.html        面試題整理

6.4    https://blog.csdn.net/u014375869/article/details/46807035    JSON解析字串,null變成了"null"
    https://www.jianshu.com/p/b5b2etails/53355836

6.5    https://blog.csdn.net/u012939909/article/details/53355836    問題解決:Fragment not attached to Activity  
    
    注意:Activity ==null  重新整理控制元件問題
    
6.7    https://blog.csdn.net/vitamio/article/details/53206241  當EditText輸入最後一個字元時,再處理業務邏輯
    https://blog.csdn.net/xmyzlz/article/details/8592108       實現檔案開啟方式可供選擇功能

6.8    https://github.com/wdullaer/MaterialDateTimePicker            彈框選擇器
    https://github.com/covetcode/EditTextFirework-Demo            輸入框煙花效果
    https://www.jianshu.com/p/d23f58f4368d                      屬性動畫基礎
    https://www.jianshu.com/p/2412d00a0ce4                    屬性動畫詳細
    https://www.jianshu.com/p/733532041f46                補間動畫
    https://www.cnblogs.com/whoislcj/p/5551040.html             圖片快取值LRU演算法
    http://lib.csdn.net/article/vr/54834?knId=937                 簡單整合VR
    https://blog.csdn.net/u013718120/article/details/56486408         8種加密
    https://www.cnblogs.com/lipeineng/p/5960470.html         關於遞迴和二分法的小演算法
    https://blog.csdn.net/u012424449/article/details/53218259       多張圖合成gif
    https://www.jb51.net/article/119881.htm                實現截圖方式整理(總結)

6.10    https://blog.csdn.net/jdsjlzx/article/details/51546895        去掉Button自帶陰影
    https://blog.csdn.net/lvxiangan/article/details/79318084    仿微信頭部下拉顯示小程式列表
    https://blog.csdn.net/sinat_21376777/article/details/75157912   圖片處理工具類 
    https://blog.csdn.net/HMYANG314/article/details/43671553    網路圖片Url 轉 Bitmap

6.11    https://blog.csdn.net/luoyingbiao/article/details/55504491    實現版本更新和自動安裝    
    https://blog.csdn.net/imshuyuan/article/details/62886741    自動檢測版本及自動升級
    https://github.com/itrenjunhua/MoneyView            金額輸入框

6.14    https://blog.csdn.net/z_sawyer/article/detai    ls/78668790        responsebody.contentLength()獲取到的值為-1
    https://www.jianshu.com/p/ec2174dca377                融雲狀態連線
    https://www.cnblogs.com/wwjldm/p/6932083.html            6.0許可權申請
    https://blog.csdn.net/zj_blog/article/details/79897241        8.0 適配安裝許可權

6.20    https://blog.csdn.net/kisty_yao/article/details/78654433     優秀開源時間日期選擇器
    https://www.jianshu.com/p/39d1df6c877d                Dagger2從入門到放棄再到恍然大悟

7.9    https://github.com/JessYanCoding/MVPArms/wiki            MvpWiki文件.
    應用加固- 360加固 (360qianminggj)  -騰訊雲樂固

7.10    https://www.jianshu.com/p/f8c694a4fb57                幾行程式碼利用Camera2實現點選拍照,長按錄影!


==================夥伴=====================


7.20    https://blog.csdn.net/qq_36403434/article/details/80537095    判斷是否含有某個app應用
    https://blog.csdn.net/mzlogin/article/details/78550375        閱讀原始碼工具
    https://mp.weixin.qq.com/s?__biz=MzIwMTAzMTMxMg==&mid=2649492955&idx=1&sn=fea32aad2214cd448b584b74a06f7934&chksm=8eec8624b99b0f321315e8bd73665cdee6467b5801a027b36548407b7fe4c844fd92bab6040b&mpshare=1&scene=1&srcid=0720uObarSKFuukWgnsq3dtz#rd
    效能優化
    
7.22    https://www.cnblogs.com/uinique/p/5430150.html            (Unsupported class version number [52.0] (maximum 51.0, Java 1.7))
    https://github.com/DianaCody/Translator                Eclipse 翻譯外掛

7.23    https://blog.csdn.net/zhufuing/article/details/22228207        R檔案丟失異常原因彙總
    https://www.imooc.com/qadetail/230396                dx.jar問題
    https://www.cnblogs.com/Annoying/p/5402339.html            RelativeLayout.addRule()方法
    https://www.cnblogs.com/libertycode/p/6290497.html        Android Paint Xfermode 學習小結    
    https://blog.csdn.net/relicemxd/article/details/50351094    getJSONObject與optJSONObject的區別,結合原始碼分析
    https://blog.csdn.net/chengtaoyan/article/details/79114041    判斷手機移動聯通電信
    https://www.jianshu.com/p/387605b78b86                引導使用者開啟許可權管理
    https://blog.csdn.net/xietansheng/article/details/54315674    Android 6.0 動態許可權申請  自己

7.24    https://www.jianshu.com/p/086fafeb0b90                Android 接收推送訊息跳轉到指定頁面
    https://www.jianshu.com/p/5f64bacbd759                ViewStub 用法詳解
    https://blog.csdn.net/brokge/article/details/8543145        嚴苛模式(StrictMode)
    https://blog.csdn.net/jake9602/article/details/18414841        SharedPreference.Editor的apply和commit方法異同
    https://blog.csdn.net/yujian_bing/article/details/8171379    JAVA中字串比較equals()和equalsIgnoreCase()的區別
    https://blog.csdn.net/u012970106/article/details/79542356    Android 8.0系統中應用圖示的適配
    https://www.cnblogs.com/by-dream/p/5029164.html            外掛化——初探
    https://blog.csdn.net/lmj623565791/article/details/52761658    Android 增量更新完全解析 
    https://segmentfault.com/a/1190000005926314            Handler 系列一:如何使用
    https://segmentfault.com/a/1190000006005810            Handler 系列二:怎麼通訊

7.25    https://www.jianshu.com/p/0733781358f2                Bitmap轉換與處理相關工具類
    https://github.com/glomadrian/Grav                粒子動畫

7.26    https://blog.csdn.net/qjyasly/article/details/18309677        關於plurals 和xliff 的使用方法

7.31    https://mp.weixin.qq.com/s/MhWurQy9oOf9OuDsdBLU-w        Android 8.0適配
    http://www.goteny.com/develop/android/201506/532.html        安裝外掛後打不開工程 目前只刪除C:\Users\使用者名稱  . 開頭的Android Studio

8.2    https://blog.csdn.net/javaandroid730/article/details/53143649    快速定義圓形圖片
    https://blog.csdn.net/qq_26287435/article/details/79162186    支援圓角和直角

8.8    https://www.cnblogs.com/superle/p/4567400.html            關於getViewTreeObserver

8.10    https://blog.csdn.net/lfdfhl/article/details/53332936        Handler 精髓
    https://blog.csdn.net/column/details/14325.html            自定義view 專欄
    http://www.wanandroid.com/blog/show/2273            仿微信看ImageView

8.13    https://blog.csdn.net/a527891474/article/details/54099649    FragmentStatePagerAdapter和FragmentPagerAdapter 對比 差別
    https://blog.csdn.net/u013588712/article/details/52145217    FragmentPagerAdapter與FragmentStatePagerAdapter區別
    https://my.oschina.net/gavinjin/blog/206509            OnTouchListener與OnGestureListener的區別

8.15    http://www.importnew.com/12399.html                Java抽象類與介面的區別

8.20    https://www.jianshu.com/p/224e2479da18                Android實現點選通知欄後,先啟動應用再開啟目標Activity
    https://blog.csdn.net/miehalu/article/details/52217345        getResources().getDisplayMetrics()與WindowManager.getDefaultDisplay().getMetrics(dm)獲取螢幕資訊的區別
    https://blog.csdn.net/u011043551/article/details/63252455    ColorDrawable的簡單使用
    https://www.jianshu.com/p/b0f80b1c29d0                
    https://blog.csdn.net/zhaihaohao1/article/details/76618541    瀑布流 問題

8.21    https://www.jianshu.com/p/e1a3f6844079                官方微信分享
    https://blog.csdn.net/chenlin1989/article/details/78415873    Android Studio 3.0 升級 配置修改詳解

8.22    https://blog.csdn.net/wubihang/article/details/52512597        輪播圖原理思路方案
    https://blog.csdn.net/fredlxy_007/article/details/71036720    輪播圖效果疊加
    https://blog.csdn.net/fyduan/article/details/50471646        重新整理介面之invalidate()與postInvalidate()
    https://juejin.im/entry/58f5b6a18d6d81006493bb7e        app為何會卡頓
    https://www.jianshu.com/p/dad51f6c9c4d?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation
    掘金收藏集

8.23    https://juejin.im/entry/5b76415ff265da280a1ea72b        全域性彈框退出當前使用者
    https://juejin.im/post/5b7a29736fb9a019d53e7ee2            今日頭條適配方案
    https://blog.csdn.net/s13383754499/article/details/78914592    反編譯 apk
    https://blog.csdn.net/yzmyyff/article/details/48194795        java異常處理原則
    https://www.jianshu.com/p/5a71014e7b1b                View繪製流程
    https://blog.csdn.net/yezitoo/article/details/78193794        http請求過程
    https://blog.csdn.net/koala_tree/article/details/79728591    劍指Offer-63:股票的最大利潤
    https://juejin.im/post/5a402442f265da4322416acd            這樣玩演算法才夠酷

8.24    https://mp.weixin.qq.com/s/1rYK3urLuun5WqnibJ2t3g        時間複雜度
    https://mp.weixin.qq.com/s/yxCIxI7WrmaLlATsTU0kww        自定義簽到view
    https://blog.csdn.net/briblue/article/details/72470116        載入按鈕view
    
8.27    https://blog.csdn.net/chenlycly/article/details/25561029    Java 泛型中E、T、K、V、?含義
    https://blog.csdn.net/qq_26287435/article/details/79162186    ImageView 4個自定義圓角

8.28    https://blog.csdn.net/yyh352091626/article/details/74852390    滴滴開源VirtualAPK原理分析
    https://www.jianshu.com/p/b6d0586aab9f                Android 外掛化技術入門
    https://blog.csdn.net/u010687392/article/details/47809295    記憶體優化-SparseArray
    
8.29    https://www.cnblogs.com/Sharley/p/5315959.html            單例的7種寫法

8.30    https://juejin.im/post/5b49f9fbf265da0f563dc9d8            網路基礎
    https://www.jianshu.com/p/0e0de2cdd2bb                RotateDrawable 旋轉
    
8.31    https://ask.helplib.com/java/post_444298            多型

9.3    https://www.jianshu.com/p/b5c494dba0bc                各大手機品牌跳轉許可權管理
    https://blog.csdn.net/u011993368/article/details/45888811    應用程式跳轉到Settings的各個介面
    https://blog.csdn.net/chenguang79/article/details/51543605    跳轉到當前應用的詳情頁面
    https://blog.csdn.net/liubaill/article/details/51862889        自定義畫圓view
    https://blog.csdn.net/h3c4lenovo/article/details/7971073    雷電戰機
    https://blog.csdn.net/h3c4lenovo/article/details/7970065    雙重緩衝 畫板

9.4    https://juejin.im/post/593fd9f7ac502e006b5d704d            ViewPager-仿掌上英雄聯盟面板瀏覽效果
    https://juejin.im/post/58fbfb93a22b9d00659c655f#heading-7    Android全套動畫使用技巧

9.5    https://blog.csdn.net/moira33/article/details/79111343        自定義View繪圖
    https://blog.csdn.net/sinat_38239454/article/details/79276089    Android開發必備網站和工具
    https://www.cnblogs.com/benhero/p/4377374.html            圖形化貝塞爾工具
    https://blog.csdn.net/lmj623565791/article/details/43752383    Android Drawable 那些不為人知的高效用法

9.6    https://www.cnblogs.com/dongweiq/p/4866022.html            傳送簡訊
    https://www.jianshu.com/p/98f2ec280945                Android Transitions 轉場動畫 Everywhere.
    https://blog.csdn.net/student9128/article/details/53932470    dp  px 轉換
    https://blog.csdn.net/hqdoremi/article/details/8307496        硬體加速 setlayertype
    https://www.jianshu.com/p/1af5c3655fa3                貝塞爾曲線原理分析

9.7    https://blog.csdn.net/freelander_j/article/details/52925745    原始碼分析commitAllowingStateLoss() 和commit()的區別
    https://www.jianshu.com/p/fff1ef649fc0                Fragment 監聽返回鍵
    https://blog.csdn.net/dt235201314/article/details/82388976    Android轉前端知識儲備
    https://blog.csdn.net/wangwo1991/article/details/77950078    貝塞爾水波紋
    https://blog.csdn.net/column/details/harvic2animation.html    動畫專欄    
   &n