Skip to content

Instantly share code, notes, and snippets.

@sembozdemir
Created November 15, 2016 12:27
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 sembozdemir/3511f2103250390305a4ef0d6e671467 to your computer and use it in GitHub Desktop.
Save sembozdemir/3511f2103250390305a4ef0d6e671467 to your computer and use it in GitHub Desktop.
TodoKotlin- MainActivity.kt
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