07/08/2024
I'm thrilled to announce that I've just published a new public GitHub repository! 🚀
https://github.com/logtoabhikr/WeatherApp-Android-Multi-Module-Clean-Architecture-Compose-Kotlin-Hilt-Flow-Retrofit-Coil-Unit-Test
https://medium.com//android-multi-module-clean-architecture-mvvm-compose-kotlin-hilt-flow-retrofit-coil-unit-test-eb2ea6a3120c
This repository features:
Kotlin Programming Language
Jetpack Compose
Multi-Module with Clean Architectre MVVM
Kotlin features - Extensions, Couroutine, Flow, DI(Hilt)
Unit Testing (ViewModel, Repo, UseCases, Mapper) using Junit4, Mockk, Mockito.
Feel free to explore, contribute, and provide feedback. Collaboration and community support are what make open-source projects thrive!
The Clean Architecture is a software design pattern that separates the business logic from the presentation layer. This makes the…