Skip to content
#

androidjava

Here are 15 public repositories matching this topic...

LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. Instead of viewmodel..observe and setting the value to view we can directly use in XML @{vm.obj}

  • Updated Jun 3, 2021
  • Java

Improve this page

Add a description, image, and links to the androidjava topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the androidjava topic, visit your repo's landing page and select "manage topics."

Learn more