Skip to content

Instantly share code, notes, and snippets.

@agnamc9
Last active April 29, 2020 16:11
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 agnamc9/fe551c12f41e7e2c11e63a447010512c to your computer and use it in GitHub Desktop.
Save agnamc9/fe551c12f41e7e2c11e63a447010512c to your computer and use it in GitHub Desktop.
private lateinit var binding: ActivityMainBinding
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
...
binding.bodyContent.helloText.text = "Hello include body text"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment