안드로이드4 .aar 라이브러리 생성 1. 안드로이드 스튜디오에서 라이브러리 모듈 생성 2. 모듈레벨 build.gradle에서 applicationId 삭제. 3. plugins { id("com.android.library") } 확인. 4. Sync Project with Gradle Files 5. Build output에 .aar 라이브러리 생성됨. 참조 - 2021. 11. 24. D.I (feat Hilt) 기본 2 - Scope D.I (feat Hilt) 기본 - 1 D.I (feat Hilt) 기본 - 1 Dependency Injection Dagger -> Hilt 구성요소 annotation @Inject @Component @Subcomponent @Module @Binds @Scope class RegistrationActivity : AppCompatActivity() { lateinit var registrationViewModel:.. pleaseonlydigonce.tistory.com 기본 -1 에서 기본적인 의존성 주입의 과정을 진행했다. 하지만 해당 과정을 통해서는 문제가 되는점이있는데 Dagger를 통해 주입되는 항목이 전부 새로 생성되어서 주입된다는점이다. @Component(modules = [St.. 2021. 11. 12. D.I (feat Hilt) 기본 - 1 Dependency Injection Dagger -> Hilt 구성요소 annotation @Inject @Component @Subcomponent @Module @Binds @Scope 필요한 프로젝트 git clone https://github.com/googlecodelabs/android-dagger 위의 깃 프로젝트를 다운받아서 사용한다. class RegistrationActivity : AppCompatActivity() { lateinit var registrationViewModel: RegistrationViewModel override fun onCreate(savedInstanceState: Bundle?) { ... registrationViewModel = Registrati.. 2021. 11. 10. 안드로이드 모바일 - 웨어러블 데이터 전송 ㅇ 2021. 11. 10. 이전 1 다음