Tag archives for Tutorial - Page 4

Android

Learn to get Memory Info at runtime on Android

In that tutorial, you are going to discover how to get Memory Information concerning a smartphone or tablet on Android. In an Android application, you can get information concerning : The available memory on the system The total memory accessible by the kernel The maximum number of bytes the heap can expand to The current number of bytes taken by the…
Continue Reading
Android

Learn to display current time in English Words on Android

In that tutorial, you are going to discover how to display the current time in English words on Android. As a developer, you know probably how to get the current time via the standard SDK but do you know how to display this time in English words to let the users to read directly the time on the screen ?…
Continue Reading
Android

Recreate the Countdown Math Game on Android

The Countdown Math Game, also known as Good Count Math Game, is a game made famous in England with the TV game show Countdown which started in the sixties and then exported in a lot of countries around the World. The Countdown Math Game involves number puzzles in which you must make arithmetic operations to reach a random target number…
Continue Reading
Android

Learn to create a Paint Application for Android

Paint applications are become famous thanks to Microsoft Paint, well known as simply Paint or Paintbrush. It was a simple computer graphics application included with all versions of Microsoft Windows. In this tutorial, you are going to discover how to create a Paint Application for Android which will let users to draw on the screen with their fingers. Our Paint…
Continue Reading
Android

Learn to create a Luminosity Detector Application on Android

Android devices have a lot of devices to play with. In this tutorial, we are going to play with the ambient luminosity sensor to create a Luminosity Detector Application for Android devices. You can enjoy this tutorial in video on YouTube : To start, we are going to create an ultra simple User Interface for our application. We just need a…
Continue Reading
Android

Learn to create a Thermometer Application for Android

Android devices have a lot of interesting sensors letting you to make fun applications. Amongst the sensors supported by the Android SDK, the Ambient Temperature sensor lets us to know the temperature measured by an Android device. By using this sensor, we are going to be able to create a Thermometer Application for Android.   Note that you can enjoy…
Continue Reading
Android

Learn to create a Morse code Converter App for Android

Like you must know, the Morse code is a method of transmitting text informations as a series of on-off tones, lights, or clicks which can be directly understood by a skilled listener or observer without special equipment. It is named for Samuel F. N. Morse, an inventor of the telegraph. In this tutorial, you are going to discover how to…
Continue Reading
Android

Learn to create a Slot Machine for Android

In that tutorial, you are going to discover how to create a Slot Machine for Android with Android Studio. A Slot Machine, also known as one-armed bandit, is a casino gambling machine with three or more reels which spin when a button is pushed. Our Slot Machine will have three reels. Note that you can also enjoy this tutorial in…
Continue Reading