Introduction The camera intent android nougat support tutorial describes the changes required for how to support file Uri’s to android nougat and later. For android nougat (SDK 24) and later a file Uri can no longer be passed to another android application via the android intent. Instead a Content:Uris with storage permissions applied must […]

Read more

For this tutorial we describe how to upgrade the camera-intent to android marshmallow. Which will adding runtime permissions for writing to external storage. The security permissions in android marshmallow have gone through significant changes where the user now grants permissions while using the application instead of the old way which was to accept a list […]

Read more

Load Bitmaps Properly Part 6 explains the issues involved when loading bitmaps and the correct procedure to use.  

Read more

Save Photo to Storage Part 5 explains how to create a file whose location will be passed to  the camera application where it will save the photo on capture.  

Read more

Display Thumbnail Part 4 grabs the bitmap returned from the external camera application and puts it on to the image view created in the layout.  

Read more

Take Photo Part 3 involves calling an external camera application to capture the photo and then return back to the application.  

Read more

Add camera button Part 2 explains how to replace the standard hello world text view and replaces it with a clickable button view.  

Read more

This first tutorial in the how to create an android camera app is part 1 – create project, which is setting up the initial project with the default hello world app  

Read more

The android camera intro which introduces the six part video tutorial series on how to create an android app using intents  

Read more