Giter Site home page Giter Site logo

robospice-samples's Introduction

RoboSpice-samples

All samples of the RoboSpice library.

Convert samples to Ant projects

#go to the sample of your choice.
cd samples/robospice-sample-core
#1. create ant files for current project
android update project -p .
#2. use maven to copy dependencies to the libs-for-ant folder
mvn clean install -Pant
#3. move all maven dependencies to the libs folder for ant
mv libs-for-ant libs
#build the project with ant
ant clean debug install

your project is now ant-ready, the libs folder contains all needed dependencies to add robospice and extensions modules to your project.

This method works for every sample project. Once you got all the needed jar files, you can move them to your own projects.

Note : you will need to define the ANDROID_HOME environment variable to point to you android SDK home folder for maven to work.

robospice-samples's People

Contributors

stephanenicolas avatar rciovati avatar weefbellington avatar ajans avatar

Stargazers

xqq avatar

Watchers

James Cloos avatar xqq avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.