Ich möchte eine custom adapterfür meine Listenansicht erstellen . Gibt es einen Artikel, der mir erklärt, wie man einen erstellt und wie er funktioniert?
Bitte versuche einen Filter in meiner Listenansicht zu implementieren. Aber wenn sich der Text ändert, verschwindet die Liste. Bitte helfen Sie hier. Hier sind meine Codes. Die Adapterklasse. package com.talagbe.schymn; import java.util.ArrayList; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; public class HymnsAdapter extends ArrayAdapter<Hymns> { …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.