94 - Section Overview Deal with the REST
95 - Download the full project.html
95 - WeatherAppUdemy.zip
96 - Create Project and Add Dependencies
97 - Create sub packages and files
98 - Create App Background Composable
99 - Setup custom font and typography
100 - Weather APIs overview
101 - A brief introduction to RESTFul API
102 - Convert JSON to Kotlin Data class
103 - Create Weather Service API and define methods
104 - Android Architectural Layer overview
105 - Create Weather Repository
106 - Create View Model and connect the repository
107 - Create Weather UI State
108 - Bug fix Introducing Coroutine Exception Handler
109 - Current Weather Show location and date
110 - Type mismatch exception Where it came from
111 - Current Weather Section Show temperature and icon
112 - Current Weather Section Last part
113 - Show Forecast Weather List
114 - Add Play Location Service Dependency
115 - Request Runtime Permission
116 - Run app and provide location permission
117 - Importance of monitoring Network State
118 - Create Connectivity Repository
119 - Observe Connectivity StateFlow
120 - Create ViewModel Factory
121 - What is Dependency Injection
122 - Add Hilt Dependencies to our project
123 - Inject dependency to classes
124 - Create Hilt Module and finalize app