Skip to content
Tao Peter Wang edited this page Jul 27, 2016 · 3 revisions

####BaseGoogleApiActivity####

  • Base activity for all activities that need to use a GoogleApiClient

####CheckLoginActivity####

  • No layout resource
  • Used to check login status of the user and redirection

####CurrentLocationActivity####

  • Location activity for checking location and update status

####SplashActivity####

  • Splash screen to display app introduction

####LoginActivity####

  • Displays app tutorial and introduction
  • Log user in and talks to server

####MainActivity####

  • Nearby Tasks - left tab: displays available tasks, activated or not
  • My Info - right tab: displays user's own tasks, responses and information

####TaskCompleteActivity####

  • Answers tasks and submits to server

####TaskCreateActivity####

  • Creates a task and submits to server

####TaskInfoActivity####

  • Displays other people's response to user's own tasks

Back

Clone this wiki locally