Story Background In the android studio debugging introduction post I want to talk about when people submit bug requests in the form of youtube comments. I make my tutorials with Nexus devices using the latest version of android OS at the time. Therefore I only support the Nexus devices on the version of Android OS that I […]

Read more

Introduction The android studio git creating applying patches tutorial explains how to use android studio for generating patches which would generally be used for code fixes. And then the tutorial will demonstrate how to apply a patch in the form of a code fix. This android developers tutorial will be using this tutorial as a real […]

Read more

The android image viewer setting panning bounds tutorial describes how to fix a couple of the main issues from the previous tutorial. Which are The location of the previous pan is not saved which is causing a jittering affect. No limits have been set to panning to the end of the image, therefore the areas outside […]

Read more

The android video app adding record timer tutorial describes how add a timer when recording. This android tutorial shows how to use the android Chronograph view. Which is a simple view to display the elapsed time. The timer will only be displayed when the android video app is recording. Get Code The code to start this […]

Read more

The android image viewer panning tutorial describes how to implement panning on the image view when it is in zoomed in position. There are a couple of issues which will be resolved in the following tutorial. Which are there are no limits to the panning length. And the previous coordinate of the last pan movement […]

Read more