Skip to content

Some useful Android custom controls with advanced UI. Also provides the way to developer to start own custom control.

Notifications You must be signed in to change notification settings

sanmeranam/CustomeControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Some Custome Controls for Android

Checkout and mark this project as android library. Use this library in your project and you can able to see the available custom controls.

Go to design view of xml layout, select Custom Control Accordian, then press refresh.

Screen

Angular Meter

Layout xml:

<com.wafone.customlibrary.AngleMeter
        android:id="@+id/angleMeter1"
        android:layout_width="381dp"
        android:background="#fff"
        android:layout_height="wrap_content"
        android:layout_weight="1" />

Example Screen:

Screen

Progress Meter

Layout xml:

<com.wafone.customlibrary.ProgressMeter
        android:id="@+id/progressMeter1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="#FFF"
        android:layout_weight="1" />

Example Screen:

Screen

Timer

Layout xml:

<com.wafone.customlibrary.TimeProgress
        android:id="@+id/timeProgress1"
        android:layout_width="168dp"
        android:layout_height="184dp"
        android:background="#FFF" />

Example Screen:

Screen

An Example application with all possible custom controls.

Screen

About

Some useful Android custom controls with advanced UI. Also provides the way to developer to start own custom control.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages