Android 實用技巧知識合集

Google 和 Baidu 常用的搜索技巧
1. 例子源碼永久更新
http://www.javaapk.com/demo
2. 實戰知識庫
http://wuxiaolong.me/2015/08/10/android-small-knowledge-base/
3. android學習資源大整合(持續更新ing)
http://blog.csdn.net/wdong_love_cl/article/details/52063619
4. Android 開發程序員必備網站
http://www.jianshu.com/p/9ad855577d1c

  1. Android 實現圖片圓角顯示的幾種方式
    http://gavinliu.cn/2016/04/12/Android-實現圖片圓角顯示的幾種方式/
    製作圓形圖片,你會以下幾種?
    http://blog.csdn.net/huachao1001/article/details/51579437
    摘抄 android圖片中添加文字水印
    http://www.jianshu.com/p/103a09205203
    Android 自定義上面圓角下面直角的ImageView
    http://blog.csdn.net/lyhhj/article/details/48165143
    輕量級顯示圓形圖片,支持更多屬性
    https://github.com/youngkaaa/CircleView
    Glide加載圖片時轉換爲圓形、圓角、毛玻璃等圖片效果
    http://blog.csdn.net/zhangphil/article/details/52806374
    Android-ShapedImageView之-邊框-自定義Path實現

  2. android真正的“萬能”Adapter
    http://www.jianshu.com/p/d6a76fd3ea5b

  3. 史上最全WebView使用
    http://www.jianshu.com/p/3fcf8ba18d7f

  4. 詳細介紹了目前市面上實現夜間模式的幾種思路
    http://www.jianshu.com/p/60608820bb71
    不重啓實現日夜間模式切換
    https://github.com/zzz40500/ThemeDemo
    Android動態切換夜間模式的實現庫
    https://github.com/zhangke3016/ChangeMode
    Android 在線換膚方案總結分享
    http://www.jianshu.com/p/8c4b2171fa8c
    Android主題換膚 無縫切換
    http://www.jianshu.com/p/af7c0585dd5b
    Android之換膚原理解讀
    http://blog.csdn.net/zhongwn/article/details/52891902
    超讚!Android 多主題切換庫!
    https://github.com/52inc/Scoops
    MagicaSakura 是 Android 多主題框架
    https://github.com/Bilibili/MagicaSakura
    關於三種『應用內主題切換』開源項目的一點思考
    http://www.jianshu.com/p/2164fa5803b9
    對於Android日夜間模式實現的探討

  5. 一個很讚的 RecyclerView Adapter 輔助類
    http://droidyue.com/blog/2016/05/09/baserecyclerviewadapterhelper/index.html
    https://github.com/CymChad/BaseRecyclerViewAdapterHelper
    爲RecyclerView打造通用Adapter
    http://blog.csdn.net/u011200604/article/details/53097109
    精通RecyclerView:打造ListView、GridView、瀑布流;學會添加分割線、 添加刪除動畫 、Item點擊事件(關注博客)
    http://blog.csdn.net/linglongxin24/article/details/53126706

  6. Android 實現 APP 開屏廣告 | 馬飛的技術博客
    https://github.com/logan62334/StartupAdPage

  7. Android實現PopupWindow背景半透明(兼容方案)
    http://mafei.me/2015/12/27/Android實現PopupWindow背景半透明(兼容方案)/
  8. Android 冷啓動時間優化 | 馬飛的技術博客
    http://mafei.me/2016/03/03/Android-冷啓動時間優化/

  9. Android 狀態欄最佳實踐
    http://www.jianshu.com/p/bae25b5eb867(看這個)
    http://niorgai.github.io/2016/03/20/Android-transulcent-status-bar/
    http://www.jianshu.com/p/be2b7be418d7
    http://www.jianshu.com/p/140be70b84cd
    https://github.com/laobie/StatusBarUtil(這個好)
    安卓之不一樣的沉浸式狀態欄
    http://www.jianshu.com/p/ea1cf7049828
    完美地使 Kitkat 與 Lollipop 上的狀態欄同時透明/變色
    https://github.com/fython/MaterialStatusBarCompat
    關於 Android 透明狀態欄的研究與兼容。
    https://github.com/niorgai/StatusBarCompat
    Android實現QQ空間沉浸式狀態欄,並且滑動ListView實現透明度變化
    http://blog.csdn.net/u010723811/article/details/50972247
    目測是 Bilibili 出品的 StatusBar 和 NavigationBar 輔助工具類
    https://github.com/H07000223/FlycoSystemBar

  10. Android開發:使用DownloadManager在service中下載並安裝apk
    http://www.jianshu.com/p/1489fcbd2401

  11. Android開發之浮動Activity
    http://www.jianshu.com/users/ab557ce505cd/latest_articles
  12. 使用ViewFlipper實現公告輪播
    http://www.jianshu.com/p/c5ef2803c823

  13. 在ListView中實現日曆視圖
    https://github.com/traex/CalendarListview
    MaterialDateTimePicker
    https://github.com/wdullaer/MaterialDateTimePicker

  14. 安卓之網絡信號監聽(4G,3G,2G)
    http://www.jianshu.com/p/05c210686494

  15. 各種動畫效果的LoadingView
    https://github.com/ldoublem/LoadingView
  16. 帶點擊和滑動刪除的recyclerview
    https://github.com/nikhilpanju/RecyclerViewEnhanced
  17. 超實用!! Android RecyclerView Undo Swipe支持
    https://github.com/HoneyNeutrons/RecyclerViewUndoSwipe
  18. 更少的代碼集成,更強大的鍵盤功能
    https://github.com/CPPAlien/ChatKeyboard
  19. 點贊效果 類似twitter的效果
    https://github.com/ChadCSong/ShineButton
    https://github.com/frogermcs/LikeAnimation
  20. TEmptyView是一個小輪子
    https://github.com/barryhappy/TEmptyView
  21. 字體文件壓縮神器
    https://github.com/forJrking/FontZip
  22. ListView、RecyclerView、ScrollView裏嵌套ListView 相對優雅的解決方案:NestFullListView
    http://blog.csdn.net/zxt0601/article/details/52494665
    RecyclerView、ListView實現單選列表的優雅之路.
    http://blog.csdn.net/zxt0601/article/details/52703280
  23. 實現仿簡書選取內容生成分享圖片效果
    http://www.jianshu.com/p/c34aad68bf46
  24. Android 實現高斯模糊效果及低版本兼容
    http://blog.csdn.net/gao_chun/article/details/52193511
    https://github.com/mmin18/RealtimeBlurView
  25. 告訴你ListView的Adapter應該寫在Activity外面還是裏面
    http://blog.csdn.net/u010386612/article/details/52165627
  26. 兩點技巧-給TextView添加Tag,點擊空白收起鍵盤
    http://blog.csdn.net/qq_21430549/article/details/52901330

  27. ViewPager懶加載
    http://blog.csdn.net/lvzishen123/article/details/52382687

  28. Android輕鬆實現RecyclerView懸浮條
    http://www.jianshu.com/p/fe69a53502ab

  29. 百度定位+精確定位+模糊城市定位
    http://blog.csdn.net/hyf97135/article/details/53113273

  30. 揭祕之從RecyclerView滑動監聽到Gilde平滑加載圖片
    http://blog.csdn.net/AndroidMsky/article/details/53115818
  31. Android 複雜的列表視圖新寫法: MultiType 詳解篇
    https://drakeet.me/effective-multitype
  32. 微博的文本編輯和顯示(emoji表情,@某人、鏈接高亮點擊)
    http://www.jianshu.com/p/cd9e197a5c04
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章