android / android-ktx

A set of Kotlin extensions for Android app development.
https://android.github.io/android-ktx/core-ktx/
7.46k stars 563 forks source link

Extension method for typed getTag method #569

Open aolivafaura opened 6 years ago

aolivafaura commented 6 years ago

It would be nice to have something like

val mString = view.tag<String>()

JakeWharton commented 6 years ago

Why don't we lobby to have the framework method changed to use an unsafe type parameter cast like we did with findViewById?