Skip to content

Instantly share code, notes, and snippets.

@hluhovskyi
Last active September 8, 2017 15:33
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 hluhovskyi/9ebbf1a3d66e71a20c1ce044cd323b9f to your computer and use it in GitHub Desktop.
Save hluhovskyi/9ebbf1a3d66e71a20c1ce044cd323b9f to your computer and use it in GitHub Desktop.
fun <T : View> Activity.view(IdRes id: Int): ReadOnlyProperty<Activity, T>
= ViewFinderDelegate(id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment