I'm developing on new galaxy camera. My application have to make a picture using the native camera application. Is it possibile to start the native camera application and when picture is taken, return to my application? I can i do this? Thanks
Asked
Active
Viewed 4,120 times
1
-
Have you search on google? Or tried anything? Check this: http://www.vogella.com/articles/AndroidCamera/article.html . It's good tutorial – MysticMagicϡ Dec 05 '12 at 10:21
-
1Try this :-http://stackoverflow.com/questions/2729267/android-camera-intent – Ali Imran Dec 05 '12 at 10:30
-
Thanks for replay. I tried several tutorial but the problem is the galaxy camera is a real "camera" and have a native button for take picture and a native button for zoom. If I use Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); I can't take picture with that button. Sorry for my bad english :) – user1878626 Dec 05 '12 at 10:32