Top "Background-service" questions

A background service is a computer service that runs "behind the scenes" (i.e. in the background) and without user intervention.

Voice Recognition as a background service

Is it possible to implement an activity as a service? My activity is a voice recognition activity. I want to …

android service voice voice-recognition background-service
Stop background Service When application goes to background

I have background service in my android app,i start service from MainActivity onResume() method and it is work correctly.…

android background-service
Is there any equivalent of Services of Android in iOS?

I want to check the database in my app every 12 hrs for rows with date column having corresponding date. This …

android ios background-service
How to debug an Android Background Service?

I have been developing a PhoneGap application for Android which contains a Background Service. My question is: How can I …

java android eclipse cordova background-service
scheduling alarm for every second in android 5.1

I want to run alarm service for every second in my application.It is working fine below 5.1 version. but it …

android alarmmanager android-wake-lock background-service
How to use Android AlarmManager with small intervals like 1 minute?

I want to make some external service monitor and be notified on problems as fast as possible. I tried to …

android timer alarmmanager background-service
Android Silent Push

I am new to android and I'm playing around trying some features here and there. I wanted to know what …

android service push-notification google-cloud-messaging background-service
How to create a never ending background service in Xamarin.Forms?

I am monitoring the user's location every 15 minutes and I just want the application to continue sending the location even …

xamarin xamarin.forms background-service foreground-service
Execute task every second using Work Manager API

Work Manager is a new API and I try to execute task every second, but it doesn't work. This is …

android kotlin background-process background-service android-workmanager
How to wake up my App Periodically

I want to make an functionality, like reminder, in Android. I want to start-up my app/activity, when it is …

android service android-alarms background-service