I have a question I'm trying to parse JSON respons...
# android
k
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
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
Can you send a screenshot of how you're currently parsing it?