Hi everyone,
I was wondering if someone had an idea of how to proceed to listen
for touch events transparently, as like many app launchers are doing.
Example :
(blue line are normally invisible and are actually the reactive area of the app which will triggers the layout activity when touched.)
Pie Control
I figured that I need to create a service that would listen for touch
events in defined area and launch the wanted activity (the current launcher).
My question, i suppose, is: How do I listen "silently" (as I want the
launcher being accessible from any apps) to listen for touch events.
I've been through the 10 first pages of the user examples and looked for
some hours on the forums without finding a propper method to do that.
Anybody could enlighten me on the matter ?
Meanwhile, I'll continue to look out and post my findings
so hopefully it can helps others too (provided that I find something more
on it.
I was wondering if someone had an idea of how to proceed to listen
for touch events transparently, as like many app launchers are doing.
Example :
(blue line are normally invisible and are actually the reactive area of the app which will triggers the layout activity when touched.)
Pie Control
I figured that I need to create a service that would listen for touch
events in defined area and launch the wanted activity (the current launcher).
My question, i suppose, is: How do I listen "silently" (as I want the
launcher being accessible from any apps) to listen for touch events.
I've been through the 10 first pages of the user examples and looked for
some hours on the forums without finding a propper method to do that.
Anybody could enlighten me on the matter ?
Meanwhile, I'll continue to look out and post my findings
so hopefully it can helps others too (provided that I find something more
on it.