|
|
static final String | CLASS_NAME = "com.mobcoll.bitirmeandroid.ProfilePage" |
| |
|
|
ListView | _listView |
| |
|
Button | _addCategory |
| |
|
Button | _firstType |
| |
|
Button | _thirdType |
| |
|
Button | _searchButton |
| |
|
TextView | _secondType |
| |
|
EditText | _categoryName |
| |
|
ArrayList< AlbumRecord > | _currentAlbums |
| |
|
ArrayList< String > | _categories |
| |
|
String | _currentCategory |
| |
|
boolean | _willErase |
| |
| void com.mobcoll.bitirmeandroid.ProfilePage.getProfileInfo |
( |
| ) |
|
|
inlineprivate |
This function creates the profile page of the user and show the "All Albums" section of the user.
| void com.mobcoll.bitirmeandroid.ProfilePage.initInterface |
( |
| ) |
|
|
inlineprivate |
Going to search page, changing user album categories, adding new categories, adding albums to categories, deleting albums from categories and going to album page is handled by this function.
| void com.mobcoll.bitirmeandroid.ProfilePage.onActivityResult |
( |
int |
requestCode, |
|
|
int |
resultCode, |
|
|
Intent |
intent |
|
) |
| |
|
inline |
| void com.mobcoll.bitirmeandroid.ProfilePage.onCreate |
( |
Bundle |
savedInstanceState | ) |
|
|
inlineprotected |
Class members are initialized in this function.
| boolean com.mobcoll.bitirmeandroid.ProfilePage.onCreateOptionsMenu |
( |
Menu |
menu | ) |
|
|
inline |
| boolean com.mobcoll.bitirmeandroid.ProfilePage.onOptionsItemSelected |
( |
MenuItem |
item | ) |
|
|
inline |
| void com.mobcoll.bitirmeandroid.ProfilePage.onResume |
( |
| ) |
|
|
inlineprotected |
| void com.mobcoll.bitirmeandroid.ProfilePage.updatePageContent |
( |
JSONObject |
albumsJs | ) |
|
|
inlineprivate |
This function fills the albums in a category desired to seen by user. This is a helper function and called multiple times.
- Parameters
-
The documentation for this class was generated from the following file:
- src/com/mobcoll/bitirmeandroid/ProfilePage.java