Small application for getting info about SpaceX rocket launches.
Android 6.0+
- Retrofit 2 - Library for elegant HTTP Requests.
- Koin - Simple library for dependency injection in Kotlin.
- Moshi - Library for convering a JSON string to an equivalent Java/Kotlin object.
- Kotlin Coroutines - The new way of doing concurrent tasks in a much simpler manner.
- Architecture Components - A useful set of goods for building apps faster.
- Add new content( upcoming, latest and all launches)
- Add tests
- Improve the UI
- Publish on the Play Store