mrsegev / MovieNight

MovieNight is a sample Android application that uses the clean architecture approach and is written in Kotlin.
772 stars 144 forks source link

Question: data module > DetailsData & MovieData #11

Open Edorin9 opened 4 years ago

Edorin9 commented 4 years ago

What's the difference of DetailsData & MovieData. I know MovieData is used in room as it was annotated, but would there be a difference if you just used MovieData?