Closed cheewr85 closed 2 years ago
[9.1 Homework] Question 1
Question 2
Room
Question 3
LiveData
Question 4
Create separate classes to represent the network, domain, and database objects
[9.2 Homework] Question 1
OneTimeWorkRequest and PeriodicWorkRequest
OneTimeWorkRequest
PeriodicWorkRequest
WorkRequest
Only JobScheduler
JobScheduler
BroadcastReceiver
AlarmManager
setConstraints()
[9.1 Homework] Question 1
Question 2
Room
Room
이 나음 나머지 요소들은 간단한 값들이 직접 File을 다뤄야 하는 경우이고 구조화된 데이터나 복잡한 데이터에는 적절치 않음Question 3
LiveData
LiveData
로 변환해서 레이어에 맞게 활용함Question 4
Create separate classes to represent the network, domain, and database objects
[9.2 Homework] Question 1
OneTimeWorkRequest
andPeriodicWorkRequest
WorkRequest
클래스의 구체적인 구현은 두 가지임, 두 가지의 차이는 한 번만 Work를 하는 것인지 주기적으로 work를 하는것인지의 구별이고 쓰임새에 맞게 구현을 해줘야함Question 2
Only
JobScheduler
BroadcastReceiver
와AlarmManager
를 씀Question 3
setConstraints()