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
43 stars 0 forks source link

Thought for the Day on the Home fragment does not work #24

Closed lschmid83 closed 4 months ago

lschmid83 commented 4 months ago

I have already implemented the code to retrieve the thought, meditation and prayer of the day from the https://www.hazeldenbettyford.org/thought-for-the-day website. It appears they have redesigned this website and the web scrapers no long work. The code needs to be fixed and can be found under ui/home/thought_for_the_day/ThoughtForTheDayFragment.java

lschmid83 commented 4 months ago

The URL for the API method and JSON data variable names had changed. I have updated the code and it is working correctly again and displaying the correct information.