yolapop/MyMovieDatabase

Solve re-orientation problem, where data flows after Activity/Fragment is destroyed

Opened this issue · 0 comments

  • Probably using LiveData
  • Also maybe need to implement a Repository pattern instead of DAO (reference)

Useful blog posts:

  1. The Evolution of the Repository Pattern - Be Aware of Over Abstraction

So after reading the above resources, I will create a "Repository" pattern only for hiding implementation detail and not over-abstract-ing DAO pattern. If you have different thoughts please comment below.