Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajaybhatia/funf-open-sensing-framework
Automatically exported from code.google.com/p/funf-open-sensing-framework
https://github.com/ajaybhatia/funf-open-sensing-framework
Last synced: 19 days ago
JSON representation
Automatically exported from code.google.com/p/funf-open-sensing-framework
- Host: GitHub
- URL: https://github.com/ajaybhatia/funf-open-sensing-framework
- Owner: ajaybhatia
- Created: 2015-04-25T05:21:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T05:24:10.000Z (over 9 years ago)
- Last Synced: 2024-04-15T16:26:19.706Z (9 months ago)
- Language: Java
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 58
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
= Funf - Open Sensing Framework =
== Building the project ==
The Funf project can be used as an Android library, or can be packaged as a jar file.
The typical method of using Funf is by using the Funf jar file. To build the funf jar
file, use the 'release' target of the Ant build script. (Make sure you have ant 1.8.*
or later installed.) Then, copy the jar file (bin/funf.jar) to the libs directory of your project.
The Android build scripts (Command line Ant or in Eclipse) will take care of compiling
the jar.If you think that you will be making frequent changes to the Funf library, you may
want to integrate Funf as a library project.
To use it as an Android library, add this project as a library dependency of your
Android application project. See the following links for more details.
http://developer.android.com/guide/developing/projects/projects-eclipse.html#ReferencingLibraryProject
or
http://developer.android.com/guide/developing/projects/projects-cmdline.html#ReferencingLibraryProject