The android image viewer getting results back tutorial is the third part to the android image viewer tutorial series. Where the viewers will be shown how to create a basic android application that  loads an image thumbnail and then displays it on the full screen. This android tutorial series targeted towards beginners to android who would like to learn […]

Read more

The making android video app full screen tutorial describes how to use Kitkat’s immersive full-screen mode to create a full screen app. The android video app full screens tutorial comes recommended for android beginners and people new to android. Get Code The code relating to this tutorial can be found here https://github.com/mobapptuts/android_camera2_api_video_app.git Tag camera2-video-full-screen or you […]

Read more

The android image viewer action open document tutorial is the second part to the android image viewer tutorial series. Where the viewers will be shown how to create a basic android application that  loads an image thumbnail and then displays it on the full screen. This android tutorial series targeted towards beginners to android who would like to learn […]

Read more

The android video app adding icons tutorial is the first episode in an android tutorial series on how to create an android camera application that takes video as well as simultaneously capturing images when the camera button is pressed. The android video app adding icons tutorial comes recommended for android beginners and people new to […]

Read more

The android image viewer look and feel tutorial is an introduction to a new tutorial series for beginners to android. Where the viewers will be shown how to create a basic android application that  loads an image thumbnail and then displays it on the full screen. This android tutorial series targeted towards beginners to android who […]

Read more

This android tutorial series is about explaining how to do the android camera2 api raw capture. Where we show how to capture the raw image to a file. This tutorial is a follow on from this one where the setup for the application is done. Get Code The code is now on github you can […]

Read more

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

This android tutorial series is about explaining how to do the android camera2 api raw setup. Where the android application will be capturing raw images. Get Code This code has been based on the android camera2 api app tutorial series that can be found here The code to start this tutorial is on github here https://github.com/mobapptuts/recyclerview_image_gallery.git Tag camera2-write-swap-fix […]

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