Top "Android-listview" questions

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

How can I update a single row in a ListView?

I have a ListView which displays news items. They contain an image, a title and some text. The image is …

android android-listview android-arrayadapter
Custom Listview Adapter with filter Android

Please am trying to implement a filter on my listview. But whenever the text change, the list disappears.Please Help …

android android-listview custom-adapter
CardView not showing Shadow in Android L

My Cardview inside Listview is not showing shadow in Android L(Nexus 5). Also the round edges are not properly shown. …

android android-listview android-5.0-lollipop material-design android-cardview
Android custom Row Item for ListView

I have a ListView that should have the following layout in its rows: HEADER Text HEADER should be static but …

java android android-layout android-listview android-arrayadapter
Android: Access child views from a ListView

I need to find out the pixel position of one element in a list that's been displayed using a ListView. …

android android-listview
Detect Scroll Up & Scroll down in ListView

I have the following requirement: At first, data for page no: 2 is fetched from the server & the items are …

android android-listview scrollbar
List View Filter Android

I have created a list view in android and I want to add edit text above the list and when …

android listview search filter android-listview
How to add a footer in ListView?

I am developing an application,In my application,I am using Listview for displaying data using dom parsing,I want …

android android-listview footer
Using ListView : How to add a header view?

I looke at the ListView API and I saw the method: addHeaderView(View v) What I want to do is …

android android-listview