android-ktx icon indicating copy to clipboard operation
android-ktx copied to clipboard

Extension method for typed getTag method

Open aolivafaura opened this issue 7 years ago • 1 comments

It would be nice to have something like

val mString = view.tag<String>()

aolivafaura avatar Jun 07 '18 22:06 aolivafaura

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

JakeWharton avatar Jun 08 '18 03:06 JakeWharton