Component - LiveData basics
This UI component shows how LiveData works in Android using Kotlin. LiveData holds data that the UI watches. When the data changes, the UI updates automatically. This helps keep the app in sync with data changes without manual refresh.