Radial Adapter View

This is Radial Adapter View for Android

License

License

GroupId

GroupId

com.github.kulik
ArtifactId

ArtifactId

radial-list-view
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

aar
Description

Description

Radial Adapter View
This is Radial Adapter View for Android
Project URL

Project URL

https://github.com/kulik/RadialListView
Source Code Management

Source Code Management

https://github.com/kulik/RadialListView

Download radial-list-view

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.kulik/radial-list-view/ -->
<dependency>
    <groupId>com.github.kulik</groupId>
    <artifactId>radial-list-view</artifactId>
    <version>0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kulik/radial-list-view/
implementation 'com.github.kulik:radial-list-view:0.2'
// https://jarcasting.com/artifacts/com.github.kulik/radial-list-view/
implementation ("com.github.kulik:radial-list-view:0.2")
'com.github.kulik:radial-list-view:aar:0.2'
<dependency org="com.github.kulik" name="radial-list-view" rev="0.2">
  <artifact name="radial-list-view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kulik', module='radial-list-view', version='0.2')
)
libraryDependencies += "com.github.kulik" % "radial-list-view" % "0.2"
[com.github.kulik/radial-list-view "0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.nineoldandroids : library jar 2.4.0

Project Modules

There are no modules declared in this project.

RadialListView

Radial Adapter View. So you could useit for your own menu. With long list.

Video example https://youtu.be/I-0ai8VmhPI

Example:

 <com.kulik.radial.RadialListView
        xmlns:radial="http://schemas.android.com/apk/res-auto"
        android:layout_width="245dp"
        android:layout_height="245dp"
        radial:delay_per_item_anim="1000"
        radial:delemiter="@drawable/polosochka"
        radial:delemiter_width="2dp"
        radial:horisontal_gravity="left"
        />

radial:delay_per_item_anim -- time of animation radial:delemiter -- resource that will be used for delemiters radial:delemiter_width -- delemiter width. radial:horisontal_gravity -- now it is supports only 2 gravities left or right. Both is bottom. So you could make two radial menu on your choice. radial:vertical_gravity -- not supported now, it is for future two values bottom (like now) or top

Android ListView like a sector.

Maven / Gradle resource

compile 'com.github.kulik:radial-list-view:+'

Versions

Version
0.2