Top "Android-listview" questions

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

Android:To set an item as selected when the ListView opens?

An activity has a Button and a ListView. Initially, only the Button is visible. When the button is pressed, the …

android android-listview focus listviewitem
cannot convert from android.app.FragmentManager to android.support.v4.app.FragmentManager

I am creating an app using Fragments for tablet.I have so far created some buttons on the left side …

java android android-listview android-fragments
Android: Radio button in custom list view

I am developing an application in which I need to implement radio buttons in list view. I want to implement …

android android-layout android-listview radio-button android-adapter
How to fire onListItemClick in Listactivity with buttons in list?

I have a simple ListActivity that uses a custom ListAdapter to generate the views in the list. Normally the ListAdapter …

android android-widget android-listview
How to make part of the text Bold in android at runtime?

A ListView in my application has many string elements like name, experience, date of joining, etc. I just want to …

android android-listview
NullPointerException when adding an object to ArrayList in Android

I'm trying to create a List View with BaseAdapter and i keep getting a Null Object Reference Error at the …

java android android-listview arraylist baseadapter
How to highlight row in ListView in Android?

I need to highlight a row in a ListView that was selected (to show the user what he chose), so, …

android android-listview
Android List view refresh

I have one ListView which is showing me some data through an array (which is in another class and I'm …

android dom xml-parsing android-listview
SearchView In ListView having a custom Adapter

Guys I am in need of some help.I have been trying to implement a SearchView in my project.But …

android android-listview baseadapter searchview
notifyDataSetChanged() makes the list refresh and scroll jumps back to the top

I am trying to implement an endless scroll listview but when I call notifyDataSetChanged() the whole list refreshes then the …

java android android-listview