tl1.maxcom
Class ImageAdapter

java.lang.Object
  extended by BaseAdapter
      extended by tl1.maxcom.ImageAdapter

public class ImageAdapter
extends BaseAdapter

Classe pour l'affichage des galeries en haut et en bas

Author:
Télécom Lille1

Field Summary
private  java.lang.String[] listeImages
           
private  Context mContext
           
(package private)  int mGalleryItemBackground
           
private  int taille
           
 
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
 

Field Detail

mGalleryItemBackground

int mGalleryItemBackground

mContext

private Context mContext

taille

private int taille

listeImages

private java.lang.String[] listeImages
Constructor Detail

ImageAdapter

public ImageAdapter(Context c,
                    int taille,
                    java.lang.String[] listeImages)
Method Detail

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)