Does the Droid SDK support sliding your finger across the screen to go back to the previous screen, instead of using the back key?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume that you mean “slide” as the unlocking system of i-phone.
Nothing is inbuilt for going back to previous screen..for implementing finger detection Implement GESTURE and implement OnFling() function.
OnFling() is the function that fired when the same kind of action performed as event unlocking the i-phone.