All Projects → linsir6 → mCustomView

linsir6 / mCustomView

Licence: other
总结了博主这么多年所写的自定义view,以及自定义view的教程

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to mCustomView

Testleavesloading
Android 自定义 View 之 LeavesLoading
Stars: ✭ 55 (+223.53%)
Mutual labels:  custom, custom-view, android-ui
Consecutivescroller
ConsecutiveScrollerLayout是Android下支持多个滑动布局(RecyclerView、WebView、ScrollView等)和普通控件(TextView、ImageView、LinearLayou、自定义View等)持续连贯滑动的容器,它使所有的子View像一个整体一样连续顺畅滑动。并且支持布局吸顶功能。
Stars: ✭ 1,383 (+8035.29%)
Mutual labels:  custom-view, android-ui
Bluetooth State View
Material design animated Bluetooth state view for Android
Stars: ✭ 36 (+111.76%)
Mutual labels:  custom-view, android-ui
Swipelayout
A library what allows you to execute a swipe for the android platform
Stars: ✭ 150 (+782.35%)
Mutual labels:  custom-view, android-ui
Labelsview
Android的标签列表控件。可以设置标签的选中效果。 可以设置标签的选中类型:不可选中、单选、限数量多选和不限数量多选等, 并支持设置必选项、单行显示、最大显示行数等功能。
Stars: ✭ 777 (+4470.59%)
Mutual labels:  custom-view, android-ui
Xcdanmuview
Android弹幕效果View-支持左右两个方向
Stars: ✭ 28 (+64.71%)
Mutual labels:  custom-view, android-ui
Battery Meter View
🔋 Material design battery meter (i.e. level, state) view for Android
Stars: ✭ 57 (+235.29%)
Mutual labels:  custom-view, android-ui
Circular-Progress-View
A customisable circular progress view for android.
Stars: ✭ 39 (+129.41%)
Mutual labels:  custom-view, android-ui
XCArcProgressView
Android开口圆环比例进度View(高仿猎豹清理大师内存占用比例View)
Stars: ✭ 28 (+64.71%)
Mutual labels:  custom-view, android-ui
XCPullToLoadMoreListView
XCPullToLoadMoreListView-下拉加载更多ListView控件(仿QQ、微信聊天对话列表控件)
Stars: ✭ 24 (+41.18%)
Mutual labels:  custom-view, android-ui
Codeview Android
Display code with syntax highlighting ✨ in native way.
Stars: ✭ 748 (+4300%)
Mutual labels:  custom-view, android-ui
Image-Support
Add badge with counter to ImageView Android.
Stars: ✭ 128 (+652.94%)
Mutual labels:  custom-view, android-ui
Freepager
ViewPagers library for Android
Stars: ✭ 461 (+2611.76%)
Mutual labels:  custom-view, android-ui
Peppy Calendarview
Simple and fast Material Design calendar view for Android.
Stars: ✭ 30 (+76.47%)
Mutual labels:  custom-view, android-ui
Pudding
🌟 Pudding use WindowManager(don't need request permission) to pull down a view that are displayed on top their attached window
Stars: ✭ 371 (+2082.35%)
Mutual labels:  custom-view, android-ui
Tableview
TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
Stars: ✭ 2,928 (+17123.53%)
Mutual labels:  custom-view, android-ui
WaveView
Simple Android library to draw sinusoidal waves.
Stars: ✭ 43 (+152.94%)
Mutual labels:  custom-view, android-ui
signal-strength-view
📶 Material design signal strength view for Android
Stars: ✭ 30 (+76.47%)
Mutual labels:  custom-view, android-ui
Mkloader
Beautiful and smooth custom loading views
Stars: ✭ 1,377 (+8000%)
Mutual labels:  custom, custom-view
YuanaItemSettingView
Customizable Item Setting View Android
Stars: ✭ 15 (-11.76%)
Mutual labels:  custom-view, android-ui

mCustomView

总结了博主这么多年所写的自定义view,以及自定义view的教程.

本代码仓库外层为一个文件夹,每一个子文件夹里面都是一个自定义view的工程,并且在README中配有详细的介绍和说明,大家不妨点开看一下。

  • 具有弹性的小球 :具有弹性的小球
  • CameraView :自定义的一个相机的view,可以直接在view上获取摄像头的流,并且可以快照
  • CheckView :自定义的一个动态画对号的view,并且富有详细的自定义过程的教程
  • PieView :自定义的一个饼状图的view,并且富有详细的自定义过程的基础教程
  • 二阶Bezier :二阶的贝塞尔曲线绘制,以及贝塞尔曲线绘制的原理
  • 三阶Bezier :三阶的贝塞尔曲线绘制,以及贝塞尔曲线绘制的原理
  • BezierDemo :贝塞尔曲线的demo,绘制了一个渐变的心形
  • LearnCustomView :Android利用translate、scale、alpha、rotate实现动画效果

感觉不错的话,可以给一波star~

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].