droid4me.ext is an extension of the droid4me framework.
- Android API v14+
Library releases are available on Jcenter
Gradle
compile 'com.smartnsoft:droid4me.ext:2.6.0'
Maven
<dependency>
<groupId>com.smartnsoft</groupId>
<artifactId>droid4me.ext</artifactId>
<version>2.6.0</version>
<type>aar</type>
</dependency>
Alternatively, check out this repository and add it as a library project.
$ git clone https://github.com/smartnsoft/droid4me.ext.git
Import the project into your favorite IDE and add
android.library.reference.1=/path/to/droid4me.ext/library
to your
project.properties
.
The Android Team @Smart&Soft, software agency http://www.smartnsoft.com
droid4me.ext is available under the MIT license. See the LICENSE file for more info.