I have a SQLite DB(say, Employees is the DB name) cretaed by my android application. I also have a webview in my application. Is it possible i can access the DB Employees data inside the webview using the javascripts.
Please suggest me a sample where I can proceed to.