Basic Android Programming (10/10) - Service. The IntentService is a background program. Implement BroadcastReceiver objects to communicate between a service and MainActivity. If MainActivity is not around, the service can use Notification to update the user. You can start a service at boot time by listening to the BOOT_COMPLETED message, and have the service run periodically in the background using the AlarmManager.