net.neurowork.mobile.android.fw.activities
Class GalleryActivity.ImageAdapter

java.lang.Object
  extended by android.widget.BaseAdapter
      extended by net.neurowork.mobile.android.fw.activities.GalleryActivity.ImageAdapter
All Implemented Interfaces:
android.widget.Adapter, android.widget.ListAdapter, android.widget.SpinnerAdapter
Enclosing class:
GalleryActivity

public class GalleryActivity.ImageAdapter
extends android.widget.BaseAdapter


Field Summary
 
Fields inherited from interface android.widget.Adapter
IGNORE_ITEM_VIEW_TYPE, NO_SELECTION
 
Constructor Summary
GalleryActivity.ImageAdapter(android.content.Context c, java.util.List<SearchResult> images)
           
 
Method Summary
 int getCount()
           
 java.lang.Object getItem(int position)
           
 long getItemId(int position)
           
 android.view.View getView(int position, android.view.View convertView, android.view.ViewGroup parent)
           
 
Methods inherited from class android.widget.BaseAdapter
areAllItemsEnabled, getDropDownView, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, unregisterDataSetObserver
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GalleryActivity.ImageAdapter

public GalleryActivity.ImageAdapter(android.content.Context c,
                                    java.util.List<SearchResult> images)
Method Detail

getCount

public int getCount()

getItem

public java.lang.Object getItem(int position)

getItemId

public long getItemId(int position)

getView

public android.view.View getView(int position,
                                 android.view.View convertView,
                                 android.view.ViewGroup parent)