I have HTML page, CSS, JAVA and images all stored in my SQLite database.
I can load HTML from string into WebView but I can't figure out how to add resources like CSS or Java script to that page dynamically. Is there any preferred way other than saving files to file system?