My LWUIT application has 3 Forms:
1) FormA 2) FormB 3) FormC
The current form being displayed on the screen is FormB.
Case 1:
If the user swipes his finger LEFT on his touch screen phone, I want LWUIT to capture that event and display FormC
Case2:
If the user swipes his finger RIGHT on his touch screen phone, I want LWUIT to capture that event and display FormA
How do I do this? I think it has to do something with drag event but not sure how to implement it.
Thanks.