Skip to content

Instantly share code, notes, and snippets.

@sembozdemir
Created November 15, 2016 14:23
Show Gist options
  • Select an option

  • Save sembozdemir/220643bb0a6eb00bade1756075e90da3 to your computer and use it in GitHub Desktop.

Select an option

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