Possible Duplicate:
Using Android to submit to a Google Spreadsheet Form
I am new to Android developement and am developing an app for a book-renting website of our campus. I want to develope an activity in my Android project which allows the user to specify required details like name, adress etc. and also the name of the book he wants to rent. There is a google doc form available already for the web-version of the service. How do I populate that spreadsheet by taking in values from my app and forwading to that spreadsheet. I need a source code for it.