Phonegap Android

I am new to phonegap and android, I wanted to know how to access / make the database via JavaScript. and the second thing I want to ask is how to make graphics using html, css and javascript only.

Each information is gratefully accepted.

+3
source share
1 answer

First, it’s best to post each question separately.

To answer both questions: an easy way is to use the Google API. With the Google Gears Database API, you can “permanently save user application data” locally, and with the Google Chart tools you can create graphs by simply calling the URL with the correct parameters. Both should work from any browser, including mobile.

+1
source

Source: https://habr.com/ru/post/1751207/


All Articles