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.PreviewPicture Class Reference
Inheritance diagram for com.android.ePerion.gallery.PreviewPicture:

Public Member Functions

boolean onCreateOptionsMenu (Menu menu)
 
boolean onPrepareOptionsMenu (Menu menu)
 
boolean onOptionsItemSelected (MenuItem item)
 
Object onRetainNonConfigurationInstance ()
 
String getRealPathFromURI (Uri contentUri)
 
String getImageName (Uri contentUri)
 
String getImageDate (Uri contentUri)
 
String getImageLongitude (Uri contentUri)
 
String getImageLatitude (Uri contentUri)
 

Protected Member Functions

void onCreate (Bundle savedInstanceState)
 
void onResume ()
 
void onRestart ()
 
void onSaveInstanceState (Bundle outState)
 
void onRestoreInstanceState (Bundle savedInstanceState)
 
Dialog onCreateDialog (int id)
 

Detailed Description

Picture preview before putting it into the custom gallery. The user will be able to modify the picture by adding color effects: set the picture to black&white, sepia, negative or polaroïd. The modified picture will be stored in the sd card.

Author
Julien Salvi

Member Function Documentation

String com.android.ePerion.gallery.PreviewPicture.getImageDate ( Uri  contentUri)

Retrieve the taken date for the picture.

Parameters
contentUriURI of the picture.
Returns
The taken date.
String com.android.ePerion.gallery.PreviewPicture.getImageLatitude ( Uri  contentUri)

Retrieve the latitude of the picture.

Parameters
contentUri
Returns
String com.android.ePerion.gallery.PreviewPicture.getImageLongitude ( Uri  contentUri)

Retrieve the longitude of the picture.

Parameters
contentUriURI of the picture.
Returns
The longitude.
String com.android.ePerion.gallery.PreviewPicture.getImageName ( Uri  contentUri)

Get the image name from the URI.

Parameters
contentUriURI of the picture.
Returns
The image name.
String com.android.ePerion.gallery.PreviewPicture.getRealPathFromURI ( Uri  contentUri)

Get the real path from the picture URI.

Parameters
contentUriURI of the picture.
Returns
The picture real path.
void com.android.ePerion.gallery.PreviewPicture.onCreate ( Bundle  savedInstanceState)
protected

Called when the activity is first created.


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