How to access arraylist of arraylist in adapters
问题 Hi i am making android application. I am using json parsing in my application. first of all this is my json response { "Data": { "headerText": "Revolution", "productStartingPrice": "$38.78", "sizeList": [ { "textUpper": "Revolution for (Pink)", "textLower": "$38.78", "packList": [ { "textUpper": "3 DOSES", "textLower": "$38.78", } { "textUpper": "6 DOSES", "textLower": "$71.60", } ] }, { "textUpper": "Revolution for (Blue)", "textLower": "$46.92", "packList": [ { "textUpper": "3 DOSES",