/AndroidSimpleViews

Simple and Easy to use Views for Android

Primary LanguageJavaApache License 2.0Apache-2.0

Android Simple Views

Simple Views is an UI Library for simple and easy to use Android views, compatible with API 16+(Android 4.1) Apache License 2.0.

The main purpose of this library is to present the basic components needed in many projects by adding new features in a way that is simpler and faster to use, and to create non-built-in views that used in most of the android applications.

I hope it turns into a useful library for everyone..

##Simple and Easy to use Views for Android

##Demo

  • The demo app is also ready for download on Google Play

#Install / Import

###Android Studio/Gradle

dependencies {
    compile 'com.customview.ui:simpleviews:0.8.1'
    } 

###Maven

 <dependency>
   <groupId>com.customview.ui</groupId>
   <artifactId>simpleviews</artifactId>
   <version>0.8.1</version>
   <type>pom</type>
 </dependency>

###Ivy

<dependency org='com.customview.ui' name='simpleviews' rev='0.8.1'>
 <artifact name='simpleviews' ext='pom' ></artifact>
</dependency>