python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
When using an Android bound service type, can the Server (service) initiate a request to the Client (Activity)?
Via examples on the web, I've put together the following test app with a single Activity (MainActivity) and a remote service (MyRemoteService). From MainActivity I'm able to establish a connection and...
Jim
Votes: 0
Answers: 1
Android 12 breaks AIDL/IPC with runtime permissions on IPC APK
Pre-Android 12 I could create proprietary Bluetooth health device driver service APKs and exchange info with them from a main application via AIDL. The driver APKs have no UI and launch nothing when i...
Brian Reinhold
Votes: 0
Answers: 1
Thread inside Service keep running even after the service is killed by the system
my thread is basically a loop of some actions.
I have set a few checks in my loop, to check basically if a boolean is still true or false. The boolean is set to true when starting the service and set ...
zaxunobi
Votes: 0
Answers: 1
what is difference between setForeground and setForegroundAsync in kotlin
Hey I am working in WorkManager. My code is running in android 11 and below . I want to support WorkManager for sdk 31(android 12). I am reading doc and it confused for my scenario Backwards compatibi...

Vivek Modi
Votes: 0
Answers: 0