https://github.com/el-mancy/asteroids-nasa-api-server
Asteroid Radar is an app to view the asteroids detected by NASA that pass near Earth, you can view all the detected asteroids given a period of time with data such as the size, velocity, distance to earth and if they are potentially hazardous. In this project, you will apply the skills such as fetching data from the internet, saving data to a database, and display the data in a clear, compelling UI
https://github.com/el-mancy/asteroids-nasa-api-server
android kotlin offlinecache recylerview retrofit room-database
Last synced: about 2 months ago
JSON representation
Asteroid Radar is an app to view the asteroids detected by NASA that pass near Earth, you can view all the detected asteroids given a period of time with data such as the size, velocity, distance to earth and if they are potentially hazardous. In this project, you will apply the skills such as fetching data from the internet, saving data to a database, and display the data in a clear, compelling UI
- Host: GitHub
- URL: https://github.com/el-mancy/asteroids-nasa-api-server
- Owner: EL-MANCY
- Created: 2022-07-31T01:36:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T01:39:08.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T08:29:11.165Z (over 1 year ago)
- Topics: android, kotlin, offlinecache, recylerview, retrofit, room-database
- Language: Kotlin
- Homepage:
- Size: 2.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purpose of this Folder
This folder should contain the scaffolded project files to get a student started on their project. This repo will be added to the Classroom for students to use, so please do not have any solutions in this folder.
## Note: Android Kotlin Gradle Update
Use the updated Gradle version in the `~/gradle/wrapper/gradle-wrapper.properties` file:
```
distributionUrl = https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
```