Android training : Services FAQs
24 March 2012
SERVICES What is a service? A Service is a component that can perform long-running operations in the background and does not provide a user interface. Should I use service only for above purpose? No, there is another purpose, if you want to share some functionality with other application, then use Service. Using binder IPC one can share [...]


Latest Comments