UserProfileActivity¶
-
public class
UserProfileActivity
extends AppCompatActivity¶ Activity that represents user profile for creation and update purposes
Methods¶
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.