Questions tagged [nestedrecyclerview]

android: horizontal linear recycler view nested within a vertical recycler view

android: horizontal linear recycler view nested within a vertical recycler view

198 questions
-1
votes
2 answers

RecyclerView in a RecyclerView item

I know it's a bad idea, but I'm using a RecyclerView inside another RecyclerView's item to display a list of items containing a list. I managed to get it work and tweaked it as far as I could, but I still get those green spikes when lists with a…
rexxar
  • 1,671
  • 1
  • 21
  • 27
-2
votes
1 answer

Issues in Implementing Nested RecyclerView Dynamically Based on JSON Data in Android

I'am creating a conference application for which i get the conference event details as JSON.iam using retrofit for network calling. based on the JSON data,iam populating my recyclerview accordingly.basically it is a horizontal recyclerview inside a…
-5
votes
1 answer

How to create nested recycler view in android?

Hello! I want to use same listview or gridview or nested recyclerview but I do not know how to implement this. please help me
Mina
  • 1
1 2 3
13
14