Search code examples
Best approach to execute service in Android...


javaandroidandroid-servicebackground-serviceandroid-intentservice

Read More
IntentService is deprecated, how do I replace it with JobIntentService?...


androidkotlinandroid-intentservicejobintentserviceandroid-11

Read More
Does FirebaseMessagingService run in the background by default?...


androidfirebaseandroid-servicefirebase-cloud-messagingandroid-intentservice

Read More
Does stopSelf() guarantee Service stopping (and HOW)? if so, is return required (in case stopSelf ca...


androidandroid-serviceandroid-intentservice

Read More
startActivityForResult usage for 3 activity Android...


androidkotlinandroid-intentandroid-intentservice

Read More
Get action name of intent filter located in service tags in Android...


androidandroid-intentandroid-serviceandroid-manifestandroid-intentservice

Read More
Android intent service is finished after start...


androidandroid-intentandroid-intentservice

Read More
How convert Bundle to WorkManager Data...


androidgoogle-cloud-messagingandroid-intentserviceandroid-bundleandroid-workmanager

Read More
What are differences between JobIntentService and IntentService?...


javaandroidbackground-processandroid-intentservicejobintentservice

Read More
how i can intent any social media app to my app not just email...


javaandroidandroid-studioandroid-intentandroid-intentservice

Read More
what approach should i follow to make Timer service in android...


javaandroidandroid-workmanagerandroid-intentservice

Read More
Unable to find explicit activity class {}; have you declared this activity in your AndroidManifest.x...


javaandroidandroid-manifestandroid-intentservice

Read More
Run a service in background continuously...


androidandroid-intentservice

Read More
intent.getStringExtra is always "null"...


androidandroid-intentnullandroid-intentserviceextra

Read More
Does Android foreground IntentService run in the UI thread or a different thread?...


androidandroid-intentserviceforeground-service

Read More
Service vs IntentService in the Android platform...


androidmultithreadingandroid-serviceandroid-intentservice

Read More
Android IntentService can't instantiate class; no empty constructor...


androidbroadcastreceiverintentfilterandroid-intentservice

Read More
Intent Service works but class it calls to do work stops when app is closed...


androidandroid-notificationsintentserviceandroid-intentservice

Read More
Problems in Calling AsyncTask from IntentService...


androidandroid-asynctaskandroid-serviceandroid-intentservice

Read More
How to remove duplicate intent from JobIntentService...


androidintentserviceandroid-intentservicejobintentservice

Read More
Starting an IntentService at Background with a BroadcastReceiver...


androidbroadcastreceiverintentserviceandroid-intentservice

Read More
Can multiple service perform work parallelly at the same time...


javaandroidserviceandroid-intentservice

Read More
How to queue multiple tasks in a foreground service, so that they execute one by one?...


androidandroid-asynctaskandroid-serviceandroid-intentservice

Read More
Geofence works but after a while stops triggering...


androidperformanceandroid-geofenceandroid-intentserviceandroid-doze

Read More
HandlerThread vs IntentService...


androidandroid-intentserviceandroid-handlerthread

Read More
Update progress of notification from a background service...


androidandroid-notificationsandroid-intentservice

Read More
Android Oreo service restriction affect intentservices from job schedulers?...


androidandroid-intentserviceandroid-jobschedulerandroid-8.0-oreo

Read More
create a service always for every broadcast receiver?...


androidbroadcastreceiverandroid-intentservice

Read More
What are typical use cases for multithreading vs services?...


androidandroid-asynctaskandroid-serviceandroid-jobschedulerandroid-intentservice

Read More
Access Room database to update widget in onHandleIntent method of IntentService...


androidandroid-widgetrx-javaandroid-roomandroid-intentservice

Read More
BackNext