<Android Studio Custom Adapter out of bound except...
# stackoverflow
u
Android Studio Custom Adapter out of bound exception While coding an android app in Kotlin I cam across this error:

https://i.stack.imgur.com/ElQh1.png

I am using the OpenWeatherMapApi and from the API I am trying to grab the Forecast Data. And I was able to pull the Forecast data thanks to okhttp3 and Gson but now my issue is displaying that data. I created and a new class for a custom ArrayAdapter where I try to display in my...