What is the simplest way to implement swipe detection (from left only) in all activities? I want to avoid adding more transparent panels etc that seem to prevail in the samples I have looked at.
I have a well implemented back key handler that decides whether to go back to the previous activity or to remain in the same activity and show the previous panel.
I just want to speed up and simplify the user experience by catching the swipe and calling the sub that handles my back key processing.
I have a well implemented back key handler that decides whether to go back to the previous activity or to remain in the same activity and show the previous panel.
I just want to speed up and simplify the user experience by catching the swipe and calling the sub that handles my back key processing.