Shows the images of Astronomy Picture of the Day (APOD) from NASA
This project presents a user with a set of images downloaded from NASA public API. The user will be able to scroll through images and use a swipe to refersh pull from the top pf the screen to reload a new set of images from NASA.
-
Tech-stack
- [Java]
- RxJava - Perform background operation
- Retrofit - Networking
- Jetpack
- Pull/Swipe-to-Refresh - The swipe-to-refresh design pattern, which allows users to trigger an update with a vertical swipe
-
Architecture
- Clean Architecture
- MVVM
- Android Architecture components