Skip to content

Instantly share code, notes, and snippets.

@mayowa-egbewunmi
Created September 4, 2019 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayowa-egbewunmi/95eea65c89ac50875e15ecd822151cd9 to your computer and use it in GitHub Desktop.
Save mayowa-egbewunmi/95eea65c89ac50875e15ecd822151cd9 to your computer and use it in GitHub Desktop.
class LocationViewModel(application: Application) : AndroidViewModel(application) {
private val locationData = LocationLiveData(application)
fun getLocationData() = locationData
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment