jobscheduler
There are 63 repositories under jobscheduler topic.
fluttercommunity/flutter_workmanager
A Flutter plugin which allows you to execute code in the background on Android and iOS.
sunfusheng/DaemonService
Android端心跳服务与进程保活
NCronJob-Dev/NCronJob
A Job Scheduler sitting on top of IHostedService in dotnet.
yahoo/sherlock
Sherlock is an anomaly detection service built on top of Druid
zywudev/AndroidKeepAlive
Android 8.0 保活实践
taskforcesh/bullmq-proxy
HTTP based proxy for accessing BullMQ Queues
rayyan17/jobAnalytics_and_search
JobAnalytics system consumes data from multiple sources and provides valuable information to both job hunters and recruiters.
RockySteveJobs/TaskManager
A simple、 light(only two file)、fast 、powerful 、easy to use 、easy to extend 、 Android Library To Manager your AsyncTask/Thread/CallBack Jobqueue ! 一个超级简单,易用,轻量级,快速的异步任务管理器,类似于AsyncTask,但是比AsyncTask更好用,更易控制,从此不再写Thread ! ^_^
pioardi/hurricane-scheduler
Task scheduler with high availability.
BalakrishnanPT/WorkManager
Andriod Jet pack offers variety of libraries to make ease Android app development, Here is Simple app about Work manager which explains the implementation of One Time and Periodic Request and Unique Work
jeetdholakia/ServicesAndBackgroundTasks
Tutorials for Services and Background tasks on Android
txix-open/gds
An embedded distributed task scheduler for Go
siddhpatil6/Kotlin
Sample Kotlin Demo For beginners & Interview Questions (wiki)
ashwinikumar01/Flutter-Firebase
Firebase with Google,Facebook,Email and Anonymous login which keeps track of your all jobs, various events, budget and many more .
kbilsted/MicroWorkflow.net
A distributed embedable small and fast workflow-engine/queue/job-scheduler with zero dependencies
naresh-chaudhary/JobScheduler
A job scheduler to schedule M jobs on N threads
alexandreroman/wifiauto
Save battery power on your Android device by enabling/disabling Wi-Fi automatically
iHandy/JobSchedulerDemo
Demo project for show JobScheduler possibilities and ways how to join it with IntentService.
android-code/background
This is repository of http://androidcode.pl blog Background processing / threading section. It shows usage of chosen Android API classes in purpose to achieve background task processing.
NaikHS2S/Android-Sample-App-MVVM
A sample android application with Room, RealM, DataStore <Preference>, Navigation Component, Work manager/Job-Scheduler, and Android Keystore in MVVM architecture design pattern & data binding.
tariqjamel/Todo-app
A simple app to manage your tasks. This app is built in android studio, Kotlin, sqlite database. In which user can login, create task and will be notified.
aletc1/kubedaemon
A Serverless, multi-tenant, easy-to-use, Kubernetes service launcher (jobs, work queues, GRPC/HTTP services) with scale-to-zero support.
KidusMT/JobSchedulerDemo
Practicing the JobScheduler for managing a JobService.
likai79511/LocationWidget
The little widget
liusilong/WordHelper
使用 Kotlin 编写的单词小助手
mikhaeljonathan/duitku
This "Duitku" project is an Android app project for our "Software Engineering" assignment in Binus University.
mutalisk999/jobs-scheduler
Job-scheduler by Injecting python modules dynamically
Rwothoromo/AndroidCodelabs
A number of Android Code Labs practiced to demonstrate/pick up on/reference some concepts
srisham/schedulercpp
A time based job scheduler using modern C++
wildanka/Mastering_Android_Java
Learning Android From Zero to hero Using Java
auron567/KotlinBackgroundProcessing
Android Background Processing course from Raywenderlich
huangyueranbbc/Vulcan
任务调度服务
mrudulamrudu/JobSchedulerExample
A demo app to show how jobscheduler works in android
shubham0728/ChatBot
Send messages using ChatBot api, Receive messages using ChatBot api, Save data in local db using Room, Sync message when connected back to internet.
sterlp/spring-persistent-tasks
A lightweight, JPA-based task scheduling solution designed for Spring Boot applications
uditbhaskar/AndroidBackgroundTasksDemo
This project showcases various methods for managing background tasks in Android applications. It demonstrates the use of WorkManager, Services, and Job Scheduler to handle asynchronous operations effectively.