The android image viewer adding long click press tutorial is the sixth part to the android image viewer tutorial series. This is a continuation of the android image view series where we will now be adding more advanced features to the android image viewer. The first feature we will be focusing on is pinch zoom. To make […]
Read moreThe android video app get camera device id tutorial describes how to select the camera on the device that you would want to use for your android video application. Normal in smartphone devices you would expect to see two camera’s one front facing normally used for selfie mode and a main rear facing camera. In this […]
Read moreThe android image viewer using Glide library tutorial is the fifth part to the android image viewer tutorial series. There are a couple of major issues with the android image viewer application. One is that the bitmap is being loaded on the main UI thread which will affect and delay the frames being rendered to the display. And […]
Read moreThe android video app setup background thread tutorial describes how to create an android handler and thread for that handler. It is important to setup a background handler to remove time consuming tasks from the main UI thread. Many of the api’s provided by android camera2 provide support for a background thread handler. So it’s […]
Read moreThe android video app camera device setup tutorial describes how to create and initialise the android camera2 api CameraDevice which is a representation of the actual device’s camera. This is one of the steps that has to be done before a connection to the camera can be made. Get Code The code to start this tutorial […]
Read moreThe android video app surface texture listener tutorial describes how setup a listener for the TextureView which get’s called once the TextureView is available. And once the android TextureView is available we will be able to retrieve its width & height dimensions which are required to calculate the application’s preview and video resolutions. Get Code The code relating […]
Read moreThe android image viewer displaying the image tutorial is the forth 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 moreThe 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 moreThe 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 moreThe 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
Recent Comments