Android 自定義View合集

轉自:https://blog.csdn.net/u011507982/article/details/51199644

  1. 自定義控件學習
    https://github.com/GcsSloop/AndroidNote/tree/master/CustomView
    小良自定義控件合集
    https://github.com/Mr-XiaoLiang
    自定義控件三部曲
    http://blog.csdn.net/harvic880925?viewmode=contents
    Android 從0開始自定義控件之View基礎知識與概念
    http://blog.csdn.net/airsaid/article/details/53057091
    自定義控件博客
    http://www.lxweimin.com/users/9fe669fce943/latest_articles(吳長老)
    http://blog.csdn.net/dmk877/article/details/49558367
    http://blog.csdn.net/yissan/article/details/51136088
    http://blog.csdn.net/u013045971/article/category/2727949
    http://www.lxweimin.com/p/86e867b9bee8
    http://blog.csdn.net/yissan/article/details/51542455
    https://imuhao.github.io/archives/
    http://blog.csdn.net/xmxkf/article/details/52336144
    http://blog.csdn.net/lisdye2/article/details/52353071
    http://blog.csdn.net/lfdfhl/article/details/51671038
    http://www.lxweimin.com/p/ba6db48fd2b9
    步步為營http://www.lxweimin.com/p/d507e3514b65
    果凍效果http://www.lxweimin.com/users/3e53005808b1/latest_articles
    http://blog.csdn.net/wingichoy/article/category/6032967(太多太好)
    http://www.idtkm.com/(系列)
    http://blog.csdn.net/wingichoy/article/category/6032967(系列)
    http://www.lxweimin.com/users/9fe669fce943/latest_articles(代碼也是人)
    http://blog.csdn.net/lfdfhl/article/details/53143114(谷歌的小弟系列)
    android自定義控件之基本原理
    http://www.cnblogs.com/whoislcj/p/5708778.html
    http://www.lxweimin.com/users/86708106f652/latest_articles
    http://blog.csdn.net/xyh269?viewmode=contents
    Android View 全解析
    http://www.woaitqs.cc/archive.html
    View繪制詳解,從LayoutInflater談起
    http://blog.csdn.net/u012702547/article/details/52614444
    安卓自定義View進階-事件分發機制原理
    http://www.gcssloop.com/customview/dispatch-touchevent-theory
    Android6.0觸摸事件分發機制解讀
    http://blog.csdn.net/mynameishuangshuai/article/details/52912641
    View 的事件體系詳解
    http://www.lxweimin.com/users/a837eaaf898d/latest_articles
    干貨:五分鐘帶你看懂NestedScrolling嵌套滑動機制
    http://gold.xitu.io/post/581b1ba7bf22ec0068b61107

  2. 那些你應該知道卻不一定知道的——View坐標分析匯總
    http://blog.csdn.net/mr_immortalz/article/details/51168278

  3. PathMeasure之迷徑追蹤
    http://blog.csdn.net/eclipsexys/article/details/51992473

  4. 關于Scroller的使用以及自己實現一個側滑菜單
    http://www.lxweimin.com/users/70043aadc262/latest_articles

  5. 水平進度條
    https://github.com/MasayukiSuda/AnimateHorizontalProgressBar
    自定義圓形進度條實現動態顯示指定進度
    http://blog.csdn.net/xiaoyantan/article/details/53149824
    自定義控件——圓形圓點進度條(仿安全衛士中的一鍵加速)
    http://blog.csdn.net/a10615/article/details/52658927

  6. Android自定義View之高仿QQ健康
    http://www.lxweimin.com/p/740c64ba15ac

  7. 3d旋轉切換view
    https://github.com/dalong982242260/LoopRotarySwitch

  8. 炫酷的SearchView
    https://github.com/android-cjj/JJSearchViewAnim

  9. android ShapeDrawable實例
    http://blog.csdn.net/zhaoshiqing7/article/details/8043446

  10. Android EditText for view tags
    https://github.com/mabbas007/TagsEditText

  11. 如何自定義圓弧按鈕?
    http://www.lxweimin.com/p/700f26ed3403

  12. Android流式布局,支持點擊、單選、多選等,適合用于產品標簽等,用法采用Adapter模式,和ListView、GridView用法一樣!!!
    https://github.com/hanhailong/FlowTag

  13. 自定義Floatview實現全站浮動按鈕和來電秀
    https://github.com/AlexLiuSheng/FloatView

  14. 一個數字變化動畫View
    https://github.com/Even201314/NumberMorphView4Android
    https://github.com/robinhood/ticker
    倒計時效果數字變化動畫
    https://github.com/a-voyager/ScrollNumber

  15. 流程指示器
    https://github.com/baoyachi/StepView

  16. 一個支持多種狀態的自定義View,可以方便的切換到:加載中視圖、錯誤視圖、空數據視圖、網絡異常視圖、內容視圖
    https://github.com/qyxxjd/MultipleStatusView

  17. 一個傾斜的TextView,適用于標簽場景。
    https://github.com/HeZaiJin/SlantedTextView
    https://github.com/80945540/LcLableView
    https://github.com/czy1121/cornerlabelview

  18. 一款 UI 體驗優于 NumberPicker 的自定義控件
    https://github.com/Carbs0126/NumberPickerView

  19. 用樹型模型管理App數字和紅點提示
    https://github.com/tielei/BadgeNumberTree

  20. 用簡單的方法實現的Tab配合ViewPager滑動
    https://github.com/youmu178/TabSwitchView

  21. View垂直滾動,類似于跑馬燈
    https://github.com/dreamlivemeng/UpMarqueeTextView-master
    Android仿京東首頁輪播文字(又名垂直跑馬燈)
    http://blog.csdn.net/qq_30740239/article/details/52755979

  22. Material Design 風格的 Search Bar,可以拿來直接用,文檔也很完備。
    https://github.com/mancj/MaterialSearchBar

  23. EditText 實現 Tag 輸入和快速選擇功能
    https://github.com/OfficialAmal/ChipLayout

  24. 自定義ListView,實現QQ空間阻尼下拉刷新和漸變菜單欄效果
    http://blog.csdn.net/llew2011/article/details/51559694

  25. 給人眼前一亮的 Toast 效果
    https://github.com/yadav-rahul/TastyToast

  26. 五星好評
    https://github.com/FlyingPumba/SimpleRatingBar

  27. RecyclerView粘性標簽庫
    https://github.com/oubowu/PinnedSectionItemDecoration

  28. 一款支持條目展開的 RecyclerView。
    https://github.com/zaihuishou/ExpandableRecyclerview

  29. 點贊還可以這么玩
    https://github.com/ldoublem/ThumbUp

  30. 仿支付寶實現的一個笑臉 LoadingView 效果。?
    https://github.com/andyxialm/SmileyLoadingView

  31. 高仿微信支付鍵盤
    https://github.com/zuiwuyuan/WeChatPswKeyboard

  32. Android 支持拖拽排序的流式標簽布局
    https://github.com/LightSun/android-drag-FlowLayout

  33. 一個簡單,強大的廣告活動彈窗控件
    https://github.com/yipianfengye/android-adDialog

  34. Android自定義View——圓形進度條式按鈕
    http://blog.csdn.net/yissan/article/details/52225707

  35. 自定義ImageView實現局部截圖功能
    http://blog.csdn.net/qq_25722767/article/details/52353873

  36. Android 擺動的球體
    http://blog.csdn.net/qq_26411333/article/details/52421086

  37. Android自定義控件之CircleImageView
    http://thinkdevos.net/blog/20160827/android-circleimageview/

  38. 漸變的下載按鈕,發現不少小伙伴要做類似效果的
    https://github.com/cctanfujun/ProgressRoundButton
    http://blog.csdn.net/u011102153/article/details/52367206

  39. 自定義ViewGroup-自動換行Layout
    http://blog.csdn.net/u011102153/article/details/52245312

  40. 自定義Behavior,實現滑動卡片
    http://www.lxweimin.com/p/f0e380129a19

  41. 定值范圍選擇控件(還有一系列包括360底部、京東跑馬燈)
    https://github.com/Brioal/RangeSeekBar

  42. 一個用于快速開發復雜List布局的框架
    https://github.com/zhuguohui/SmartDemo

  43. Android自定義控件之TabSelectorLayout(微信tab)
    http://thinkdevos.net/blog/20160920/android-tabselectorlayout/

  44. 自定義圖表
    http://blog.csdn.net/mingyunxiaohai/article/category/6068840

  45. 可以@人的EditText
    https://github.com/luckyandyzhang/MentionEditText
    https://github.com/armcha/AutoLinkTextView
    https://github.com/luckyandyzhang/MentionEditText

  46. 球形水波百分比控件
    http://blog.csdn.net/gengqiquan/article/details/51577185

  47. 自定義強大的TabPagerIndicator
    http://juhonggang.github.io/2016/09/07/自定義強大的TabPagerIndicator/

  48. 安卓開發之自定義粒子旋轉動畫加載控件
    http://blog.csdn.net/cxmscb/article/details/52655075

  49. 安卓開發之自定義帶加載進度的按鈕ProgressButton
    http://blog.csdn.net/cxmscb/article/details/52493475
    http://blog.csdn.net/cxmscb?viewmode=contents

  50. 來來來,一起再擼一個Material風格loadingView
    http://androidwing.net/index.php/73

  51. 自定義LinearLayout實現淘寶詳情頁
    http://blog.csdn.net/u011102153/article/details/52703119

  52. Android 仿應用寶下載進度條
    https://github.com/LineChen/FlickerProgressBar

  53. 半圓鋸齒背景虛線邊框組合實現簡單優惠券效果
    https://github.com/dongjunkun/CouponView

  54. 高仿QQ音樂歌詞滾動控件
    http://blog.csdn.net/u012702547/article/details/52891387

  55. 芝麻信用分雷達圖
    http://blog.csdn.net/kong_gu_you_lan/article/details/52904064

  56. 超酷的計步器APP
    http://blog.csdn.net/m366917/article/details/52976877

  57. FloatingView 來啦,快來玩一玩
    http://www.lxweimin.com/users/c9c4b738b887/latest_articles

  58. 自定義ViewGroup 在ViewGroup中顯示TextView
    http://blog.csdn.net/u012391876/article/details/53117181

  59. 簡單,0耦合,支持任意ViewGroup。一步集成側滑(刪除)菜單,高仿QQ、IOS
    http://gold.xitu.io/post/58285ebf0ce4630056046007

  60. 如何利用RecyclerView打造炫酷滑動卡片
    http://www.lxweimin.com/p/7977006d2d6a

  61. 餓了么購物車效果(附源碼)
    http://www.lxweimin.com/p/6fc1160ddce7

  62. 自定義View實例(三)—-滑動刻度尺與流式布局
    http://blog.csdn.net/tyk0910/article/category/6241877

日期城市時間選擇控件-picker
————————————————————————
https://github.com/yangjinbo2014/CityPicker
https://github.com/saiwu-bigkoo/Android-PickerView
http://blog.csdn.net/lv_fq/article/details/52338513
https://github.com/youmu178/WheelPicker
https://github.com/cheng7692019/MyPicker
https://github.com/gzu-liyujiang/AndroidPicker
https://github.com/weidongjian/androidWheelView
https://github.com/chsmy/DateSelecter

文字變幻的自定義控件
————————————————————————
https://github.com/hanks-zyh/HTextView
https://github.com/frakbot/JumpingBeans
https://github.com/adnan-SM/TimelyTextView
https://github.com/apkdemo/TextCounter
安卓自定義View仿掘金文章數據滾動顯示數值
http://blog.csdn.net/androidmsky/article/details/53009886
極輕量的可展開和收縮內容的TextView
http://www.lxweimin.com/p/9a6d66da034f
https://github.com/Manabu-GT/ExpandableTextView
https://github.com/freecats/TextViewExpandableAnimation

自定義輪播圖
————————————————————————
https://github.com/saiwu-bigkoo/Android-ConvenientBanner
https://github.com/chengdazhi/DecentBanner

自定義切換按鈕
————————————————————————
http://www.lxweimin.com/p/e2b3a0134d79
https://github.com/BaymaxTong/SwitchButton
https://github.com/Nightonke/FaceOffToggleButton
https://github.com/ztelur/FunSwitch

