Not sure if possible, but is there a way to have an application running in the background and that will work with other applications?
For example – can I have an application that add gesture shortcuts (for example for paste) and it will work with ANY application I run?
Kind of a service running in the background.
Not sure if possible, but is there a way to have an application running
Share
Yes, there is excatly that kind of thing. And it’s called… Service
There are many good tutorials out there on this topic, like this one.
Also you might want to check the Android resources on Gestures.