UserProfileActivity

public class UserProfileActivity extends AppCompatActivity

Activity that represents user profile for creation and update purposes

Fields

PROFILE_ACTION_CREATE

public static final String PROFILE_ACTION_CREATE

Profile activity action: Action create new profile

PROFILE_ACTION_UPDATE

public static final String PROFILE_ACTION_UPDATE

Profile activity action: Action update profile

PROFILE_EXTRA_ACTION

public static final String PROFILE_EXTRA_ACTION

Intent extra field: Activity action

USER_EXTRA_USEREMAIL

public static final String USER_EXTRA_USEREMAIL

Intent extra field: User email

USER_EXTRA_USERNAME

public static final String USER_EXTRA_USERNAME

Intent extra field: User name

Methods

onActivityResult

protected void onActivityResult(int requestCode, int resultCode, Intent data)

onCreate

protected void onCreate(Bundle bundle)

Called when the activity is starting

Parameters:
  • bundle – If the activity is being re-initialized after previously being shut down then this Bundle contains the data it most recently supplied in onSaveInstanceState(Bundle). Note: Otherwise it is null.