Skip to content

WorkManager Demo App is an Android application demonstrating the use of the WorkManager API for managing Android background tasks.

Notifications You must be signed in to change notification settings

MilindAmrutkar/WorkManagerDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorkManager Demo App

This repository contains a simple demo app that utilizes WorkManager, an API provided by Google to manage work that's guaranteed to execute even if the app is closed or the device restarts.

Introduction

The WorkManager API simplifies the process of performing background tasks, by handling tasks scheduling for you, and ensuring they are run even if the app is closed or the device restarts. This demo app shows how to utilize this powerful API to execute a simple background task.

Getting Started

  1. Download or clone this repository using the command: git clone https://github.com/MilindAmrutkar/WorkManagerDemo.git
  2. Open the project directory using Android Studio.
  3. Run the app using the "Run" button in the toolbar, or by using the Shift + F10 shortcut.

About

WorkManager Demo App is an Android application demonstrating the use of the WorkManager API for managing Android background tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages