I've been studying on these and can see the concept of reporting using html and a webview. I would like to be able to replace the html reports as needed without reinstalling with a different html page.
I guess what I am asking is where does the files install at on the Android? I have been all over mine and can't seem to find any installation that I have done.
Ah, so if I wanted to tweak the html file that is the report, I can just put an edittext on the page that reads the html page, tweak it as needed and just have it overwrite the existing html file. Would that be the easiest thing to do?
The problem is that I have the variable set wrong because it actually prints the html code and not what it looks like in the browser. I searched but couldn't find anything. I'm thinking that I have to copy the webview contents into the printing variable somehow but......