Skip to content

lholmquist/aerogear-android-todo

Repository files navigation

AeroGear Android Prototype

This is a prototype application that connects to the AeroGear TODO server at http://todo-aerogear.rhcloud.com/.

Prerequisites

  • Android Maven SDK Deployer

Note that to build this project with Maven, you'll need to use the Android Maven SDK Deployer (https://github.com/mosabua/maven-android-sdk-deployer) in order to install the Google extension APIs into your local Maven repository. To do this, just do

$ cd <wherever you installed the android-sdk-deployer>
$ mvn install -P 4.1

from the maven-android-sdk-deployer root directory.

NOTE: make sure you've already installed all the relevant Android packages to your local SDK installation via the "android" tool, as described in the documentation at https://github.com/mosabua/maven-android-sdk-deployer/blob/master/README.markdown.

  • AeroGear-Android

Until we have the Android Libary set up to publish to a central Maven repo, you'll need to go get that project, and build it with "mvn install" in order to put the library jar into your local Maven repository.

Building

After the above, running "mvn install" from the root directory of this project should successfully build everything, run the tests, and generate you a shiny new APK all set to install on your phone.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages