Top "Adapter" questions

Use this tag for questions relating to the Adapter design pattern, one of the Gang of Four's structural design patterns.

Android ListView Adapter how to detect an empty list?

I have a ListView in my Activity which takes values from an extension class of SimpleAdapter. This one is correctly …

android listview adapter android-arrayadapter
GetView Vs. BindView in a custom CursorAdapter?

So, I'm watching this video http://www.youtube.com/watch?v=N6YdwzAvwOA and Romain Guy is showing how to …

android user-interface adapter
removeView(View) is not supported in AdapterView

I want to delete a certain row from a listView when an ImageView is clicked. My listview looks like this : …

android listview adapter android-adapterview
android listviews: header and footer views

In my ListActivity, I need header and footer views (on the top and bottom of the list) to be used …

java android listview adapter
Best place to addHeaderView in ListFragment

I'm having some trouble setting up my custom header in my list. I'm creating a ListFragment with a custom adapter. …

android listview header adapter android-fragments
Implementing Circular Scrolling In PagerAdapter

I am using PagerAdapter for horizontal swiping for showing newspaper pages in my app. Currently I want to implement the …

android adapter android-viewpager
ListView with Title

Is there a way to insert another View above the List in a ListView? For example, I want a Title …

android listview adapter
Populating a GridView with ImageViews dynamically/programmatically using a ImageAdapter

I try to develop an Android App which allows the user to fetch data from flickr and show it in …

android gridview dynamic adapter flickr
Finding SSID of a wireless network with Java

We're doing a project coded in Java (compiled for JRE 1.6) and need some help with a little but apparently complicated …

java networking interface adapter ssid
GridView inside Expandable list in android

I want to put an gridview with images inside an expandable list...I've already make that, but the gridview don't …

android gridview view adapter expandablelistview