Android app displaying a list of SpaceX rockets.
- Android SDK
- Kotlin
- Jetpack Compose
- Coroutines
- ViewModels
- MVVM and Repository Pattern
- Dependency Injection using Dagger Hilt
- Unit tests
- Retrofit
- Coil image loading library
- Android Remote Debugger
- Timber
- Clone the repository
- From Android Studio:
- Open project from the folder you cloned it into.
- From the menu select Run and then Run 'App'.
- From the command line:
- MacOs/Linux:
./gradlew installDebug
- Windows:
gradlew installDebug
- MacOs/Linux: