Skip to content

Zanerast/Practice_App-Notification_Scheduler

Repository files navigation

Practice App - Notification Scheduler - Android Job Scheduler

Project Overview

Course from Android Developers Codelabs - 8.3 Job Scheduler

The app, called Notification Scheduler, allowing the user to select constraints and schedule a job. When that job is executed, the app posts a notification.

Why this Project?

To learn how to design and construct an app that implements a JobService.

This app does the following:

  • Implements the JobService Framework

  • Constructs a JobInfo object with specific constraints

  • Schedules a JobService based on the JobInfo object

Alt text Alt text