0
I’m trying to make a grouped recyclerview but I’m having enough trouble. A while ago I saw a lib that would serve me but I don’t remember where I saw.
I made a drawing to explain my doubt better, I think.
0
I’m trying to make a grouped recyclerview but I’m having enough trouble. A while ago I saw a lib that would serve me but I don’t remember where I saw.
I made a drawing to explain my doubt better, I think.
0
Try the android-arsenal. I’ve used this library here.
Looks good, I’ll test it on my app. Thank you.
Browser other questions tagged android
You are not signed in. Login or sign up in order to post.
You can use a Cardview inside Reciclerview and have the data already grouped to inflate the items as desired
– Julio Borges