Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 21, 2022 03:16
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 skydoves/99b823b403bb4afb74fa09dc0dc2c0f5 to your computer and use it in GitHub Desktop.
Save skydoves/99b823b403bb4afb74fa09dc0dc2c0f5 to your computer and use it in GitHub Desktop.
mainactivity_example
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