Advance Android App Architecture Book

Hi everyone,

I am currently learning with the book “Advance Android App Architecture”.
On page 136, the book suggests to create MovieRepositoryImpl which implements the MovieRepository (from the starter file associated to chapter 12); then on page 137 the book gives explanation about the implementation of the interface’s methods.

My issue is that there are 4 methods (getSavedMovies, saveMovie, deleteMovie, searchMovies) in the “MovieRepository” in both starter and completed materials for this chapter, meanwhile the explanation on page 137 mentions additional methods (updateMovie & deleteWatchedMovies), so I am really confused now.

Can anyone help me ?

@aldominium Can you please help with this when you get a chance? Thank you - much appreciated! :]

This topic was automatically closed after 166 days. New replies are no longer allowed.