Skip to content

Instantly share code, notes, and snippets.

@ayushmaniac
Created August 15, 2020 06:58
Show Gist options
  • Save ayushmaniac/bc221440e0a0a90ffeb4cb89b9078897 to your computer and use it in GitHub Desktop.
Save ayushmaniac/bc221440e0a0a90ffeb4cb89b9078897 to your computer and use it in GitHub Desktop.
class MainActivity : BaseActivity(){
override fun provideLayoutId(): Int = R.layout.activity_main
override fun setupView(savedInstanceState: Bundle?) {
//do operations with views like this.
//btnSubmit.setOnClickListener{
// Log.d("TAG", "CLICKED")
//}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment