JamesC-Algonquin / NasaDailyImage

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

Slideshow Re-Implementation #5

Closed JamesC-Algonquin closed 8 months ago

JamesC-Algonquin commented 11 months ago

Current slideshow implementation is problematic/not optimal. Also does not work if slideshow activity is closed while running. Slideshow implementation should be completely redesigned in a more stable and modular fashion.

JamesC-Algonquin commented 8 months ago

Slideshow is re-implemented using ExecutorService and Handlers instead of ASyncTask. No longer ceases function on activity change.