Hey guys, when writing a recyclingview for my grid...
# android
a
Hey guys, when writing a recyclingview for my grid adapter, I overrode my
bindView
in a private class, but can't figure out how to cast my holder so that I may call the
bindView
method. Has anyone else run into trouble writing recyclerview with Kotlin?