自定義View 漂亮的Checkbox
————————————————————————
https://github.com/sd6352051/checkbox-sample
https://github.com/arlindiDev/CircleCheckBox
https://github.com/andyxialm/SmoothCheckBox
http://www.lxweimin.com/p/fd97dad39201
https://github.com/CoXier/CheckBox
https://github.com/SilenceDut/DayNightToggleButton
http://blog.csdn.net/bfbx5173/article/details/45191147#comments(仿iOS)

自定義Dialog
————————————————————————
http://www.lxweimin.com/users/b35bb28e2226/latest_articles
https://github.com/drakeet/MaterialDialog
https://github.com/kakajika/SwipeAwayDialog
http://www.lxweimin.com/p/d893ba8608ae
https://github.com/XanderWang/XanderPanel
https://github.com/saiwu-bigkoo/Android-AlertView

自定義下拉刷新、上拉加載
————————————————————————
支持Scrollview,ListView,recyclerview,WebView和另一個視圖,使用方便
https://github.com/liaoinstan/SpringView
刷新組件是更換的時候啦!!!輕量級而又無所不能
https://github.com/dinuscxj/RecyclerRefreshLayout
實現思簡單,有趣好玩的下拉刷新庫, 你還記得小時候打的黑白掌上游戲機么?
https://github.com/Hitomis/FunGameRefresh
自個兒寫Android的下拉刷新/上拉加載控件
http://blog.csdn.net/ghost_programmer/article/details/52682252
http://www.lxweimin.com/users/a27d7c3dbf86/latest_articles(續)
SwipeRefreshLayout詳解和自定義上拉加載更多
http://www.lxweimin.com/p/d23b42b6360b
想要親手實現一個刷新控件,你只需要掌握這些知識
自定義下拉刷新和上拉加載框架
http://www.lxweimin.com/p/dc0004ba5203
自定義RecyclerView實現下拉刷新和上拉加載
http://blog.csdn.net/xiaoyantan/article/details/52983443
結合SwipeRefreshLayout可以上拉加載更多下拉刷新的RecyclerView
http://blog.csdn.net/zhou_anzhuojinjie/article/details/52901565

