In this Android tutorial, we are going to learn how to use MVVM architecture and create a simple weather App.
next video
• How To Create Weather App Using MVVM Archi...
project:
https://github.com/Hoodlab/MVVM-weath...
00:00 introduction
00:21 Weather API documentation
02:10 Dependency
2:27 Creating packages for clean MVVM architecture
4:18 Creating Api Model Class
10:32 Domain Models
17:00 Mappers
31:02 Api integration with retrofit and okhttp
35:17 Api Module: Dependency injection with Hilt
41:17 Repository
47:45 Activity Retained Module: Dependency injection with Hilt
51:25 ViewMode