Click here to Skip to main content
16,004,861 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello guys,

Here i want to add a validation like in the whole day the camera is open only 10 times for capturing an image.At Specific date the camera snap the picture only 10 times if he click on more time the message will display like your limit is only 10 for snap the picture on this date(Today's Date).
Posted
Updated 7-May-13 2:07am
v2

1 solution

Hello Varsha,

Please have a look at this documentation http://developer.android.com/reference/android/hardware/Camera.html[^]. Camera.ShutterCallback interface is what I think will interest you.

Regards,
 
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