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
Android

Rediscover the joys of the famous 15 Puzzle – Game of Fifteen on Android

The 15 Puzzle, also known as Game of Fifteen or Mystic Square, is a sliding puzzle consisting of a frame of numbered square tiles in random order with one tile missing. The puzzle also exists in other sizes, particularly the smaller 8 Puzzle. If the size is 3x3 tiles, the puzzle is called the 8-puzzle or 9-puzzle, and if 4x4…
Continue Reading
Android

Learn to create a Rotary Dialer application for Android

Classically, Android users use stock dial to make calls. There are also many alternatives available on Google Play Store for stock dial. But, some users like add a touch of retro to their smartphone and seek for an old school rotary dialer. If old guys are nostalgic about old rotary dialers, young guys sometimes doesn’t know what it is. So…
Continue Reading
Android

Learn to make calls programmatically on Android

Smartphones are always more and more powerful but at the end, the main usage of a smartphone remains calling some people to communicate with them. In this tutorial, you are going to discover how to make calls programmatically on Android. You can also discover this tutorial in video on YouTube : First, we need to create a layout with an…
Continue Reading
Android

Discover all the joys of the famous fortune Unix program on Android

For users familiar with Unix and Linux systems, the word fortune has a very special meaning. Indeed, Fortune is a small, simple command line program displaying a random message from a database of quotes. Intended mainly for computer scientists, these quotes correspond mostly to jokes about computer science and programming. Nevertheless, there are also quotes from science fiction such as…
Continue Reading
Articles

What phones to expect for the MWC 2017 ?

After long weeks of waiting, the time has come for all mobile fans. The Mobile World Congress 2017 will start this week-end in Barcelona. It is the 30th edition of this congress. Even if Samsung won't unveil its much-awaited Galaxy S8 during this Mobile World Congress edition, there are more exciting devices which will be announced by the other manufacturers.…
Continue Reading
Android

Learn to create a Proximity Detector App on Android

Android devices have a lot of different sensors. Amongst them, most of them have a proximity detector sensor. It detects when your hand is close of the device. In this tutorial, you are going to create a Proximity Detector Application for Android by using the proximity detector sensor. Note that this tutorial is also available on Youtube :   First…
Continue Reading
Android

Learn to use WebSockets on Android with OkHttp

Like you should know, WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. It is supported in HTML 5. Since the version of the OkHttp library, you can also use WebSockets connection in your Android applications. In this tutorial, you are going to learn how to create a simple chat application with the Echo WebSocket…
Continue Reading
Android

Learn to create the game “Spin The Bottle” on Android

What is better that creating some funny games to learn the basics of Android development ? Today, you’re going to discover more on the Android Animation API by creating the game “Spin The Bottle”. Note that you can discover this tutorial in video on Youtube too : Spin the bottle is a party game in which several players sit/stand/kneel in…
Continue Reading