Top "Custom-adapter" questions

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

Getting Custom List Adapter to properly inflate multiple linear layouts

I'm a little new to android and am trying to figure out these custom list adapter. So I have an …

java android listadapter custom-adapter
HorizontalScrollView custom adapter?

I'm trying to make a Gallery widget using HorizontalScrollView, So inside the HorizontalScrollView I add ImageViews, and the problem is …

android horizontalscrollview custom-adapter
Selecting/highlighting multiple items in listview with custom adapter - Android

I followed a good tutorial, with some changes, to create a custom ListView that will allow me to display multiple …

java android android-listview custom-adapter
Android infinite Scroll List view

I want to implement OnScrollListener to load more data, when scrolled to bottom, dynamically. Following code is giving me NullPointerException, …

android infinite-scroll custom-adapter onscrolllistener
Unable to set margin of item in ListView using custom Adapter

I am attempting to set variable left margins for items in my ListView. The problem occurs in my custom Adapter …

android android-listview custom-adapter
TextView in listview rows showing repeated values on scroll in Android?

I am working with custom Adapter of a ListView in which I have a TextView and a Spinner. After selecting …

android listview custom-adapter
Refresh Expandable Listview

The expandable listview is proper but it doesnt get refreshed when again called. Old Items are again seen in the …

android expandablelistview custom-adapter
Custom adapter for navigation drawer

I have a working navigation drawer that uses ArrayAdapter as shown in the documentation. I want to set ImageView icons …

android android-arrayadapter navigation-drawer custom-adapter
Repeating items in ListView?

Everything was working fine but now I am not getting what is happening,I have 10 items to display in the …

android android-listview custom-adapter
Listview and CustomAdapter extending SimpleCursorAdapter

I wish to manipulate background colors of selected row in my ListView which from reading I need to extend with …

android listview background-color extend custom-adapter