Git Product home page Git Product logo

aerogear-android's Introduction

aerogear-android Build Status

AeroGear's Android libraries are built as jar, apklib and aar (as experimental) using Maven and the android-maven-plugin. The project follows the standard Android project layout so sources will be in /src instead of /src/main/java and can be imported directly into IDE as an Android project.

Build

Please take a look of the step by step on our website

Usage

Referencing a library project

Download apklib from Maven central and follow the Google Android document

Maven

<dependency>
  <groupId>org.jboss.aerogear</groupId>
  <artifactId>aerogear-android</artifactId>
  <version>1.3.1</version>
  <scope>provided</scope>
  <type>jar</type>
</dependency>

<dependency>
  <groupId>org.jboss.aerogear</groupId>
  <artifactId>aerogear-android</artifactId>
  <version>1.3.1</version>
  <type>apklib</type>
</dependency>

Gradle (as experimental)

dependencies {
  compile 'org.jboss.aerogear:aerogear-android:1.3.1@aar'
}

Demo and Documentation

Take a look in our example apps and docs about our features

Feature / Doc Example
Pipe Cookbook
Store Cookbook
Authentication Cookbook

If you are having troubles feel free to contact us via IRC #aerogear or our mailing list [email protected].

aerogear-android's People

Contributors

balunasj avatar cvasilak avatar danielpassos avatar gdaniels avatar lholmquist avatar matzew avatar mstruk avatar mtaylor avatar qmx avatar secondsun avatar slintes avatar tadeaskriz avatar tolis-e avatar tomlux avatar vibe13 avatar yavuzsel avatar

Watchers

 avatar  avatar  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.