67. Android Local Bound Services – A Worked Example
As outlined in some detail in the previous chapters, bound services, unlike started services, provide a mechanism for implementing communication between an Android service and one or more client components. The objective of this chapter is to build on the overview of bound services provided in “An Overview of Android Services” before embarking on an example implementation of a local bound service in action.