https://kotlinlang.org logo
Title
u

user

07/14/2022, 5:31 AM
kotlin arrayadapter Error none of the following functions can be called with the arguments supplied I have a ListView and I am trying to use an array to fill in the list view. But I am getting the following error: None of the following functions can be called with the arguments supplied. I have tried some alternatives, but they didn't work. Does someone have any suggestions? This is my code import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.ArrayAdapter import androidx.fragment.app.Fragment import...