Top "Android-listview" questions

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

Focusable EditText inside ListView

I've spent about 6 hours on this so far, and been hitting nothing but roadblocks. The general premise is that there …

android android-layout android-listview android-edittext
Your content must have a ListView whose id attribute is 'android.R.id.list'

I have created an xml file like this: <?xml version="1.0" encoding="utf-8"?> <ListView xmlns:android="http://schemas.…

android android-listview
Android ListView Selector Color

Hi All, I have 2 questions regarding a ListView in Android: How can I get the color of the listview's focused …

android android-listview
Skipped 60 frames! The application may be doing too much work on its main thread

I'm working on a App that should get a JSON response from a webservice and write every element in a …

android android-listview android-asynctask baseadapter
ExpandableListView - hide indicator for groups with no children

In an ExpandableListView, is there a way to hide the group indicator for groups with no children?

android android-listview expandablelistview
How to make a ListView transparent in Android?

How to make the ListView transparent in android? The background android screen image should be visible.

android android-layout android-listview
Get listview item position on button click

This is my listview click event: lv1.setOnItemClickListener(new OnItemClickListener() { @Override public void onItemClick(AdapterView<?> a, View v, …

android android-listview android-button listitem buttonclick
How open new activity clicking an item in listview?

I can't start a new activity clicking over an item in my listview. I want that onItemClick can open the …

android android-listview android-activity onclicklistener package-managers
How to get Selected items from Multi Select List View

I am using an array adapter and to this am adding an array list of string s , the list is …

android android-listview
Passing touch events to the parent view

I have a custom ViewSwitcher in which I implemented touch events so I am able to scroll through screens using …

android android-layout android-listview