All Projects → lovejjfg → Circle

lovejjfg / Circle

你没有看错,全是纯手工打造!

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Circle

PassCodeText
A customised EditText view serving the purpose of taking numeric One Time Password from a user. With stunning animation, and high customizability.
Stars: ✭ 105 (-60.97%)
Mutual labels:  custom-view
auto-fill-edit-text
This custom EditText can suggest and fill text defined before.
Stars: ✭ 26 (-90.33%)
Mutual labels:  custom-view
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 (+988.48%)
Mutual labels:  custom-view
WaveView
Simple Android library to draw sinusoidal waves.
Stars: ✭ 43 (-84.01%)
Mutual labels:  custom-view
react-awesome-loaders
🚀 High quality, super responsive and completely customisable Loading Animations to insert into your website with single line of code.
Stars: ✭ 146 (-45.72%)
Mutual labels:  progress
CustomViewStudy
This repository is used to learn CustomView(Text、Image、Progress、ViewGroup、ViewGragHelper).
Stars: ✭ 76 (-71.75%)
Mutual labels:  custom-view
YTAnimation
iOS动画集锦, swift, 核心动画, 基础动画,关键帧动画, 组动画, 过渡动画, 进度条,项目案例.
Stars: ✭ 60 (-77.7%)
Mutual labels:  progress
Topbar
Tiny & beautiful site-wide progress indicator
Stars: ✭ 262 (-2.6%)
Mutual labels:  progress
progress-image-view-android
Simple progress with ImageView android
Stars: ✭ 64 (-76.21%)
Mutual labels:  progress
DraggableTreeView
TreeView with drag and drop (n-th level)
Stars: ✭ 95 (-64.68%)
Mutual labels:  custom-view
signal-strength-view
📶 Material design signal strength view for Android
Stars: ✭ 30 (-88.85%)
Mutual labels:  custom-view
SuperBadge
🚀 📛 SuperBadge Android Library 🔥
Stars: ✭ 34 (-87.36%)
Mutual labels:  custom-view
VHProgressBar
Vartical and Horizontal ProgressBar
Stars: ✭ 23 (-91.45%)
Mutual labels:  progress
angular-progress-bar
This component allow you to easy incorporate progress-bar to angular/ionic project, providing binding and color options
Stars: ✭ 26 (-90.33%)
Mutual labels:  progress
Uilibrary
平时项目开发中写的自定义Drawable、View和Shape
Stars: ✭ 260 (-3.35%)
Mutual labels:  custom-view
MutativeFab
This is animating floating action button with text
Stars: ✭ 54 (-79.93%)
Mutual labels:  custom-view
vue-spinners-css
Amazing collection of Vue spinners components with pure css.
Stars: ✭ 50 (-81.41%)
Mutual labels:  progress
Funnyviews
💘A lot of funny & custom views for android, will continue to update.
Stars: ✭ 267 (-0.74%)
Mutual labels:  custom-view
Rxanime
Visualizer to understand RxJava operators
Stars: ✭ 261 (-2.97%)
Mutual labels:  custom-view
plain-overlay
The simple library for customizable overlay which covers a page, elements or iframe-windows.
Stars: ✭ 28 (-89.59%)
Mutual labels:  progress

最终效果图:

旋转过程的角标 JumpBall

DragBubblePathText

IndexBar

CircleProgress && TouchCircleView

博客地址 戳我戳我

#DragBubble

基本原理

其实就是使用Path绘制三点的二次方贝塞尔曲线来完成那个妖娆的曲线的。然后根据触摸点不断绘制对应的圆形,根据距离的改变改变原始固定圆形的半径大小。最后就是松手后返回或者爆裂的实现。

1、确定默认圆形的坐标; 2、根据move的情况,实时获取最新的坐标,根据移动的距离(确定出角度),更新相关的状态,画出相关的Path路径。超出上限,不再画Path路径。 旋转过程的角标

3、松手时,根据相关的状态,要么带Path路径执行动画返回,要么不带Path路径直接返回,要么直接爆裂!

博客地址 戳我戳我

PathText

博客地址 戳我戳我

IndexBar

具体项目地址

博客地址 戳我戳我

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].