I use BibleGateway.com to add some code to html in my website to provide a bible verse that changes each day. I display this in app by getting the innerText of the html and showing it in a TextView. I would like to allow local notifications to be fired at a time set by the user. Is it possible to fire the notification and have the content of the notification be whatever the current verse is?
Basically local notification would get the text from the HTML and then display that?
If it is or even if it isn't, is there a way to have the action of opening the local notification cause the app to open to the specific tab in the tab bar controller where the verse is displayed?
Basically local notification would get the text from the HTML and then display that?
If it is or even if it isn't, is there a way to have the action of opening the local notification cause the app to open to the specific tab in the tab bar controller where the verse is displayed?
Last edited: