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.
|
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) |
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.
String com.android.ePerion.gallery.PreviewPicture.getImageDate | ( | Uri | contentUri | ) |
Retrieve the taken date for the picture.
contentUri | URI of the picture. |
String com.android.ePerion.gallery.PreviewPicture.getImageLatitude | ( | Uri | contentUri | ) |
Retrieve the latitude of the picture.
contentUri |
String com.android.ePerion.gallery.PreviewPicture.getImageLongitude | ( | Uri | contentUri | ) |
Retrieve the longitude of the picture.
contentUri | URI of the picture. |
String com.android.ePerion.gallery.PreviewPicture.getImageName | ( | Uri | contentUri | ) |
Get the image name from the URI.
contentUri | URI of the picture. |
String com.android.ePerion.gallery.PreviewPicture.getRealPathFromURI | ( | Uri | contentUri | ) |
Get the real path from the picture URI.
contentUri | URI of the picture. |
|
protected |
Called when the activity is first created.