<Android | Kotlin: How to make RecyclerView itemCl...
# stackoverflow
u
Android | Kotlin: How to make RecyclerView itemClick from Firebase Cloud Firestore? I want to make my RecyclerView item clickable, and after that show in DetailsActivity. I have made my code like this to show Toast and Log, but no data is showing. Is there something wrong with my code? Or is something missing? You see, I searched a lot on Google and YouTube that should use Firestore Adapter. Is that so? If yes, I don't know how to use this Firestore Adapter. This is code for OutletAdapter.kt class OutletAdapter(private val context: Context, private val outletList:...