Android Repository pattern
问题 I have couple of questions about Repository pattern: If I'm using only offline database for example Room with LiveData is there any use of Repository pattern? If my app is offline right now, but will be connected to remote db in the future should I implement repository pattern or it's not going to be a problem to do it later? 回答1: To begin with, Repository pattern have nothing to do with technology or programming language. Repository pattern is useful to separate persistence concerns from