Skip to content

Instantly share code, notes, and snippets.

@xsota
Created September 25, 2016 09:01
Show Gist options
  • Save xsota/153a4317f7b753c06cd083c8e86d3187 to your computer and use it in GitHub Desktop.
Save xsota/153a4317f7b753c06cd083c8e86d3187 to your computer and use it in GitHub Desktop.
class ActivityEditMemo : AppCompatActivity() {
private val id : String by lazy {
intent.getStringExtra("id") ?: UUID.randomUUID().toString()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment