[Android Kotlin 기초] 9-1. Add a Repository

Add a Repository

Caching

Alt text

Repository

Alt text

Question 1

Which component in the Android Architecture Components is responsible for keeping the offline cache up-to-date and getting data from the network?
(Android 아키텍처 구성 요소의 어떤 구성 요소가 오프라인 캐시를 최신 상태로 유지하고 네트워크에서 데이터를 가져 오는 역할을합니까?)

정답 : 3번

Question 2

What is the best way to save structured data on the device file system for offline caching?
(오프라인 캐싱을 위해 장치 파일 시스템에 구조화 된 데이터를 저장하는 가장 좋은 방법은 무엇입니까?)

정답 : 1번

Question 3

The Transformations.map converts one LiveData into another ___.
(Transformations.map은 하나의 LiveData를 다른 __ 것 으로 변환합니다.)

정답 : 2번

Question 4

When implementing offline caching, which one of the following strategies is a good example of the concept of separation of concerns?
(오프라인 캐싱을 구현할 때 다음 전략 중 관심 사 분리 개념의 좋은 예는 무엇입니까?)

정답 : 1번