Simple app that shows weather forecast.
Download apk
Architecture
Used MVI architecture called TEA (the Elm Architecture). It's simple MVI realization based on state machine behavior
Network
Used Retrofit + KotlinX Serialization
DI
Used self-written components, as TEA suppose you to create components on short way and side frameworks are not needed
Navigation
Based on Cicerone idea but minified
RecyclerView
Used RecyclerView-Driven-UI with custom DelegateAdapters

