Android 自定义View合集

自定义控件学习
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.jianshu.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.jianshu.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.jianshu.com/p/ba6db48fd2b9
步步为营http://www.jianshu.com/p/d507e3514b65
果冻效果http://www.jianshu.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.jianshu.com/users/9fe669fce943/latest_articles(代码也是人)
http://blog.csdn.net/lfdfhl/article/details/53143114(谷歌的小弟系列)
android自定义控件之基本原理 http://www.cnblogs.com/whoislcj/p/5708778.html
http://www.jianshu.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.jianshu.com/users/a837eaaf898d/latest_articles
干货:五分钟带你看懂NestedScrolling嵌套滑动机制
http://gold.xitu.io/post/581b1ba7bf22ec0068b61107

  1. 那些你应该知道却不一定知道的——View坐标分析汇总
    http://blog.csdn.net/mr_immortalz/article/details/51168278
  2. PathMeasure之迷径追踪
    http://blog.csdn.net/eclipsexys/article/details/51992473

  3. 关于Scroller的使用以及自己实现一个侧滑菜单
    http://www.jianshu.com/users/70043aadc262/latest_articles

  4. 水平进度条 https://github.com/MasayukiSuda/AnimateHorizontalProgressBar
    自定义圆形进度条实现动态显示指定进度
    http://blog.csdn.net/xiaoyantan/article/details/53149824
    自定义控件——圆形圆点进度条(仿安全卫士中的一键加速)
    http://blog.csdn.net/a10615/article/details/52658927

  5. Android自定义View之高仿QQ健康 http://www.jianshu.com/p/740c64ba15ac

  6. 3d旋转切换view https://github.com/dalong982242260/LoopRotarySwitch

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

  8. android ShapeDrawable实例 http://blog.csdn.net/zhaoshiqing7/article/details/8043446

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

  10. 如何自定义圆弧按钮? http://www.jianshu.com/p/700f26ed3403

  11. Android流式布局,支持点击、单选、多选等,适合用于产品标签等,用法采用Adapter模式,和ListView、GridView用法一样!!!
    https://github.com/hanhailong/FlowTag

  12. 自定义Floatview实现全站浮动按钮和来电秀 https://github.com/AlexLiuSheng/FloatView

  13. 一个数字变化动画View
    https://github.com/Even201314/NumberMorphView4Android
    https://github.com/robinhood/ticker
    倒计时效果数字变化动画
    https://github.com/a-voyager/ScrollNumber

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

  15. 一个支持多种状态的自定义View,可以方便的切换到:加载中视图、错误视图、空数据视图、网络异常视图、内容视图
    https://github.com/qyxxjd/MultipleStatusView

  16. 一个倾斜的TextView,适用于标签场景。 https://github.com/HeZaiJin/SlantedTextView
    https://github.com/80945540/LcLableView
    https://github.com/czy1121/cornerlabelview

  17. 一款 UI 体验优于 NumberPicker 的自定义控件 https://github.com/Carbs0126/NumberPickerView

  18. 用树型模型管理App数字和红点提示 https://github.com/tielei/BadgeNumberTree

  19. 用简单的方法实现的Tab配合ViewPager滑动 https://github.com/youmu178/TabSwitchView

  20. View垂直滚动,类似于跑马灯
    https://github.com/dreamlivemeng/UpMarqueeTextView-master
    Android仿京东首页轮播文字(又名垂直跑马灯)
    http://blog.csdn.net/qq_30740239/article/details/52755979

  21. Material Design 风格的 Search Bar,可以拿来直接用,文档也很完备。
    https://github.com/mancj/MaterialSearchBar

  22. EditText 实现 Tag 输入和快速选择功能
    https://github.com/OfficialAmal/ChipLayout

  23. 自定义ListView,实现QQ空间阻尼下拉刷新和渐变菜单栏效果
    http://blog.csdn.net/llew2011/article/details/51559694

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

  25. 五星好评 https://github.com/FlyingPumba/SimpleRatingBar

  26. RecyclerView粘性标签库 https://github.com/oubowu/PinnedSectionItemDecoration

  27. 一款支持条目展开的 RecyclerView。
    https://github.com/zaihuishou/ExpandableRecyclerview

  28. 点赞还可以这么玩 https://github.com/ldoublem/ThumbUp

  29. 仿支付宝实现的一个笑脸 LoadingView 效果。☺
    https://github.com/andyxialm/SmileyLoadingView

  30. 高仿微信支付键盘 https://github.com/zuiwuyuan/WeChatPswKeyboard

  31. Android 支持拖拽排序的流式标签布局
    https://github.com/LightSun/android-drag-FlowLayout

  32. 一个简单,强大的广告活动弹窗控件 https://github.com/yipianfengye/android-adDialog

  33. Android自定义View——圆形进度条式按钮
    http://blog.csdn.net/yissan/article/details/52225707

  34. 自定义ImageView实现局部截图功能
    http://blog.csdn.net/qq_25722767/article/details/52353873

  35. Android 摆动的球体
    http://blog.csdn.net/qq_26411333/article/details/52421086

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

  37. 渐变的下载按钮,发现不少小伙伴要做类似效果的
    https://github.com/cctanfujun/ProgressRoundButton
    http://blog.csdn.net/u011102153/article/details/52367206

  38. 自定义ViewGroup-自动换行Layout
    http://blog.csdn.net/u011102153/article/details/52245312

  39. 自定义Behavior,实现滑动卡片 http://www.jianshu.com/p/f0e380129a19

  40. 定值范围选择控件(还有一系列包括360底部、京东跑马灯)
    https://github.com/Brioal/RangeSeekBar

  41. 一个用于快速开发复杂List布局的框架 https://github.com/zhuguohui/SmartDemo

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

  43. 自定义图表 http://blog.csdn.net/mingyunxiaohai/article/category/6068840

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

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

  46. 自定义强大的TabPagerIndicator
    http://juhonggang.github.io/2016/09/07/自定义强大的TabPagerIndicator/

  47. 安卓开发之自定义粒子旋转动画加载控件
    http://blog.csdn.net/cxmscb/article/details/52655075

  48. 安卓开发之自定义带加载进度的按钮ProgressButton
    http://blog.csdn.net/cxmscb/article/details/52493475
    http://blog.csdn.net/cxmscb?viewmode=contents

  49. 来来来,一起再撸一个Material风格loadingView
    http://androidwing.net/index.php/73

  50. 自定义LinearLayout实现淘宝详情页
    http://blog.csdn.net/u011102153/article/details/52703119

  51. Android 仿应用宝下载进度条 https://github.com/LineChen/FlickerProgressBar

  52. 半圆锯齿背景虚线边框组合实现简单优惠券效果 https://github.com/dongjunkun/CouponView

  53. 高仿QQ音乐歌词滚动控件
    http://blog.csdn.net/u012702547/article/details/52891387

  54. 芝麻信用分雷达图
    http://blog.csdn.net/kong_gu_you_lan/article/details/52904064

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

  56. FloatingView 来啦,快来玩一玩
    http://www.jianshu.com/users/c9c4b738b887/latest_articles

  57. 自定义ViewGroup 在ViewGroup中显示TextView
    http://blog.csdn.net/u012391876/article/details/53117181

  58. 简单,0耦合,支持任意ViewGroup。一步集成侧滑(删除)菜单,高仿QQ、IOS
    http://gold.xitu.io/post/58285ebf0ce4630056046007

  59. 如何利用RecyclerView打造炫酷滑动卡片 http://www.jianshu.com/p/7977006d2d6a

  60. 饿了么购物车效果(附源码)
    http://www.jianshu.com/p/6fc1160ddce7

  61. 自定义View实例(三)—-滑动刻度尺与流式布局
    http://blog.csdn.net/tyk0910/article/category/6241877

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值