Skip to content

Instantly share code, notes, and snippets.

@sembozdemir
Created November 15, 2016 14:23
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/220643bb0a6eb00bade1756075e90da3 to your computer and use it in GitHub Desktop.
Save sembozdemir/220643bb0a6eb00bade1756075e90da3 to your computer and use it in GitHub Desktop.
TodoKotlin - MainActivity.kt (after extracting UI code)
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
MainActivityUI(TodoListAdapter()).setContentView(this)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment