This app fetches data from NASA API NeoWs (https://api.nasa.gov/) to fetch close approach asteroids and shows details in a list.
Retrofit library to download the data from the Internet.
Moshi to convert the JSON data we are downloading to usable data in the form of custom classes.
Glide library to download and cache images.
Below Jetpack Components were used:
ViewModel
Room
LiveData
Data Binding
Navigation