All Projects → javalong → CustomView

javalong / CustomView

Licence: other
custom view

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to CustomView

Android Animations
DIfferent animation samples on Android
Stars: ✭ 152 (+1069.23%)
Mutual labels:  custom-view
Cropiwa
📐 Configurable Custom Crop widget for Android
Stars: ✭ 2,185 (+16707.69%)
Mutual labels:  custom-view
Bezierseekbar
Beautiful custom View, SeekBar selector, easy to use, and rich in customization.漂亮的区间选择器,贝塞尔曲线优雅实现
Stars: ✭ 252 (+1838.46%)
Mutual labels:  custom-view
Flexiblesearchbar
可以伸缩的搜索栏,模仿华为应用市场
Stars: ✭ 177 (+1261.54%)
Mutual labels:  custom-view
Certificatecamera
证件相机-证件拍照及裁剪
Stars: ✭ 187 (+1338.46%)
Mutual labels:  custom-view
Jpagerslidingtabstrip
🔥A useful tablayout modify from astuetz/PagerSlidingTabStrip
Stars: ✭ 233 (+1692.31%)
Mutual labels:  custom-view
Swipelayout
A library what allows you to execute a swipe for the android platform
Stars: ✭ 150 (+1053.85%)
Mutual labels:  custom-view
IconDotTextView
Convenient to add a View which contains icon, text and red dot.
Stars: ✭ 22 (+69.23%)
Mutual labels:  custom-view
Circularprogressbar
CircularProgressbar project let you create circular progressbar in android
Stars: ✭ 188 (+1346.15%)
Mutual labels:  custom-view
Colorseekbar
A colorful SeekBar for picking color
Stars: ✭ 249 (+1815.38%)
Mutual labels:  custom-view
Loadmorewrapper
📦 make recyclerView supports load more and customize the footer view, without changes to the original adater of recyclerView. 在不改动 RecyclerView 原有的 adapter 的情况下,使 RecyclerView 滑动到底部的时候能够加载更多和自定义底部视图。
Stars: ✭ 179 (+1276.92%)
Mutual labels:  custom-view
Tagimageview
高仿小红书标签添加功能 1.随点击处添加标签 2.计算标签位置 3.可将标签位置还原渲染至不同屏幕尺寸 4.拖拽删除标签
Stars: ✭ 186 (+1330.77%)
Mutual labels:  custom-view
Parallaxrecyclerview
Parallax effect on every item of your RecyclerView.
Stars: ✭ 237 (+1723.08%)
Mutual labels:  custom-view
Circularseekbar
Custom circular SeekBar (Circle, Semi-circle, and Ellipse) for Android
Stars: ✭ 166 (+1176.92%)
Mutual labels:  custom-view
PercentBarView
PercentBar
Stars: ✭ 26 (+100%)
Mutual labels:  custom-view
Androidcustomview
一个简单的投票排名对比图
Stars: ✭ 150 (+1053.85%)
Mutual labels:  custom-view
Android Youtube Player
YouTube Player library for Android and Chromecast, stable and customizable.
Stars: ✭ 2,510 (+19207.69%)
Mutual labels:  custom-view
ScaleView
ArcScaleView,ScaleView,刻度尺选择器,包括弧形刻度尺选择器和直尺形刻度尺选择器
Stars: ✭ 53 (+307.69%)
Mutual labels:  custom-view
RatioLayouts
A collection of ViewGroups which can have a constant width to height ratio.
Stars: ✭ 19 (+46.15%)
Mutual labels:  custom-view
Apporder
骚操作之改造TabLayout,修改指示线宽增加切Tab过渡动画
Stars: ✭ 246 (+1792.31%)
Mutual labels:  custom-view

CustomView

StepView

使用方法:https://www.jianshu.com/p/d00cd6a525cf

EvaluationView

使用方法:https://www.jianshu.com/p/98cea77ff716

优惠券布局(HorizontalCouponLayout|VerticalCouponLayout)

使用方法:https://www.jianshu.com/p/9aa75b7137dc

依赖引入

Add it in your root build.gradle at the end of repositories:

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

dependencies {
	        implementation 'com.github.javalong:CustomView:1.0.0'
	}
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].