Small application for getting the weather forecast in simple way.
You will need a device with Android 5.1+ to run this application.
- 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.
- Remove the useless stuff from app (libs, icons, layout files etc.)
- Add tests
- Improve the UI
- Publish on the Play Store
- Add more TODOs 😉