Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.blandware.android.atleap:core

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.blandware.android.atleap:core

Android accelerator (incl. SQLite and ORMLite ContentProvider)

  • 0.4
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

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.

FAQs

Package last updated on 01 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc