Using SQLite in android based devices
Can we access SQLite DB from javascript(for offline use) in android based devices? I read here http://williamsportwebdeveloper.com/cgi/wp/?p=809 that we can access it in apple's devices. [Or is the DB part of all HTML5 supporting 开发者_开发知识库browsers irrespective of the devices/OS?]
Are you talking about offline support within the apps? If yes, then here is a good tutorial
http://www.vogella.de/articles/AndroidSQLite/article.html
If not, please expand your question.
I know this is an old question, but I hate to see something go unanswered. You should find examples of using HTML5 offline caching via JavaScript here:
http://williamsportwebdeveloper.com/cgi/wp/?p=809
精彩评论