This may just be a design issue for my app, but curious how best to resolve it.
I have an activity where users can type in text and there are lot's of imageviews that take actions. I have an icon on the page that opens up a camera I wrote. Clicking the icon opens up a new activity with panel that operates as a camera.
If the users clicks on the camera, the click goes through to the buttons underneath in the original activity.
Is there a way to only have the current activity active, or disable the activity underneath while the topmost activity is active?
I have an activity where users can type in text and there are lot's of imageviews that take actions. I have an icon on the page that opens up a camera I wrote. Clicking the icon opens up a new activity with panel that operates as a camera.
If the users clicks on the camera, the click goes through to the buttons underneath in the original activity.
Is there a way to only have the current activity active, or disable the activity underneath while the topmost activity is active?