Wednesday, May 06, 2015

Android Service Example

https://android.googlesource.com/platform/development/+/master/samples/ApiDemos/src/com/example/android/apis/app/

RemoteService: an example of implementing an application service that runs in a different process than the application.

MessengerService.java: remote interaction with a service, without needing to define an AIDL interface

No comments:

Related Posts Plugin for WordPress, Blogger...