2011-04-06
Android Services (Daemons in Android)
A Service is an application component that can perform long-running operations in the background and does not provide a user interface. Another application component can start a service and it will continue to run in the background even if the user switches to another application. Additionally, a component can bind to a service to interact with it and even perform interprocess communication (IPC). For example, a service might handle network transactions, play music, perform file I/O, or interact with a content provider, all from the background. (source: developer.google.com)
Subscribe to:
Post Comments (Atom)
Github CoPilot Alternatives (VSCode extensions)
https://www.tabnine.com/blog/github-copilot-alternatives/
-
Entity Framework (EF) Documentation Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relat...
-
Best PHP Frameworks 2014 – Phalcon, Laravel, CodeIgniter, Yii, Symfony http://briananglin.me/2014/01/best-php-frameworks-2014/ "...
-
Paging Through a Query Result Paging through a query result is the process of returning the results of a query in smaller subsets of data...
No comments:
Post a Comment