InterviewSolution
Saved Bookmarks
| 1. |
What is WorkManager? How it is useful in the application? |
|
Answer» By USING LiveData, we can Observe activity lifecycle METHOD, so livedata will not trigger the change method if view is destroyed. There are many advantages of LiveData
|
|