I want make an app/service that looks like (Nexus One touch buttons) for the navigation keys (Home, menu,Back, Search)
The buttons should always stay on top and send the command to the actually app thats running.
Someone have ideas and sample codes how to do that?
Update:
I also see and test an app wich show a "cracked display" always ontop so that tecnic maybe shold be useful to always show the buttons on top.
Those function, show the button and catch the "touch event" and send the event to the active program should be in a service module wich runs in background.