Skip to content
Advertisement

Retrofit2, Android, @Get Parsing for the Array of Array

I am parsing the title correctly and displaying it in a listview. I cant seem to access the

JavaScript

seen below. Here are the two objects, sample response and my call.

response pojo:

JavaScript

first object

JavaScript

second object

JavaScript

response:

JavaScript

I am getting the title just by passing ‘result’ into the adapter and using

result[i].getTitle();

I tried using result[i].Details[0].findMe;

but my error response is:

JavaScript

Advertisement

Answer

JavaScript

Then

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement