Skip to content

Instantly share code, notes, and snippets.

@shorthouse
Last active January 31, 2025 21:22
Show Gist options
  • Save shorthouse/fc52096d35fcaea24eb69facc8d64aa5 to your computer and use it in GitHub Desktop.
Save shorthouse/fc52096d35fcaea24eb69facc8d64aa5 to your computer and use it in GitHub Desktop.
class MovieViewModel(private val movieDao: MovieDao): ViewModel() {
private val _movieName = MutableStateFlow(TextFieldValue(""))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment