python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Child recyclerView showing same items for all parent recyclerView (using Firebase Realtime Database)
Basically I want to create a parent recyclerView which shows the categories and the child recyclerView shows the books of that specific category. But the result of my code is giving me the same books ...
Soumajit Roy_33
Votes: 0
Answers: 1
nested recyclerview to open a new activity
I am new to Android developing and I am stuck and can't find solution how can I do onClick() event to open new activity for nested RecyclerView
this is MainActivity.kt
package com.example.recyclerview...
Mearko
Votes: 0
Answers: 0
auto pagination if using recyclerview inside NestedSrollView with Paging 3?
I'm using recyclerview inside nestedscrollview to scroll in the full page size but that ruined the pagination functionality because it auto loads all the pages without user scrolling.
here is my xml l...
Amin
Votes: 0
Answers: 1
I am trying to open custom chrome tab from nested recycler view but couldn't having error Calling startActivity() from outside of an Activity
Here is the code I am using to open the custom chrome tab
val builder = CustomTabsIntent.Builder()
val customTabsIntent = builder.build()
customTabsIntent.launchUrl(con...
Raunit Verma
Votes: 0
Answers: 1