All Projects → FuZhucheng → MyCircleMenu

FuZhucheng / MyCircleMenu

Licence: other
Android-自定义view之圆形与“半圆形”菜单

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to MyCircleMenu

DynamicViewPagerDemo
ViewPager单屏显示多页面,动画效果
Stars: ✭ 49 (+48.48%)
Mutual labels:  view
TimelineView
No description or website provided.
Stars: ✭ 18 (-45.45%)
Mutual labels:  view
PlayView
一个仿有道词典播放音乐的控件
Stars: ✭ 13 (-60.61%)
Mutual labels:  view
ModernUI
Modern desktop framework from low-level 3D graphics API to high-level view model, for development of 2D/3D rendering software or game engine, with internationalization support and many new technologies.
Stars: ✭ 168 (+409.09%)
Mutual labels:  view
BSLoader
It's to show loading animations
Stars: ✭ 13 (-60.61%)
Mutual labels:  view
SkeletonPlaceholderView
A library for creating dynamic skeleton view
Stars: ✭ 25 (-24.24%)
Mutual labels:  view
GameOfLifeView
A simple Android view that displays Conway's Game of Life. I've learnt the principles of TDD doing this
Stars: ✭ 20 (-39.39%)
Mutual labels:  view
TabBar
📱 TabBar – highly customizable tab bar for your SwiftUI application.
Stars: ✭ 105 (+218.18%)
Mutual labels:  view
VideoTimelineView
Video timeline UI for iOS Apps
Stars: ✭ 103 (+212.12%)
Mutual labels:  view
PulseInstrument
脉象仪 波形实时绘制 Demo
Stars: ✭ 30 (-9.09%)
Mutual labels:  view
Android-FilterView
Build a simple filter view with customizable controls.
Stars: ✭ 20 (-39.39%)
Mutual labels:  view
pg-search-sequelize
Postgres full-text search in Node.js and Sequelize.
Stars: ✭ 31 (-6.06%)
Mutual labels:  view
SwiftyExcelView
A View Look Like Excel & Form
Stars: ✭ 45 (+36.36%)
Mutual labels:  view
Frames
Retrieves desired frames from video.
Stars: ✭ 51 (+54.55%)
Mutual labels:  view
AndroidAnimationView
🚌🚌🚌android 动画、自定义控件,学习记录demo
Stars: ✭ 30 (-9.09%)
Mutual labels:  view
bpmn-visualization-js
A TypeScript library for visualizing process execution data on BPMN diagrams
Stars: ✭ 113 (+242.42%)
Mutual labels:  view
FillProgressLayout
A simple and flexible Fillable Progress Layout written in Kotlin
Stars: ✭ 77 (+133.33%)
Mutual labels:  view
LockerScreen
Android lock screen,slide to unlock ! 安卓锁屏,上滑解锁,效果酷炫,值得拥有!
Stars: ✭ 81 (+145.45%)
Mutual labels:  view
CheckableTextView
A simple and flexible Checked TextView or Checkable TextView
Stars: ✭ 108 (+227.27%)
Mutual labels:  view
material-chip-view
Material Chip view. Can be used as tags for categories, contacts or creating text clouds
Stars: ✭ 1,300 (+3839.39%)
Mutual labels:  view

MyCircleMenu

Android-自定义view之圆形与“半圆形”菜单。

博客讲解:Android-自定义view之圆形与“半圆形”菜单

这里写图片描述

第一个展示是本控件的原样。但是我们可以使用很多技巧去达到我们的商业UI效果嘛。

这里写图片描述

这里给出的是本博客作品demo的展示图以及它的联动展示拓展,可见是一圆型菜单,相较于鸿洋大大的那个圆形菜单多了一些需求:1.到时候展示只需要半圆的转盘。2.在规定的角度不能让他们自动旋转(涉及延伸的一些数学计算,一会重点讲解)。3.要绑定fragment。4.一个缓冲角度,即我们将要固定几个位置,而不是任意位置。我们要设计一个可能的角度去自动帮他选择。

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