Skip to content

Instantly share code, notes, and snippets.

@Shivamdhuria
Last active February 13, 2022 16:18
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 Shivamdhuria/edc06ea26b2364615750646f47445d65 to your computer and use it in GitHub Desktop.
Save Shivamdhuria/edc06ea26b2364615750646f47445d65 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)
}
override fun onDestroy(){
super.onDestroy()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment