Use this tag for questions relating to the Adapter design pattern, one of the Gang of Four's structural design patterns.
I have a ListView in my Activity which takes values from an extension class of SimpleAdapter. This one is correctly …
android listview adapter android-arrayadapterSo, I'm watching this video http://www.youtube.com/watch?v=N6YdwzAvwOA and Romain Guy is showing how to …
android user-interface adapterI want to delete a certain row from a listView when an ImageView is clicked. My listview looks like this : …
android listview adapter android-adapterviewI'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-fragmentsI am using PagerAdapter for horizontal swiping for showing newspaper pages in my app. Currently I want to implement the …
android adapter android-viewpagerIs there a way to insert another View above the List in a ListView? For example, I want a Title …
android listview adapterWe'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 ssidI 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