tl1.maxcom
Class ImageAdapter
java.lang.Object
BaseAdapter
tl1.maxcom.ImageAdapter
public class ImageAdapter
- extends BaseAdapter
Classe pour l'affichage des galeries en haut et en bas
- Author:
- Télécom Lille1
Constructor Summary |
ImageAdapter(Context c,
int taille,
java.lang.String[] listeImages)
|
Method Summary |
int |
getCount()
|
java.lang.Object |
getItem(int position)
|
long |
getItemId(int position)
|
View |
getView(int position,
View convertView,
ViewGroup parent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mGalleryItemBackground
int mGalleryItemBackground
mContext
private Context mContext
taille
private int taille
listeImages
private java.lang.String[] listeImages
ImageAdapter
public ImageAdapter(Context c,
int taille,
java.lang.String[] listeImages)
getCount
public int getCount()
getItem
public java.lang.Object getItem(int position)
getItemId
public long getItemId(int position)
getView
public View getView(int position,
View convertView,
ViewGroup parent)