https://kotlinlang.org logo
#android
Title
# android
k

kvs

11/03/2020, 6:54 AM
I have a question I'm trying to parse JSON response from API and storing the data to DATA CLASS and sending the data to recycler adapter as ArrayList. The Json Array has another Array of objects inside, and i'm not able to find a way to properly parse that json response. Any help????
s

sanket

11/03/2020, 7:00 AM
You have to change your recycler view. You are finding restaurant name to every View of the recycle view..... try using nested recycler views....
g

Godwin Nii Addy

11/03/2020, 7:45 AM
Can you send a screenshot of how you're currently parsing it?
8 Views