转载自:http://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.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
  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.jianshu.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.jianshu.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.jianshu.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.jianshu.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.jianshu.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.jianshu.com/p/7977006d2d6a
  61. 饿了么购物车效果(附源码) 
    http://www.jianshu.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.jianshu.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.jianshu.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.jianshu.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.jianshu.com/users/b35bb28e2226/latest_articles 
https://github.com/drakeet/MaterialDialog 
https://github.com/kakajika/SwipeAwayDialog 
http://www.jianshu.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.jianshu.com/users/a27d7c3dbf86/latest_articles(续) 
SwipeRefreshLayout详解和自定义上拉加载更多 
http://www.jianshu.com/p/d23b42b6360b 
想要亲手实现一个刷新控件,你只需要掌握这些知识 
自定义下拉刷新和上拉加载框架 
http://www.jianshu.com/p/dc0004ba5203 
自定义RecyclerView实现下拉刷新和上拉加载 
http://blog.csdn.net/xiaoyantan/article/details/52983443 
结合SwipeRefreshLayout可以上拉加载更多下拉刷新的RecyclerView 
http://blog.csdn.net/zhou_anzhuojinjie/article/details/52901565

Android开发,自定义View的学习合集相关推荐

  1. Android软件开发之盘点自定义View界面大合集(二)

    Android软件开发之盘点自定义View界面大合集(二) - 雨松MOMO的程序世界 - 51CTO技术博客 雨松MOMO带大家盘点Android 中的自定义View界面的绘制 今天我用自己写的一个 ...

  2. android开发自定义View(三)仿芝麻信用积分

    此文参考了https://github.com/HotBitmapGG/CreditSesameRingView 感谢作者的分享!! 首先看一下支付宝上显示的样子 然后看一下模仿的效果 代码 基础部分 ...

  3. Android开发自定义View

    Android中View组件的作用类似于Swing变成中的JPanel,它只是一个空白的矩形区域,View组件中没有任何内容.对于Android应用的其他UI组件来说,它们都继承了View组件,然后在 ...

  4. Android开发自定义View之滑动按钮与自定义属性

    写博客辛苦了,转载的朋友请标明出处哦,finddreams:(http://blog.csdn.net/finddreams/article/details/40392975) 话不多说,先运行效果图 ...

  5. Android开发自定义View之仿米家APP双色灯控制UI:做一个智能家居产品的简单智能灯UI !(附带Demo)

    一. 前言: 兜兜转转,不知不觉做Android开发已经快2年了,上半年一直在搞wifi模块开发,导致不务正业,写个自定义UI还要折腾半天,真是对不起自己的良心了!最近要对接小米开放平台,不小心看到了 ...

  6. Android开发自定义View实现数字与图片无缝切换的2048

    本博客地址:http://blog.csdn.net/talentclass_ctt/article/details/51952378 最近在学自定义View,无意中看到鸿洋大神以前写过的2048(附 ...

  7. android开发自定义View(四)仿掌上英雄联盟能力值分析效果

    本篇文章已授权微信公众号 guolin_blog (郭霖)独家发布 原始图效果 模仿效果 PNG GIF 流程 绘制中心线,用于计算外层多边形各点的坐标 绘制最外层多边形 分析原型图算出每个多边形之间 ...

  8. android仿ppt,android 仿ppt进入动画效果合集

    EnterAnimation android 仿ppt进入动画效果合集, 百叶窗效果,擦除效果,盒状效果,阶梯效果,菱形效果,轮子效果,劈裂效果,棋盘效果, 切入效果,扇形展开效果,十字扩展效果,随机 ...

  9. android 仿ppt进入动画效果合集

    EnterAnimation android 仿ppt进入动画效果合集, 百叶窗效果,擦除效果,盒状效果,阶梯效果,菱形效果,轮子效果,劈裂效果,棋盘效果, 切入效果,扇形展开效果,十字扩展效果,随机 ...

最新文章

  1. 100万奖金池,这不仅仅是场比赛
  2. 特斯拉化身电影院,马斯克:车自动开,你来看电影
  3. c+和python哪个快-C/C++比python快是什么意思?
  4. WPF之Manipulation
  5. linux mysql集群 备份与恢复,Linux下MySQL的备份和恢复
  6. 初二的孩子,开学考下滑得很厉害,怎么办?
  7. 水晶报表基础入门——4.水晶报表排序、分组技术
  8. 这款机器人也想体验双十一!
  9. 【ffmpeg】视频解码器
  10. 3D游戏:七、模型与动画
  11. Spring Cloud CAP 简述
  12. A Game of Thrones(58)
  13. 自动售货机每个月用多少M的物联卡?
  14. 实验三 基于A*算法的迷宫游戏
  15. C语言一些常用的代码(初学者,随缘更新)
  16. AI面相手相V3.2.0无限多开版h5公众号版本源码(含搭建教程+运营文案图片)
  17. GMOS6803为7频段高精度RTK系统应用桥梁监测
  18. 如何处理印象笔记安装后图标不显示的情况
  19. Matlab p文件解密,pcode解密 MATLAB .p 转换为.m文件
  20. Netflow相关技术

热门文章

  1. 微信小程序腾讯地图bindregionchange事件导致图标闪烁的解决方法
  2. css当鼠标放到图片加边框的效果
  3. 小鳄鱼之父Bart Decrem
  4. Pytorch框架之tensor的gpu状态查看以及设备号
  5. 数据表(中间表)的设计:多对多关系
  6. android 多线程实现方式、并发与同步学习总结
  7. 数据库字段设置默认值
  8. knn算法代码详解(以鸢尾花数据为例)
  9. Android MuPDF的应用
  10. 更换手机号需要考虑的解绑对象