This project aims to capture images from an Android device and send them on a remote server.
It's primarily a how-to about using the PhoneGap API with a Rails 3 backend.
You can find the Rails 3 backend project here
In this proof of concept, we used two features provided by the API
- Capture : provides access to the audio, image, and video capture capabilities of the device
- FileTransfer: allows to upload files to a server
- Capture images within the app
- Preview images (no edition)
- Send images to a remote server
- PhoneGap (1.2.0)
- JQuery-mobile (1.0)
- Android SDK
- Eclipse with ADT Plugin