Posts by José Silva • 111 points
1 post
-
1
votes2
answers268
viewsA: How to make a list from a GET request in Retrofit 2?
Adds a CoverterFactory the instantiation of Retrofit, through the addConverterFactory, and in case JSON returns an Array, you can easily map it to an Arraylist.…