Skip to content

cloudfoundry-samples/cloudfoundry-android

Repository files navigation

#Cloud Foundry for Android™

This is an Android application that allows you to monitor and control any Cloud Foundry compatible Cloud.

##Using the Application Please make sure to read this short app documentation here, as it contains important usage guidelines.

Android app on Google Play

##Building

This project uses some third party Android 'Library' projects and as such, needs special handling. Please follow the instructions carefully :

Cloning

This project embeds ActionBarSherlock and ViewPagerIndicator as Git submodules. Be sure to use

$ git clone --recursive git@github.com:cloudfoundry-samples/cloudfoundry-android.git

or alternatively

$ git clone git@github.com:cloudfoundry-samples/cloudfoundry-android.git
$ cd cloudfoundry-android
$ git submodule init
$ git submodule update

Eclipse

You'll need to have Eclipse ADT Plugin installed. Then, do the following:

  1. Use "New > Android Project from Existing Code" and browse to ActionBarSherlock/library.
  2. Rename this project in Eclipse from library to eg. ActionBarSherlock (this is to avoid having two projects named library)
  3. Use "New > Android Project from Existing Code" and browse to ViewPagerIndicator/library.
  4. Again, rename this project to eg. ViewPagerIndicator
  5. Finally, import the actual application from the cfdroid subfolder.

About

An Android application that allows interacting with any CloudFoundry compatible cloud

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages