google-developer-training / android-kotlin-fundamentals-starter-apps

android-kotlin-fundamentals-starter-apps
Other
1.1k stars 3.32k forks source link

Why repository isn't suggested as a singleton? #1

Closed sgserg closed 9 months ago

sgserg commented 5 years ago

In the Repository lesson (9.1) a repo is set up step by step, hiding DB-cached network resources.

How come it is not suggested to ever create just one of those?

Neither does it protect itself against concurrent multiple cache refreshes (by multiple repo instances). It's a blunt Dao.insertAll at the end of a refresh.

hatchermarie2 commented 4 years ago

Dao.insertall/python