Let's learn the latest Android technologies through practical projects while listening to songs! - Name Compatibility Edition
While listening to the song, let's create an Android app that pursues Clean Architecture and uses the MVVM design pattern!
Android
Android
Kotlin
Kotlin
.jpg?w=736)
DataRepositoryModule, DataSourceModuleModule changes
Please delete the @Singleton annotation in the Data RepositoryModule and DataSourceModule modules written in the lecture because there is no need to make them singletons!
Please refer to the link below to check the changed code.
https://github.com/ParkSangSun1/Check_Percentage/blob/main/app/src/main/java/com/pss/check_percentage/di/DataSourceModule.kt
https://github.com/ParkSangSun1/Check_Percentage/blob/main/app/src/main/java/com/pss/check_percentage/di/RepositoryModule.kt
thank you :)
Comment




