Skip to content

Proof of concept for binding to a service in a separate app, and retaining the service connection during a screen rotation.

Notifications You must be signed in to change notification settings

wsanville/AIDLTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The goal for this is to:
1) Deploy a service in one application, and use it from a differernt application using AIDL.
2) Bind and unbind to the service properly from the consumer app.
3) Support screen rotation and default config change behavior from the consumer app.
4) Don't block the UI thread in the consumer app (done via a callback interface).

About

Proof of concept for binding to a service in a separate app, and retaining the service connection during a screen rotation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages