Lines Matching refs:a
7 This is an app that has a minSdkVersion of 7 (Eclair)
8 and a targetSdkVersion of 15 (ICS). The target version
14 to the emulator and provides a number of "handlers". Handlers can be
17 sending a camera feed, etc.
23 - The app has a number of activities which connect to existing handlers.
25 Another way to see it is that the app handles a number of tasks which are
26 composed of a background handler (that consumes data form the emulator and
31 Here's a quick overview of the classes in the application:
37 These all derive from BaseBindingActivity which provides a few convenient common features
49 In the other direction, the activity provides a listener for the service to notify
55 and then the activity wants to provide a listener to get notified by the handler:
59 - EmulatorConnection abstracts a connection to the emulator.
60 - Object is first created by giving a non-null EmulatorListener.
63 - EmulatorListener is a callback: the emulator connection uses it to indicate