Skip to content

Instantly share code, notes, and snippets.

@devrath
Created June 7, 2021 16:21
Show Gist options
  • Select an option

  • Save devrath/997086002cbd975bc3f3d6bd4a4f2e36 to your computer and use it in GitHub Desktop.

Select an option

Save devrath/997086002cbd975bc3f3d6bd4a4f2e36 to your computer and use it in GitHub Desktop.
class MainActivity : BaseActivity<ActivityMainBinding>(ActivityMainBinding::inflate) {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
binding.apply {
btnInternalStorageImgId.setOnClickListener {
openActivity(InternalStorageImagesActivity::class.java)
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment