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

Just for Today reading on the Home fragment has not been implemented #31

Closed lschmid83 closed 3 months ago

lschmid83 commented 3 months ago

The NA Just for Today meditation reading can be retrieved from https://www.jftna.org/jft/. I have already created the JustForTodayFragment but the code to retrieve and parse the reading has not been implmented yet. It will be similar to the Thought for the Day code and parse a HTML document.

lschmid83 commented 3 months ago

I have implemented the Just for Today reading fragment. The reading is retrieved from https://www.jftna.org/jft/ using JSoup to retrieve the HTML document and get the elements containing the reading by index.