Android HTML hybrid app best database approach
I'm developer a relatively simple android app using a hybrid approach of
native android controls and a central webview.
The problem I'm having is implementation of a database. Is it better
practise to use the deprecated HTML5 database storage method (allowing use
of SQL) or is it better practise to use android native databases, and use
javascript to push and pull that data into the webview?
Any reading material would be a brilliant bonus. Thanks.
No comments:
Post a Comment