1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2025-07-04 02:12:01 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Ammar Githam
29d2b894d8 Interchange UserService and UserRepository names. Check description.
As per the sample provided at https://github.com/android/architecture-components-samples/tree/main/GithubBrowserSample, the Retrofit interfaces should be named Services and the classes using the services are Repositories.

Once all are properly named, we can move the db repositories inside the repositories package.
2021-06-09 08:40:13 +09:00