@alice @RobinHood: I am bit busy. I may not able to present in event... If you are not busy in between 5 - 6 ..Please lead event if sufficent interested people are present....Thanks
@Alice @RobinHood: And if not, then leave msg for me.....
My requirement is neither to display camera preview nor to use camera intent for image capture.
There for I find a way which is working for my first testing device (Galaxy tab 7").
My CaptureImage function is as below
private void CaptureImage() {
int FrontCameraFound = getCameraID();
...
My requirement is neither to display camera preview nor to use camera intent for image capture.
There for I find a way which is working for my first testing device (Galaxy tab 7").
My CaptureImage function is as below
private void CaptureImage() {
int FrontCameraFound = getCameraID();
...
Getting strange problem from Facebook SDK
Application is Mis-Configured for Facebook login.
Press Okay to go back to the application without connecting to Facebook.
Question already asked here, I tried but not finding any solution in given answers.
this problem does not return any error or resp...