android-ktx
android-ktx copied to clipboard
Extension method for typed getTag method
It would be nice to have something like
val mString = view.tag<String>()
Why don't we lobby to have the framework method changed to use an unsafe type parameter cast like we did with findViewById?