Top "Android-listview" questions

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

ArrayAdapter in Fragment - Android

I get some error I don't know why. I'm populating ListView with array adapter from string in fragment. I'm using …

android listview android-fragments android-listview android-arrayadapter
How to create Google + cards UI in a list view?

I want to create a listView of cards, but after reading this blog post goolge-plus-layout, I'm cards are a viable …

android android-listview android-cards
How to read an SQLite DB in android with a cursorloader?

I'm setting up my app so that people can create groups of their friends. When a group is created, it …

android android-listview android-fragments simplecursoradapter android-cursorloader
android - removing item from ListView on long click

I'm having some troubles while trying to remove an item from the list view on long click. Below is the …

android android-listview android-arrayadapter
Separator (divider) after last item of ListView

When I create a simple layout with only a ListView in it, there is no separator displayed after the last …

android android-listview
Android - ListView slide left/right like Samsung contact ListView

I am developing an application, and I need a ListView like conctact ListView of my Samsung Galaxy S: When I …

android android-listview slide
setVisibility(GONE) view becomes invisible but still occupies space

I've got a view that is effectively is a button. Here is its XML layout (add_new.xml) <?xml …

android android-listview android-view
Android listview using ViewHolder

I have a problem. I'm attempting to change an icon in my listview after it has been clicked. It works …

android android-listview android-arrayadapter android-viewholder
Click is not working on the Listitem Listview android

I implemented the android listview with the ListActivity. Here I have the problem that when i click on the list …

java android android-listview listactivity
Why is my onItemSelectedListener not called in a ListView?

I'm using a ListView that is setup like this: <ListView android:id="@android:id/list" android:layout_width="fill_…

android android-listview listener