Top "Custom-adapter" questions

A custom-adapter is an interface which provides the ability to define non-standard iterators for specific data representations.

Custom Adapter for List View

I want to create a custom adapter for my list view. Is there any article that can walk me through …

android listview android-tablelayout custom-adapter
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
How to use search functionality in custom list view in Android

I have created a list view with multiple items in row. I have also created a search box above. I …

android listview search baseadapter custom-adapter
notifyDataSetChange not working on RecyclerView

I'm working with Android's new RecyclerView but I can't get my custom adapter to refresh whenever I call one of …

android android-support-library custom-adapter android-recyclerview
How to use setTag and getTag with custom adapter

I get stucked and I need help. I'm trying to use set and get Tag but i can't get how …

android listview tags custom-adapter
Android - delete a row from list view on button click

i am creating an application in which data is got from a barcode scanner which identifies from an id, and …

android android-listview custom-adapter custom-lists
search a value from sqlite database and retrieve in listview

How to find the exact data in sqlite database and retrieve it in a listactivity? I tried like this but …

android sqlite listactivity custom-adapter
Implement Expandable ListView using Custom Adapter

I want to implement a custom adapter for Expandable ListView which consist of an ImageView, and 2 TextViews. I have successfully …

android expandablelistview custom-adapter
How to get data from custom adapter in ListView?

here is my problem : I created a custom adapter for my ListView and I get information out of a List …

android listview android-listview custom-adapter
how to sort the data in RecyclerView

I might seems a repetition but i am really unable to find a better way to sort the data in …

android sorting android-recyclerview custom-adapter