January 2008
Beginner
352 pages
9h 6m
English
In this chapter: |
Services are designed to run in the background while you perform actions in the foreground. In the real world, many services run on servers where almost no foreground processing—word processing, games, or any other action—is taking place. Services are never intended to interact with the users or the desktop, nor are they meant to receive input from these sources. This is very important to understand. In this chapter, I will explain the circumstances in which you might decide to write services that interact with the desktop and are looking for interaction with the users on the desktop. Keep ...
Read now
Unlock full access