Skip to content

Foreground Service, Intent Service, JobScheduler API alternative implimentation

Notifications You must be signed in to change notification settings

1raghavmahajan/Service_Basics

Repository files navigation

Service_Basics

All types of services deployed for educational purposes.

  1. Foreground service
  2. Intent Service
  3. Started Service

Foreground service which starts a Uninterrupted Broadcast Receiver, a non-deprecated alternative to the JobScheduler API.

Notification made using the Notification Builder form.

All methods used are up to the latest android developer api. No use of deprecated methods.

Releases

No releases published

Packages

No packages published

Languages