SpaceXCountdown [ 🚧 Work in progress 👷⛏👷🔧️👷🔧 🚧 ] SpaceX upcoming launch countdown using SpaceX-API Tech-stack Following a clean architecture design based on android/architecture-samples. Some reference are also taken from google/iosched. Tech-stack Kotlin + Coroutines - perform background operations Hilt - dependency injection Retrofit - networking Jetpack LiveData - notify views about database change Lifecycle - perform an action when lifecycle state changes ViewModel - store and manage UI-related data in a lifecycle conscious way Architecture Clean Architecture MVVM Tests Unit Tests (JUnit)