Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
How to get key events when application is in background?
My application has more than 20 screens so i am confused that which one is the best approach.
1. one activity and changing the views
2. separate activity for all screens.
I think, but am not sure, that the general way to do this is to register a service that will listen for key events that are not handled by whatever is in the foreground.
This will probably depend greatly on what all of the different screens do. At the most general level, you will probably have a mix, changing views when you work with data differently, and different activities for different data sets.
Can you provide any information on any API methods needed to register a service like this? I want to make a service that hooks long presses of the home key and replaces the system Recent Apps screen