Coder Social home page Coder Social logo

500px-viewer's Introduction

This solution is based on AtLeap. AtLeap is based on RoboSpice RoboSpice is based on Retrofit, ORMLite, etc

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.

500px-viewer's People

Contributors

alex-schwartzman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.