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.
|
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< ListAttribute > | getListAttribute () |
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.
com.android.ePerion.gallery.PictureListAdapter.PictureListAdapter | ( | Activity | context, |
List< ListAttribute > | objects | ||
) |
The custom adapter in order to display the custom view.
context | The Activity where the adapter is used. |
objects | List of ListAttributes to be displayed in the listView. |
List<ListAttribute> com.android.ePerion.gallery.PictureListAdapter.getListAttribute | ( | ) |
Get the list of listAttribute.
String com.android.ePerion.gallery.PictureListAdapter.getRealPathFromURI | ( | Uri | contentUri | ) |
Retrieve file's physical path from logical path.
contentUri | The picture Uri. |