class UpdateUserActivity : AppCompatActivity
This activity is just used to ensure that we have processed everything from our database that we need to prevent
This checks that
For sg.edu.ntu.scse.cz2006.gymbuddies in Gym Buddies!
Author
Kenneth Soh
Since
2019-09-16
<init> |
This activity is just used to ensure that we have processed everything from our database that we need to prevent UpdateUserActivity() |
goEditProfile |
Internal function that is called when the user is a new user and has not setup their profile yet to go over to the ProfileEditActivity activity fun goEditProfile(): Unit |
onCreate |
Function that is called when an activity is created fun onCreate(savedInstanceState: Bundle?): Unit |
onResume |
Lifecycle method when activity resumes fun onResume(): Unit |
TAG |
Activity Tag for logs const val TAG: String |