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.

How to stop EditText from gaining focus at Activity startup in Android

I have an Activity in Android, with two elements: EditText ListView When my Activity starts, the EditText immediately has input …

android listview android-edittext focus
How do you dynamically add elements to a ListView on Android?

Can anyone explain or suggest a tutorial to dynamically create a ListView in android? Here are my requirements: I should …

android listview dynamic
How to lazy load images in ListView in Android

I am using a ListView to display some images and captions associated with those images. I am getting the images …

android image listview url universal-image-loader
Custom Adapter for List View

I want to create a custom adapter for my list view. Is there any article that can walk me through …

android listview android-tablelayout custom-adapter
C# listView, how do I add items to columns 2, 3 and 4 etc?

To add items to column 1 in my listView control (Winform) I'm using listView1.Items.Add, this works fine but how …

c# winforms listview
Populating a ListView using an ArrayList?

My Android app needs to populate the ListView using the data from an ArrayList. I have trouble doing this. Can …

java android listview arraylist
Horizontal ListView in Android?

Is it possible to make the ListView horizontally? I have done this using a gallery view, but the selected item …

android listview gallery horizontal-scrolling
Get clicked item and its position in RecyclerView

I am replacing my ListView with RecyclerView, list showing ok, but I would like to know how to get clicked …

android listview android-recyclerview
How to implement Android Pull-to-Refresh

In Android applications such as Twitter (official app), when you encounter a ListView, you can pull it down (and it …

android listview android-listview pull-to-refresh
How to implement endless list with RecyclerView?

I would like to change ListView to RecyclerView. I want to use the onScroll of the OnScrollListener in RecyclerView to …

android listview android-recyclerview material-design onscrolllistener