앱 아키텍처

앱 아키텍처 설계는 앱을 강력하고 테스트 및 유지관리가 가능하도록 하는 데 중요한 고려사항입니다. Android는 권장사항에 따라 앱을 구성하는 데 도움이 되는 라이브러리와 구성요소 세트를 제공합니다.

가이드

최신 뉴스 및 동영상

Updated 2025년 3월 13일

You can test a ViewModel by simply creating an instance using its constructor in your test code. However, this approach has limitations — there is no straightforward way to: With ViewModelScenario, these are now easy to test, helping you catch errors

Updated 2024년 9월 3일

In Android 14 we introduced user-initiated data transfer jobs, or UIDT. You can use the new API setUserInitiated in JobScheduler to specify that the job is a user-initiated data transfer job. This API is helpful for use cases that require