app / sg.edu.ntu.scse.cz2006.gymbuddies / UpdateUserActivity

UpdateUserActivity

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

Constructors

<init>

This activity is just used to ensure that we have processed everything from our database that we need to prevent

UpdateUserActivity()

Functions

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

Companion Object Properties

TAG

Activity Tag for logs

const val TAG: String