Skip to content

This application is designed to poll an API and use the results to create notifications on the Android operating system.

Notifications You must be signed in to change notification settings

r4q0/Notification-Poller

Repository files navigation

In gradle.properties, change the following:

# Put your notification endpoint URL here
notifications.url=http://example.com

# Set the polling interval in minutes
polling.delay=10

After building and compiling the app, and downloading it, you should enable notifications and unrestrict background battery usage.

This is my first Kotlin project, so it may not result in great performance, but it is a simple tool to get working quickly. This application is designed to poll an API and use the results to create notifications on the Android operating system. I have created an API application that can be used with this polling system. You can find the repository here.

Created by Bilal Kerkeni
Sponsored by Milo van Dam

About

This application is designed to poll an API and use the results to create notifications on the Android operating system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages