1.android:foreground="?attr/selectableItemBackground" ###設置水波紋效果html
2.android:contentDescription="" ### ImageView有時會加這個屬性,對視力有障礙的人增長朗讀音效android
3.app:elevation="1dp" ###控件的陰影深度git
4.Toolbar的title與Navigation的距離異常解決方案: https://www.jianshu.com/p/27563ef79c0egithub
5.app:showAsAction 做用:http://www.javashuo.com/article/p-yqbltjbc-ct.html面試
6.註解 SuppressLint("...")註解的做用 ###僅僅是屏蔽Android lint錯誤。網絡
7.對於FragmentTracsaction的commitAllowingStateLoss()方法 ###https://blog.csdn.net/sumsear/article/details/77712128app
8.萬能RecycleView適配器ide
10.水平滑動標籤頁TabLayout。 ###https://github.com/H07000223/FlycoTabLayout佈局
11.dagger2.0中的 @Qualifier註解的含義。 ###限定符 http://www.javashuo.com/article/p-tjfckpxd-cm.html測試
12.Android開發調試神器。 ###stetho https://blog.csdn.net/u012230055/article/details/68489655
13.Retrofit2.0 優雅地打印網絡請求和響應的日誌。 ###http://www.javashuo.com/article/p-mqwhoyat-dp.html
14.Android面試參考:https://github.com/JsonChao/Awesome-Android-Interview
15.dagger-Android的應用。 ###http://www.javashuo.com/article/p-fgiomhxt-mm.html
16.Android Design理解。
17.如何使用SmartRefreshLayout。
18.youth-banner輪播圖的用法。
19.FlycoTabLayout的用法。分頁標籤。
20.VerticalTabLayout的用法。垂直豎向的TabLayout。
21.TagFlowLayout流式佈局標籤用法。
22.Gson三方庫用法。
22.OkHttp3的用法。
23.Retrofit2.0用法。
參考連接:https://www.processon.com/view/link/5b95e0c3e4b0d4d65bfdbf64
24.Glide用法。
參考連接:https://www.processon.com/view/link/5b9628fce4b0d4d65bfe78d1
25.GreenDao使用方法。
參考連接:https://www.processon.com/view/link/5b965c39e4b075b9fe3fc35a
26.RxJava使用方法。
參考連接:https://www.processon.com/view/link/5b97690be4b0534c9bd533e7
27.RxJava實例應用。
參考連接:https://www.processon.com/view/link/5b978cefe4b06fc64aef0bd9
28.RxBinding使用方法以及解決內存泄漏的方法。
29.RxPermissions使用方法。
30.Dagger2使用方法。
31.butterKnife的用法
32.Android MultiDex解決64K限制方法
33.Leakcanary三方庫使用方法。
34.Lottie酷炫動畫庫使用方法。
35.BaseRecycerViewAdapterHelper使用方法。
36.Fragmentation使用方法。
37.騰訊Bugly升級功能使用方法。
38.其它經常使用且簡單的第三方庫(Logger,ByeBurger,Stetho,PersistentCookieJar)
39.Espresso自動化測試使用方法。
40.Mockito測試使用方法。
41.Powermock測試使用方法。
42.Robolectric測試使用方法。
43.WanAndroid-Kotlin版筆記。
44.