SWAPI-Android-SDK icon indicating copy to clipboard operation
SWAPI-Android-SDK copied to clipboard

PlanetList cannot be resolved.

Open MrCorporate opened this issue 10 years ago • 1 comments

I put the example code you have up as your documentation into my project (I cloned your SDK to my desktop and then copy and pasted the files into the appropriate packages within my project) and it says that PlanetList cannot be resolved. What am I missing?

MrCorporate avatar Jul 22 '15 21:07 MrCorporate

Instead of Callback<PlanetList> use Callback<SWModelList<Planet>>and change the success PlanetList to SWModelList

radley avatar May 16 '19 00:05 radley