UPDATE: I rebuilt everything from scratch and somehow it was fixed. I am not sure exactly how, but I believe the issue had something to do with the proxy and decoding the response to UTF-8, which sounds ridiculously simple.
Hi everyone,
I am building an app in which I am trying to create a functionality where users can search for a location and select it. I am calling Google's Places API and I am trying to populate a listView from the API's response, which is a List<String>. The API test call is working as expected but the results fail to appear in the listView when I run the app in Test Mode. I successfully tested the listView with an identical pathing with the response from the Star Wars API as a test and it works.
In short, the Places API is successfully being called both in a test call and in the Test Mode but the response fails to be listed in the listView. I believe it has nothing to do with the JSON paths since the same worked with the SWAPI (Star Wars API.)
Thank you in advance, any help would be greatly appreciated ๐
Possibly helpful Screenshots (I have moved the query to the listView instead of an onChange action of the textField for debugging):