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

UserPrefs Recommendations? #12

Open Edorin9 opened 4 years ago

Edorin9 commented 4 years ago

Where would you recommend to put SharedPreferences if it is to be used? I'm actually thinking data.cache. Does that work?