Приложение Asteroid Locator позволяет находять астероиды рядом с землей. Для этого используется сервис [NASA_API] https://api.nasa.gov/index.html.
The Asteroid Locator application allows you to find asteroids near the earth. The [NASA_API] service is used for this https://api.nasa.gov/index.html .
-
Поиск астероидов по дате и загрузка избранных в локальное хранилище. (Реализовано)
-
Построение графика астероидов. (В разработке)
-
Search for asteroids by date and upload favorites to local storage. (Implemented)
-
Plotting asteroids. (In development)
- Kotlin + Coroutines +Flow
- Clean Architecture + MVVM
- Multimodule
- Navigation Component
- Dagger 2
- Retrofit, Room, SharedPreferences
- Animation, CustomView
- Unit testing