adding a slide to unlock or open button android
I have an ope开发者_如何转开发n screen to my app and I want to add a slide to unlock open button to that screen so when the user will slide it he will enter the application.
can someone help me???
Thanks in advance
Use GestureDetector and implement onFling Event. One of the post to implement it
精彩评论