디자인 패턴, repository패턴과 dagger2, Clean Architecture Guide
https://www.inflearn.com/course/Design-pattern-java#description
디자인 패턴 with JAVA (GoF) - 인프런
자바 기본서를 막 끝낸 분이거나 자바 초보자라면 이 강좌를 통해 디자인패턴을 익히고 자바를 이용한 프로그래밍시 좀 더 효율적인 코드로 프로그래밍을 할 수 있을 것으로 예상합니다. 중급 활용 웹 개발 모바일 앱 게임 개발 알고리즘 프로그래밍 언어 Java MVC 온라인 강의
www.inflearn.com
https://android.jlelse.eu/7-steps-to-implement-dagger-2-in-android-dabc16715a3a
7 steps to implement Dagger 2 in Android
So I finally got a chance to explore the new Dagger 2 in a project recently. And while there are a lot of resources online about what is…
android.jlelse.eu
리포지토리 패턴과 데거2
https://proandroiddev.com/clean-architecture-data-flow-dependency-rule-615ffdd79e29
Clean Architecture Guide (with tested examples): Data Flow != Dependency Rule
Hello everyone! 👋 In this story I want to explain Clean Architecture (with tested examples) & talk about the most common mistake when…
proandroiddev.com
클린아키텍처 가이드