This repository has been archived by the owner on Jan 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 545
Contribute to RoboSpice
rciovati edited this page Jan 21, 2013
·
3 revisions
We welcome new contributions to RoboSpice. Here a re some information you may need to contribute to RoboSpice :
RoboSpice uses submodules (for samples for instance), so you need to checkout the code using :
git clone --recursive https://github.com/octo-online/robospice
- Install Android SDK and set the
ANDROID_HOME
environment variable to the Android SDK path. -
mvn clean install
for building the library and running all tests (you need also an emulator/phisical device) -
mvn clean install -DskipTests=true
for building without running tests.
Follow the usual workflow of GitHub : fork and pull requests, comment your code, add tests.
It's always better to discuss your ideas before implementing them. Use our Google Group for this.
Here are some non-exhaustive suggestions :
- provide new samples for RoboSpice. We are pretty open to adding samples that demonstrate a special combination of features (for instance using xml with the Spring Android module).
- add new techs : We currently support a few extensions for RoboSpice and we are open to add others like Jersey client, cloud endpoints, etc..
- make the code better : adding tests, refactoring, commenting, etc.
- propose new ideas !