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

Package sg.edu.ntu.scse.cz2006.gymbuddies

Types

AppConstants

Interface to provides application related constants For sg.edu.ntu.scse.cz2006.gymbuddies in Gym Buddies!

interface AppConstants

BuddySearchResultActivity

This is the display buddy search result it gets searching condition from Search buddies fragment, and perform query to Firestore After getting response, it display other users on Recycler view. User can then interact and add them as buddy

open class BuddySearchResultActivity : AppCompatActivity, AppConstants, OnRecyclerViewInteractedListener<ViewHolder!>

CarparkAndSearchResultActivity

Activity for showing both carpark and search results

class CarparkAndSearchResultActivity : AppCompatActivity, OnMapReadyCallback

ChatActivity

The Activity displaying chat history between another user, and allows user to sent and receive message.

open class ChatActivity : AppCompatActivity, AppConstants, OnClickListener, OnRecyclerViewInteractedListener<ViewHolder!>

GymSearchActivity

Activity used to search for a gym with parameters

class GymSearchActivity : AppCompatActivity

LoginChooserActivity

This is the main launcher activity that shows up to handle the login page of the application There are some flags in this activity

class LoginChooserActivity : AppCompatActivity

MainActivity

The application's main activity This activity will contain data regarding the various fragments and is mainly used for Jetpack

open class MainActivity : AppCompatActivity

ProfileEditActivity

The activity that is used to handle profile view/edit for a logged in user There are a couple of flags that are used here:

class ProfileEditActivity : AppCompatActivity

SettingsActivity

This activity is used to display the application settings page

class SettingsActivity : AppCompatActivity

UpdateUserActivity

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

class UpdateUserActivity : AppCompatActivity