Proof of concept for binding to a service in a separate app, and retaining the service connection during a screen rotation..
AIDLTest is hosted in the following web site
https://github.com/wsanville/AIDLTest
If you think the Android project AIDLTest listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AIDLTest.
Item | Value |
---|---|
Java File Count | 8 |
Minimum SDK Version | 15 |
Activity Count | 2 |
AIDLTest has the following Java source files.
co.touchlab.aidltest.client.MyActivity.java co.touchlab.aidltest.client.NoRotationSupportActivity.java co.touchlab.aidltest.interfaces.Article.java co.touchlab.aidltest.interfaces.Category.java co.touchlab.aidltest.interfaces.Constants .java co.touchlab.aidltest.services.MockDataStore .java co.touchlab.aidltest.services.RemoteService.java co.touchlab.aidltest.services.RemoteServiceBinder.java