#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.
##Building
This project uses some third party Android 'Library' projects and as such, needs special handling. Please follow the instructions carefully :
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
You'll need to have Eclipse ADT Plugin installed. Then, do the following:
- Use "New > Android Project from Existing Code" and browse to
ActionBarSherlock/library. - Rename this project in Eclipse from
libraryto eg.ActionBarSherlock(this is to avoid having two projects namedlibrary) - Use "New > Android Project from Existing Code" and browse to
ViewPagerIndicator/library. - Again, rename this project to eg.
ViewPagerIndicator - Finally, import the actual application from the
cfdroidsubfolder.
