Skip to content

Instantly share code, notes, and snippets.

@alokomkar
Created December 5, 2022 10:38
Show Gist options
  • Save alokomkar/875c424a944d735fd9c7d9731cc5b999 to your computer and use it in GitHub Desktop.
Save alokomkar/875c424a944d735fd9c7d9731cc5b999 to your computer and use it in GitHub Desktop.
HomeViewModel Bound Service Variable
import androidx.lifecycle.ViewModel
class HomeViewModel: ViewModel() {
var isAudioServiceBound = false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment