-
Notifications
You must be signed in to change notification settings - Fork 17
SL4A EventFacade
michael edited this page Nov 9, 2015
·
3 revisions
Manage the event queue.
Usage Notes:EventFacade APIs interact with the Event Queue (a data buffer containing up to 1024 event entries).Events are automatically entered into the Event Queue following API calls such as startSensing() and startLocating(). The Event Facade provides control over how events are entered into (and removed from) the Event Queue. The Event Queue provides a useful means of recording background events (such as sensor data) when the phone is busy with foreground activities.