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

Different types of hardware can stress an application in different ways like the nexus 5x so I took the opportunity to do some android camera2 api bug fixes Get Code The code is now on github you can get it from here https://github.com/mobapptuts/recyclerview_image_gallery.git Tag camera2-write-swap-fix or else run this command git clone https://github.com/mobapptuts/recyclerview_image_gallery.git –branch camera2-write-swap-fix Bug fixes […]

Read more

In the android camera2 api preview orientation episode we provide orientation support for the preview screen that affects some none nexus devices. Get Code The code is now on github you can get it from here https://github.com/mobapptuts/recyclerview_image_gallery.git Tag camera2-preview-orientation or else run this command git clone –branch camera2-preview-orientation https://github.com/mobapptuts/recyclerview_image_gallery.git Code Samples CamaraIntentActivity Implement the transform […]

Read more

In the android profiling image libraries the winner tutorial we find out which android image loading library is best for the recyclerview grid gallery. At the beginning of this activity I was not sure if they would be enough differences to point to one clear winner best suited for the android recyclerview grid gallery. But […]

Read more