Hello folks, I want move the `fun onItemClicked(it...
# android
z
Hello folks, I want move the
fun onItemClicked(item: String)
to outside of the
onCreate
. How to do that? When I tried move this function to outside my lambda parameter on
RecyclerAdapter
do not received
HomeActivity::onItemClicked
reference.