Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- mitmproxy
- callstack 출력
- enum performance
- Service 팁
- android network
- Dagger2란
- so파일 동적로딩
- Service관리
- print callstack
- APK로딩
- MediaDataSource
- RxJava Programming
- convert string to intent
- corePoolSize
- BlockingQueue Capacity
- HashMap vs ArrayMap
- ArrayMap
- 오픈소스라이선스
- Intent String 변환
- Replaygain
- java callstack
- 음량표준화
- android enum
- APK 동적로딩
- lufs
- gitignore작성법
- convert Intent to string
- RxJava 스터디
- gitignore
- 네트워크 디버깅
Archives
- Today
- Total
목록Dagger2란 (1)
일상&개발 로그
Dagger2 리서치 & 예제
Dagger2란?Dagger is a fully static, compile-time dependency injection framework for both Java and Android. "정적으로 Compile time에 의존성주입을 해주는 framework." HistoryDagger1은 Guice에서 영감을 받아 Square사 에서 만듦. Dagger2는 구글에서 Dagger1을 이어받아 만듦. AutoValue프로젝트에 영감을 받음. 17/01/16 현재 최신버전은 2.8 Dagger1과 Dagger2의 비교Dagger1의 경우 Reflection을 이용해서 Graph를 합성하기 때문에 런타임에 비효율이 발생 & 디버깅이 어려움. Dagger2는 Reflection을 전혀 사용하지 않기 때문에 ..
개발/안드로이드 개발
2017. 2. 7. 19:11