NASA App is a demo application for Juno Android Developer Recruitment developed and designed using Nasa's Astronomy Picture of the Day.
Download APK
https://api.nasa.gov/
planetary/apod
1st Hit (When App Launches):
api_key = DEMO_KEY
2nd Hit (When User Select the date):
api_key = DEMO_KEY & date = YYYY-MM-DD
For Video Check, Select Date - 2020-06-16
For Image Check, Select Date - 2020-06-25
- Written in Kotlin
- Video Playing With PierfrancescoSoffritti/android-youtube-player
- Styled with Material Components for Android
- Networking with OkHttp + Retrofit
- Image loading with Glide
- Local database persistence with Room
- Dependency Injection with Hilt
- Leak Detection with LeakCanary
- Android Studio