Top "Android-listview" questions

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

Expand ListView item with animation

I have a ListView. Initially, the ListView contains some data. When the user clicks on an item, another layout will …

android android-listview android-animation expandablelistview expandablelistadapter
Android Listview show only one item

I have a ListView, where i changed appearence of row, but listview have size of one row, instead of fullscreen. …

android android-listview
Hiding the ActionBar on RecyclerView/ListView onScroll

In my application I got an activity with some kind of actionbar at the top and the listview below it. …

android android-listview scroll android-actionbar vertical-scrolling
using notifyItemRemoved or notifyDataSetChanged with RecyclerView in Android

I am creating a list of cards to display using the RecyclerView, where each card has a button to remove …

android android-listview android-recyclerview notifydatasetchanged
Highlight selected item in ListView on Android

I have been making an application that works with ListViews in Android, and I can't make it so that the …

android xml listview android-listview listadapter
Add margin above top ListView item (and below last) in Android

This is a pretty fine question about the layout of items in a ListView in Android. I have an activity …

android android-layout android-listview
Good solution to retain listview items when user rotate phone and keep all data in ArrayAdapter

I'm using Fragment with listView. I fill ArrayAdapter associated with this listview, by data received in custom Loader(from internet). …

android android-listview android-fragments
How to use fast scroll in android?

I have a list of events which are seperated by month and year (Jun 2010, Jul 2010 etc.) I want to enable …

android android-listview fastscroll
Android - Keep ListView's item highlighted once one has been clicked

So I have an activity with 2 ListView widgets, when you select a value in the first one, the second is …

android listview android-listview highlighting
Custom getFilter in custom ArrayAdapter in android

I am having trouble implementing custom getFilter in custom arrayAdapter. Actually I have no idea how to implement it. Tried …

android android-listview android-arrayadapter