Thursday, December 13, 2012

[android-developers] Touch events to the Android OS

- an android service running in BG

- the service gets input data from a data stream

- the data received from the data stream will be co-ordinates of points on the display. Example: (20, 30)  (320, 56)

- when a co-ordinate is received, the service has to send the Android OS, that a touch event has occurred at the co-ordinate. Example: when a co-ordinate (25, 50) is received, the service will notify the Android OS, that a touch event has occurred at (25, 50). The user has NOT touched on the device screen, instead, the service simply gets these co-ordinates from the data stream and sends them as touch events to the Android OS.

Is it is possible in android.



--
Regards,

Perumal.N

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment