Dear All,
In Android I am writing an application in which, I would like to capture an event if in case user doesn't do any activity (tapping/key press).
For better context - It is like session timeout.
Basic solution - I can override the key press/tapping event and put one timer which continuously run either as thread or service. In my opinion this is bit heavier solution in terms of resource.
Any thoughts for elegant solution?