I am trying to send a list of objects obtained from an API (back4app). So far I can retrieve them in a string, but didnt manage to send that object to an array "Articles". The documentation show you how to do it with an array of string, but this is not my case.
My read function, in MainActivity:
My Adapter class:
The array is like this: List dataArticles = new ArrayList<>();
Cant find the solution to this problem, any idea?