Tutorial that describes how to upgrade the android camera2 api to android marshmallow. For this android tutorial we need camera & write storage permissions. The android camera2 api application requires in theory three permissions to function, read external storage access for the recyclerview gallery, camera permission to access the camera2 services and write external storage permission for saving the […]

Read more

For this tutorial we describe how to upgrade the android video app to android marshmallow. For this android tutorial we will be supporting read external storage. The android video application requires two permissions to function, read external storage access to load the video and the access to an external camera application for the video capture. Because the application […]

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