public class ImageListAdapter
extends android.widget.BaseAdapter
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<CustomGallery> |
imageUri |
Constructor and Description |
---|
ImageListAdapter(android.content.Context context,
java.util.HashMap<java.lang.String,CustomGallery> imagesUri) |
Modifier and Type | Method and Description |
---|---|
void |
customNotify(java.util.HashMap<java.lang.String,CustomGallery> dataHashmap) |
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) |
public java.util.ArrayList<CustomGallery> imageUri
public ImageListAdapter(android.content.Context context, java.util.HashMap<java.lang.String,CustomGallery> imagesUri)
public void customNotify(java.util.HashMap<java.lang.String,CustomGallery> dataHashmap)
public int getCount()
public java.lang.Object getItem(int position)
public long getItemId(int position)
public android.view.View getView(int position, android.view.View convertView, android.view.ViewGroup parent)