JamesC-Algonquin / NasaDailyImage

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

ASyncTask is deprecated #6

Closed JamesC-Algonquin closed 9 months ago

JamesC-Algonquin commented 9 months ago

Not actually causing any compile/runtime issues (yet) but Google claims it's deprecated and will cause memory leaks. Should be reformatted to use Thread Executors and Handlers.

JamesC-Algonquin commented 9 months ago

All instances of AsyncTask have been reformatted and replaced with ExecutorService and Handlers.