Android
-
Google AEP 2018 스터디 / Dagger2의 장/단점 토의책, 강연, 스터디 2018. 2. 25. 14:11
Google AEP 2018 스터디 스터디 주제 : Dagger2의 장/단점 토의일시 : 2018년 2월 25일 Dagger2의 장점으로 공식 웹사이트에 기술되어 있는 내용 밝췌Dagger is a replacement for these FactoryFactory classes that implements the dependency injection design pattern without the burden of writing the boilerplate. It allows you to focus on the interesting classes. Declare dependencies, specify how to satisfy them, and ship your app.출처 : https://google..
-
Android MediaSync ExampleDevelopment 2018. 2. 19. 20:30
Android MediaSync Example https://github.com/skysign/MediaSyncExample MediaSync ExampleThis project is an example of Android MediaSync. As of now (2018/Feb/19), there is no offical example regarding MediaSync class, yet. Especially, it is described to understand how to use it with MediaCodec.MediaSync Example 안드로이드 MediaSync 클래스의 사용 방법을 설명한 예졔입니다. 현재 (기준일 2018년 2월 19일), 아직 공식 예제가 없습니다. 특히, Media..