views:

100

answers:

2
+3  Q: 

PhoneGap Android

hi, I am new to phonegap and android , i wanted to know how to access/make database through javascript. and the second thing i want to ask is how to make Graphs just using html, css and javascript.

Every information is thankfully accepted.

+1  A: 

First off, it is best to post each question separately.

To answer both your questions: the easy way is to use Google API's. With the Database API of Google Gears, you can "persistently store an application user's data" locally, and with the Google Chart Tools you can create graphs by simpy calling a URL with the right parameters. Both should work from any browser, including mobile.

László van den Hoek
@László van den Hoek : thnks for the information and suggestion.can i use localStorage() and sessionStorage() for DATABASE using android.
VIVEK MISHRA
A: 

how to use HTML5 database

http://building-iphone-apps.labs.oreilly.com/ch05.html#ch05_id35933084

Aaron Saunders