Android Question Googlemaps and camera in same project

s2info

Member
Licensed User
Longtime User
Hi,
Can I have on a project the camera and GoogleMaps together? I have the following problem: a project has two buttons: one button for photo (displays the camera image) and the other shows the map.
1. when I click on the picture, the camera image appears correctly
2. when I click on the map, the map also appears correctly
3. the problem: When I click the photo button again, the map is shown instead of showing the image of the camera. I can only see the image restart the application.
Simply access the map once to the camera image display stop appearing.
(translated by google)
 

nw11

Member
Licensed User
Longtime User
I had the same problem .. I've solved with 'Panel101.BringToFront' before init camera
 
Upvote 0
Top