bosankus / Asteroid-Radar

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Kotlin 100.0%