?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市,隨后出現的幾起案子,更是在濱河造成了極大的恐慌,老刑警劉巖,帶你破解...
    沈念sama閱讀 227,882評論 6 531
  • 序言:濱河連續發生了三起死亡事件,死亡現場離奇詭異,居然都是意外死亡,警方通過查閱死者的電腦和手機,發現死者居然都...
    沈念sama閱讀 98,208評論 3 414
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人,你說我怎么就攤上這事。” “怎么了?”我有些...
    開封第一講書人閱讀 175,746評論 0 373
  • 文/不壞的土叔 我叫張陵,是天一觀的道長。 經常有香客問我,道長,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 62,666評論 1 309
  • 正文 為了忘掉前任,我火速辦了婚禮,結果婚禮上,老公的妹妹穿的比我還像新娘。我一直安慰自己,他們只是感情好,可當我...
    茶點故事閱讀 71,477評論 6 407
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著,像睡著了一般。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發上,一...
    開封第一講書人閱讀 54,960評論 1 321
  • 那天,我揣著相機與錄音,去河邊找鬼。 笑死,一個胖子當著我的面吹牛,可吹牛的內容都是我干的。 我是一名探鬼主播,決...
    沈念sama閱讀 43,047評論 3 440
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了?” 一聲冷哼從身側響起,我...
    開封第一講書人閱讀 42,200評論 0 288
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后,有當地人在樹林里發現了一具尸體,經...
    沈念sama閱讀 48,726評論 1 333
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 40,617評論 3 354
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發現自己被綠了。 大學時的朋友給我發了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 42,807評論 1 369
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖,靈堂內的尸體忽然破棺而出,到底是詐尸還是另有隱情,我是刑警寧澤,帶...
    沈念sama閱讀 38,327評論 5 358
  • 正文 年R本政府宣布,位于F島的核電站,受9級特大地震影響,放射性物質發生泄漏。R本人自食惡果不足惜,卻給世界環境...
    茶點故事閱讀 44,049評論 3 347
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧,春花似錦、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 34,425評論 0 26
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至,卻和暖如春,著一層夾襖步出監牢的瞬間,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 35,674評論 1 281
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人。 一個月前我還...
    沈念sama閱讀 51,432評論 3 390
  • 正文 我出身青樓,卻偏偏與公主長得像,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 47,769評論 2 372

推薦閱讀更多精彩內容