Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 474 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 474 Bytes

Asteroid Radar App:

This app fetches data from NASA API NeoWs (https://api.nasa.gov/) to fetch close approach asteroids and shows details in a list.

Following were useed

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