• Stars
    star
    120
  • Rank 294,221 (Top 6 %)
  • Language
    HTML
  • License
    Apache License 2.0
  • Created about 13 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Trovebox mobile application for Android

Test coverage :

 cd <inside the app directory>
 android update project --path .
 android update test-project -m <full path to app directory (not just .)> -p ../test/
 cd ../test/
 ant coverage

Code Formatting :

Facebook SDK :

 Install Facebook SDK by cloning the GitHub repository! [GitHub repository: git clone git://github.com/facebook/facebook-android-sdk.git]

Fake Account Credentials for Trovebox :

 The file `FakeAccountTroveboxApi.java` is a fake implementation for the interface `IAccountTroveboxApi.java`.
 This fake implementation will return credentials to the site http://apigee.trovebox.com

Environment :

 -To make the environment working we need to **Add Support Library** in the project `ActionBarSherlock`.

These are the steps on Eclipse:

  1. Click with right button in the project ActionBarSherlock
  2. Select Android Tools
  3. Select Add Support Library
  4. Accept and Finish.

Advanced Enironment Setup instructions :

https://github.com/photo/mobile-android/wiki/Eclipse-build-environment-setup

More Repositories