StarterKit
Overview
android-starter-kit is a fast development kit.
Quick start
Dependencies
This library is published to the Maven Central repository, so you can use it through Gradle/Maven. You can use it in Eclipse, but Android Studio (or Gradle) is recommended. In Quick start guide, we assume you’re using Android Studio.
build.gradle
Write the following dependency configuration to your build.gradle
.
repositories {
mavenCentral()
}
dependencies {
// Other dependencies are omitted
compile 'com.smartydroid:android-starter-kit:VERSION'
}
You should replace VERSION
to the appropriate version number like 0.1.14
.
Then, click “sync” button to get the library using the configuration above.
To confirm the available versions, search the Maven Central Repository.
See the getting started guide for instructions how to get it up and running.