JOHN JOHNNNY

JOHN JOHNNNY

  • NA
  • 190
  • 134k

Android/Java - display and Navigating from one html page to

Oct 5 2016 9:36 AM
I am developing a daily devotional that has different devotion for each day. Instead of hard coding it i.e <br />copy pasting for each day in the code, i want to store everything in html files in my project folder <br />and refference it to appear in the webview. I already have list of html files in my assets folder which <br />i will like to read in my webview locally and more like:<br /><br />1. How to navigate from one html page to another in a single webview locally<br />2. I will like to to develop the app in a way that each message(html file) of the day will <br />be shown to the user automatically after the splash screen, without the user having <br />to navigate to the message of the day for example<br /> <br />If the message (html file) of 10/30/2015 (God is love) , 10/30/2015 (Faith works miracles), <br />etc it should be shown to the user immediately after the splash screen for each day<br />3. How to add zoom control to webview<br /><br />Kindly help

Answers (1)