• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. kvs_teja

    How to parse Json response which contain nested Json array

    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???? Here is...