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 | |
PictureDatabaseHelper (Context context, String name, CursorFactory factory, int version) | |
void | onCreate (SQLiteDatabase db) |
void | onUpgrade (SQLiteDatabase db, int oldVersion, int newVersion) |
Class which helps you to create the table which belong to the picture database.
com.android.ePerion.gallery.database.PictureDatabaseHelper.PictureDatabaseHelper | ( | Context | context, |
String | name, | ||
CursorFactory | factory, | ||
int | version | ||
) |
Constructs a new database helper object thanks to the current context, the database name, the cursor factory and the database version.
context | The context. |
name | Database name. |
factory | Cursor factory. |
version | database version. |