Skip to content

This is simple example of how to use ForegroundServices and call it from the android app component

Notifications You must be signed in to change notification settings

ratneshnavlakhe/ForegroundServices

Repository files navigation

Foreground Service Demo App

  • A service is an android architecture component similar to an activity but the difference is it doesn't have a user interface but runs in the background.

  • This app is sample example of learnings from foreground service

  • This helps in how can we create services.

  • How to start the service from another android component.

  • Notify the user by Notification about the service being running.

  • The app helps start and stop a service with button.

Screen shots

Screenshot_20240307_161051 Screenshot_20240307_161025

Video

Screen_recording_20240307_161145.mp4

About

This is simple example of how to use ForegroundServices and call it from the android app component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages