안드로이드 AAC(Android Architecture Components)란?
Android Architecture Components
AAC (Android Architecture Components) 란 2017년에 발표한 8개의 라이브러리를 의미한다.
- Lifecycles (Easy handling lifecyles)
- LiveData (Lifecycle aware observable)
- ViewModel (Managing data in a lifecycle)
- Room (object Mapping for SQLite)
- Paging (Gradually loading information)
- Databinding
- Navigation
- WorkManager
Lifecycles
lifecycles 는 생명주기 모니터링을 돕는다.
크게 다음과 같이 2가지로 구성되어 있다.