Top "Android-listview" questions

a subclass of AdapterView which shows items in a vertically scrolling list.

Custom ListView click issue on items in Android

So I have a custom ListView object. The list items have two textviews stacked on top of each other, plus …

java android android-listview
Android setOnCheckedChangeListener calls again when old view comes back

I cannot solve an issue with the getGroupView-method. the problem is that the listener setOnCheckedChangeListener is getting invoked to many …

android checkbox android-listview listener expandablelistview
How ListView's recycling mechanism works

So I have this problem I had before, and naturally I asked for help on here. Luksprog's answer was great …

android android-listview android-gridview
Navigation Drawer item background colour for selected item

I used Android Studio to implement the Navigation Drawer and I can't get the blue colour that is used to …

android android-listview android-navigation
How to get available wifi networks and display them in a list in android

Friends, I want to find all available WiFi networks and display them in a list I have tried as below. …

android android-listview android-wifi wifimanager
Android getting exact scroll position in ListView

I'd like to get the exact, pixel position of the ListView scroll. And no, I am not referring to the …

android android-listview
Multi selection spinner in android without AlertDialog

i want the same as this link https://www.gorecess.com/ first spinner . multi selection spinner in android with checkbox .…

android drop-down-menu android-listview spinner android-spinner
Android. How does notifyDataSetChanged() method and ListViews work?

I am trying to understand the ListView concept and how it works and I'm trying to create my own adapter …

android android-listview android-adapterview
Remove ListView separator(in the xml layout file)

How can I remove the rows separator in a ListView(if possible within the XML layout file where it's described)?

android android-listview
How to add section separators / dividers to a ListView?

I'm currently making a menu for my app, using a DrawerLayout and an ArrayAdapter subclass to achieve something looking like …

android android-layout android-listview android-adapter separator