<Kotlin: ListVew inside a fragment> i am trying to...
# stackoverflow
u
Kotlin: ListVew inside a fragment i am trying to create a very simple listview inside a fragment but there is something that i am doing wrong and the list view doesnt show on the screen. this is my fragmentWifi.kt: import android.os.Bundle import androidx.fragment.app.Fragment import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.ArrayAdapter import android.widget.Button import android.widget.ListView // TODO: Rename parameter arguments, choose names that match // the...