Click here to Skip to main content
15,868,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi i currently have a system which i would like to develop.

It is a .net based application in which would be primarily used on a tablet.

what i would require is when the user selects a menu item e.g. capture image
it would open the camera and once the click the camera capture the image and save that image to the cloud server/database and revert the user back to the menu screen.

Please could someone share some guidance on how to proceed with this.
Posted

1 solution

If you are working on android you can use startActivityForResult method of activity class.
by this function you can call another activity only for a specific task (say capturing a image).
After that it returns the value in intent which can be easily retried.
And when it is back to activity we can then send it to cloud/database or where ever you want
 
Share this answer
 

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