CollinsGichuki / Background-Work

An android app that demonstrates scheduling background tasks using Jetpack Libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%