Click here to Skip to main content
15,897,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created a camera app with fragments, I have implemented touch to focus in this. I am now merging my code with another persons and they have included sliding menus which also use touch events. After merging the sliding menus still work well, however, my touch event method isn't being called. I'm assuming that it is being over ridden or something along those lines by the sliding menus?

I am calling my cam fragment from the main activity, where all the fragments are being controlled. Is there a way around this? having both touch events? When the cam fragment is loaded the sliding menus aren't being used, my thought was to check if fragment is visible, then set the menu to null...

Any thoughts?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900