Skip to content

Instantly share code, notes, and snippets.

@realpacific
Last active January 2, 2019 08:05
Show Gist options
  • Save realpacific/da3ae60fbae22a906974746128068b9c to your computer and use it in GitHub Desktop.
Save realpacific/da3ae60fbae22a906974746128068b9c to your computer and use it in GitHub Desktop.
//...
//Extend NetworkSensingBaseActivity class to override default behaviour of this activity
class MainActivity : NetworkSensingBaseActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
//...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment