ePerion Gallery  1.2
ePerion gallery application for the europeean ePerion project. This is an android application which manage a smart gallery where you can modify picture colors, sort the pictures and visualize any picture on Google Map.
 All Classes Namespaces Functions
com.android.ePerion.gallery.PictureListAdapter Class Reference
Inheritance diagram for com.android.ePerion.gallery.PictureListAdapter:

Classes

class  ViewHolder
 

Public Member Functions

 PictureListAdapter (Activity context, List< ListAttribute > objects)
 
View getView (int position, View convertView, ViewGroup parent)
 
String getRealPathFromURI (Uri contentUri)
 
List< ListAttributegetListAttribute ()
 

Detailed Description

Custom adapter that extends an arrayAdapter of listAttribute in order to display the different items of the custom list: picture icon, picture name, picture comment and the checkbox.

Author
Julien Salvi

Constructor & Destructor Documentation

com.android.ePerion.gallery.PictureListAdapter.PictureListAdapter ( Activity  context,
List< ListAttribute objects 
)

The custom adapter in order to display the custom view.

Parameters
contextThe Activity where the adapter is used.
objectsList of ListAttributes to be displayed in the listView.

Member Function Documentation

List<ListAttribute> com.android.ePerion.gallery.PictureListAdapter.getListAttribute ( )

Get the list of listAttribute.

Returns
A list of ListAttribute.
String com.android.ePerion.gallery.PictureListAdapter.getRealPathFromURI ( Uri  contentUri)

Retrieve file's physical path from logical path.

Parameters
contentUriThe picture Uri.
Returns
A String which is the file's physical path.

The documentation for this class was generated from the following file: