Top "Listview" questions

A ListView is a graphical screen control or widget provided by UI libraries in a majority of modern operating systems to show items in a list form.

creating a menu after a long click event on a list view

I have a list view connected to a database, showing a all the entries. I want a menu to show …

android listview menu long-click
ListView and Buttons inside ListView

I want to display a Button inside the ListView. The goal should be to click on the ListView line or …

android listview button
Output Django queryset as JSON

I want to serialize my queryset, and I want it in a format as this view outputs: class JSONListView(ListView): …

django json listview
Change expandable indicator in ExpandableListView

Trying to create an ExpandableListView. The initial view with the groups shows up fine. However, when I click the list …

android listview expandablelistview
Android Layout with ListView and Buttons

Alright, this specific layout is just annoying me. And can't seem to find a way to have a listView, with …

java android listview layout
dynamic listview adding "Load more items" at the end of scroll

I have a listview which is fetching data from sqlite database by Json. I want to turn it into dynamic …

android listview dynamic-loading
How to add a ListView to a Column in Flutter?

I'm trying to construct a simple login page for my Flutter app. I've successfully built the TextFields and log in/…

flutter listview dart flutter-layout flutter-widget
Programmatically select item ListView in Android

I have two fragments. The first with buttons inside, the other with a ListView inside (ListFragment). I would like the …

android listview highlight
How to dynamically update a ListView on Android

On Android, how can I a ListView that filters based on user input, where the items shown are updated dynamically …

android listview filter android-widget
Mask ImageView with round corner background

I am having a Custom ListView which contains an ImageView and TextView. Everything is working fine. What I want is …

android android-layout listview imageview