jguerinet / MyMartlet

Android version of the unofficial McGill app MyMartlet.
Apache License 2.0
10 stars 3 forks source link

Repository Pattern + Related Thoughts #114

Open jguerinet opened 5 years ago

jguerinet commented 5 years ago

I'm in the middle of reworking the Courses section to follow MVVM and I'm trying to introduce the Repository pattern to handle network refreshes etc. You can see my work on this branch, specifically CoursesViewModel, CourseRepository, and CoursesActivity. A couple of things that I'm still working out:

You can find relevant sections for these three points as TODOs, 2 within CoursesActivity, and 1 within CourseRepository. Any thoughts on any of these three points would be appreciated!