NASA Pictures is an Android app that displays photos and additional information of some of the pictures taken by data, parsed from a json file.
- Kotlin
- Material components
- ViewModel
- Coroutines
- Flow
- Hilt
- Moshi
- Glide
- ViewBinding
- DataBinding
- Truth
- JUnit4
- Espresso
- Fully written in Kotlin
- Dark theme support
- Config changes handled
- Compund view group used instead of fragments
- Has extensive unit tests and integration tests
- Proguard enabled
- Github actions configured to run tests on every commit