Skip to content

An android app that demonstrates scheduling background tasks using Jetpack Libraries

Notifications You must be signed in to change notification settings

CollinsGichuki/Background-Work

Repository files navigation

Background-Work

An android app that demonstrates scheduling background tasks using Jetpack Libraries.

Table of contents

Description

This application utilizes Jetpack Libraries to schedule repetitive tasks in the background. It has been built using the WorkManager Api and Android Architecture Component, ViewModel.

How to use the app

  • Clone the Repository and build the app on your machine.
  • Connect your machine to the internet to easily resolve any issues that may arise.

Libraries

JetPack Libraries used in the app are:

  • WorkManager API - schedules deferrable, asynchronous tasks that must be run reliably.
  • ViewModel - Stores and manages UI related data in a lifecycle conscious way and act as a channel between use cases and ui.

About

An android app that demonstrates scheduling background tasks using Jetpack Libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages