I have some html pages which I want to display as an additional information section. Is the only way I can display them on the screen using uri.parse(“htmlpage”) and if so is there a way I can hide the url string?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its not clear whether the pages are web pages or not. If they are not web pages then you can use a webview in a layout.
and populate like this in onCreate
(Put the file into an “assets” folder at the top level of your project).
I think this should be easy to adapt for web pages.