July 2012
Intermediate to advanced
528 pages
15h 41m
English
One important Android application component that can greatly enhance an application is a service. An Android service might be used to perform functions in the background that do not require user input or to supply information to other applications. In this chapter, learn how to create and interact with an Android service. Then learn how to define a remote interface using the Android Interface Definition Language (AIDL). Finally, learn how to pass objects through this interface by creating a class that implements a Parcelable object.
A service in the Android Software Development Kit (SDK) can mean one of two things. First, a service can mean a background process, performing some useful ...
Read now
Unlock full access