I have an application I'd like to develop using Bootstrap as my user interface with SQLite as my database back-end and Android users as the initial target. I have read lots of posts around Webview, HTTPUTil2 library and the HTTP Server.
Questions: What would you suggest as the best way to design this application using what views and libraries? With Bootstrap as my user interface the application that uses a series of forms and graphs provided through the HTML, CSS, JavaScript then does:
- Webview provide all that I need to pass data from the forms to the database?
- Will Webview allow me to read the data back to the HTML front-end to create graphs on some of the forms?
- Is the HTTP server examples I've looked at needed so the HTTP server exist on the device that I am installing that finished application on?
Looking for guidance as I am still a new to this platform and finally have an application I want to build using it.