lschmid83 / 12-Step-Recovery-Guide

This is an Android app written in Java and Android Studio. It provides 12-Step reading materials, daily quotes, meditations, motivational images, a meeting map and speaker tapes.
https://www.citexsoftware.co.uk/recovery-meeting-finder
44 stars 0 forks source link

Application splash screen website link doesn't open browser #29

Closed lschmid83 closed 3 months ago

lschmid83 commented 3 months ago

On the application splash screen clicking on the www.recoverymeetingfinder.com TextView does nothing. It would be an imrovement if this was a link which opened the website.

lschmid83 commented 3 months ago

I have added an onClick() listener to the text_splash_website TextView which starts a new Intent which opens the website link in a browser. If the link is clicked the killProcess() function closes the application so that it doesn't appear over the new browser window.