Skip to content
Tao Peter Wang edited this page Jul 27, 2016 · 1 revision

####AlarmReceiver####

  • Listens to system alarm manager for a daily notification at 10am

####BackgroundLocationService####

  • Runs when app is closed and continues to listen for location change and task activation

####FetchAddressIntentService####

  • Listens for and parses address intent and send back

####GcmInstanceIDListenerService####

  • Monitors the change in GCM token

####GcmMessageListenerService####

  • Listens for downstream incoming GCM message

####GcmRegistrationIntentService####

  • Intent service to register GCM token to server

####GeofenceIntentService####

  • Listens for location change and calculates enter events for tasks

Back

Clone this wiki locally