Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created January 20, 2022 05:22
Show Gist options
  • Save skydoves/239d9ac164c01525ced6a9fb2194d9bc to your computer and use it in GitHub Desktop.
Save skydoves/239d9ac164c01525ced6a9fb2194d9bc to your computer and use it in GitHub Desktop.
window_bind_activity
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
val binding = ActivityMainBinding.inflate(layoutInflater)
setContentView(binding.root)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment