The android video app connect camera device tutorial describes how to make a connection to the device’s camera. Patch for Manifest.permission.CAMERA issus For those of you who have been having an issue with the Manifest.permission.CAMERA a patch is provided containing the fix. I’ve provided the patch at github here . And it just needs to be saved to […]

Read more

The android image viewer create custom image view tutorial describes how to create your own ImageView based on the View class. The reason for creating a custom view class is because of the flexibility offered in a custom class of this type. For example for pinch zoom on a image a number of gestures will […]

Read more