/android-atleap

Android accelerator (keywords: ContentProvider, ORMLite, Account Authenticator)

Primary LanguageJavaApache License 2.0Apache-2.0

Android AtLeap accelerator

Build Status

#Features

##Universal Content Provider Android AtLeap allows you configure ER-model using ORMLite POJOs and access SQLite database via ContentProvider as flexible as direct access to database.

##Navigation drawer

See android.support.v4.widget.DrawerLayout

##Account Authenticator helper classes

They are based on android.accounts.AbstractAccountAuthenticator

#Sample

atleap-sample

It is good example of how to integrate RoboSpice, Retrofit, Picasso, ORMLite, AtLeap and some other libraries. This sample show integration with GitHub Api. The authentication is made via oAuth 2.0.

Please do not forget to insert correct GitHub Api oAuth client id and secret into /atleap-sample/src/main/res/values/settings.xml before running this sample.

#Tests

atleap-core-test

#Gradle

The releases of Android AtLeap are published in the MavenCentral. You can add dependency in the following way:

    compile 'com.blandware.android.atleap:core:+@aar'

If you would like to use snapshots, please add the following code into repositories statement:

    maven {
        url 'https://oss.sonatype.org/content/repositories/snapshots/'
    }

Changelog

See changelog.

License

Android AtLeap licensed under Apache 2.0 license.