Tuesday 23 December 2014

How to build and consume Services in Android ?

The Android Platform provides a complete software stack. This means you get an operating system
and middleware,as well as working applications (such as a phone dialer).

Alongside all of this,you have an SDK that you can use to write applications for the platform.

Thus far,we've seen that we can build applications that directly interact with the user through
a user interface.We have not , however , discussed background services or the possibilities of
building components that run in the background.

It includes HTTP services,background tasks and interprocess communication.

No comments:

Post a Comment