Skip to content

Instantly share code, notes, and snippets.

@januprasad
Last active February 17, 2020 15:05
Show Gist options
  • Save januprasad/22e7e128bc0844f981a5a76b9e5b5d98 to your computer and use it in GitHub Desktop.
Save januprasad/22e7e128bc0844f981a5a76b9e5b5d98 to your computer and use it in GitHub Desktop.
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment