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.

android.content.res.Resources$NotFoundException: String resource ID #0x0

I'm developing an Android app which reads data from MySQL database and I faced this error. I have this XML …

java android xml listview
ListBox vs. ListView - how to choose for data binding

I'm considering either a ListBox or a ListView for a WPF application. It seems either supports data binding and item …

wpf data-binding listview listbox
Xamarin.Forms ListView: Set the highlight color of a tapped item

Using Xamarin.Forms, how can I define the highlight/background color of a selected/tapped ListView item? (My list has …

android ios listview xamarin xamarin.forms
Recyclerview and handling different type of row inflation

I'm trying to work with the new RecyclerView, but I could not find an example of a RecyclerView with different …

android listview android-recyclerview
Android Endless List

How can I create a list where when you reach the end of the list I am notified so I …

android list listview
Android: How to detect double-tap?

I have a problem with implementing double tap. Well I implemented the onGestureListener and I had the gestureDetector, but I'm …

android listview double-click
WPF ListView turn off selection

I have a simple WPF ListView and a simple question: Is it possible to turn off the selection, so when …

wpf listview
How can I make a horizontal ListView in Android?

Possible Duplicate: Horizontal ListView in Android? Like many things in Android, you wouldn't think this would be such a hard …

android listview gallery
Best way to make WPF ListView/GridView sort on column-header clicking?

There are lots of solutions on the internet attempting to fill this seemingly very-basic omission from WPF. I'm really confused …

wpf gridview sorting listview
How to Get a Layout Inflater Given a Context?

I am writing a custom implementation of a ListAdapter. In its constructor, I'm taking in a Context, a resource ID (…

android listview listadapter