does anyone have a suggested technique for using Buttons within fragments? I am currently using an onTouchListener. The issue is that when a user tries to slide the fragment.. its too easy to accidentally press the buttons. There are methods in the event class such as getDownTime() but this seems to retrieve the time from when the app was started. Any suggestions would be great! And onLongClickListener is too long!
Asked
Active
Viewed 95 times