android10 / android10/Android-CleanArchitecture-Kotlin
Question : How to tidy up the different data models in each feature.
未關閉
- 主要語言
- Kotlin
- 星號
- 4.8k
- 分支
- 929
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I would like to know what is the correct way to organize the different Models that represent the same Object in the different Layer of the application.
For example in the feature "Movies" I see you put all your Data class related to Movie in the same package without hierarchy.
MovieEntity from the Api
Movie from repository
Then MovieView from the ViewModel.
Do you have any tips on how and where to handle all this models.
Thanks.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。