Top "Android-listview" questions

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

Create a custom dialog with radio buttons list

I've got a method in which i have a list of values: /** * ISO * */ public void getISO(View view) { // Open dialog …

java android android-listview android-dialog
Remove item listview with Slide - Like Gmail

I am developing an application with a shop list in a listview. I need that when I swipe the item …

android android-listview
How to set the ListView Rows Height

I'm showing you the image below in which the height of the rows are not same i want the Rows …

android android-layout android-listview baseadapter
Using AsyncTask to load Images in ListView

I have one ListView which can hold an image. It depends if image exists or not in SDCARD. Here my …

android android-listview android-asynctask android-adapter
ListView with customized Row Layout - Android

I'd like to create an Activity containing a list in which the rows have a custom layout. So I've created …

java android android-listview android-arrayadapter
Android: requestLayout() improperly called

The following error occurs when I attempt to inflate a layout within a ListView: requestLayout() improperly called by android.widget.…

android performance android-listview
Endless RecyclerView with ProgressBar for pagination

I am using a RecyclerView and fetching objects from an API in batches of ten. For pagination, I use EndlessRecyclerOnScrollListener. …

android android-listview android-recyclerview android-5.0-lollipop android-progressbar
Android ListView in Fragment

I am trying to create a list of items which contains an image and some description for the image in …

android android-listview android-fragments listactivity
Android displaying text when ListView is empty

I'm setting a TextView with the id @android:id/empty to display a message when there are no items in …

android android-listview