Trying to make using Simperium in your Android app dead simple.
Simperium for Android is configured as an Android Library Project.
TODO: brief code example/tutorial :)
To get started first clone the project:
git clone https://github.com/Simperium/simperium-android.git
Simperium Android uses Android Studio and gradle for development.
Please provide unit tests for your contributions. Run tests with gradle:
./gradlew connectedAndroidTest
Unit tests use a mock networking and storage stack so that different components can be tested in isolation. The unit tests should not connect to any external services.