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 moreLoad Bitmaps Properly Part 6 explains the issues involved when loading bitmaps and the correct procedure to use.
Read moreSave 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 moreDisplay 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 moreTake Photo Part 3 involves calling an external camera application to capture the photo and then return back to the application.
Read moreAdd camera button Part 2 explains how to replace the standard hello world text view and replaces it with a clickable button view.
Read more
Recent Comments