Android library to schedule background jobs using JobScheduler, GCMNetworkManager or AlarmManager, depending on the context.
A simple library written in Kotlin that allows you to set an alarm and get notified really easily.
⏰React Native library for interacting with Android alarms.
Android library for starting background-service and receiving a broadcast after the time is out. The library will automatically start the service in background and foreground depending on the time that you provide.
Alarm Manager Simplify is a code generation library to simplify the code for AlarmManager on Android.
Provides latest news and weather forecast from the web-services (newsapi.org and openweathermap.org) by location. Network connection guaranteed by using of Volley library. Also, the app notifies the user about information updatings (Service & AlarmManager).
A major problem when you're working with beacons is the Android Oreo and Pie services limitation, thus to remedy these shortcomings, this projects uses AlarmManagers + Services + Broadcastes with AltBeacon library for beacon background detection without the weird fixed notification.
Sample app to demonstrate offline feature using pure Java, Repository pattern, SQLite, ViewModel and DataBinding. Without using any third party libraries.