JamesC-Algonquin / NasaDailyImage

Android Application that displays images from NASA's APOD Gallery
0 stars 0 forks source link

Duplicate Image Saving #4

Closed JamesC-Algonquin closed 7 months ago

JamesC-Algonquin commented 11 months ago

Saving an image multiple times create multiple instances of the image object, but the image itself is only saved once. Deleting one of the objects from the list removes the image, leaving the second remaining list object without an image.

JamesC-Algonquin commented 11 months ago

Saving an image should check for existing instances of same date, preventing duplicate objects.