Skip to content

Instantly share code, notes, and snippets.

@mibrahimdev
Created May 29, 2018 18:05
Show Gist options
  • Save mibrahimdev/fe49f4811065716daa92ae5715620a5e to your computer and use it in GitHub Desktop.
Save mibrahimdev/fe49f4811065716daa92ae5715620a5e to your computer and use it in GitHub Desktop.
mLiveDataTimerViewModel.getElapsedTime().observe(this, new Observer<Long>() {
@Overridepublic void onChanged(@Nullable Long aLong) {
//update UI
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment