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

Improve exception handling of daily image #26

Closed lschmid83 closed 3 months ago

lschmid83 commented 3 months ago

If the daily image doesn't exist or there is an error loading currently no image is displayed. This needs to be improved to display a default image.

lschmid83 commented 3 months ago

I have implemented the Picasso library onError() callback function to display a default image if there is an error loading the random image from the assets folder.