JamesC-Algonquin / NasaDailyImage

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

Non-GUI functions should be moved out of GUI classes #12

Open JamesC-Algonquin opened 7 months ago

JamesC-Algonquin commented 7 months ago

Single responsibility principle and code readability. DB access, file access, and web queries should all be moved into proper classes with defined functions.