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…
Create a Roll Dice Game on Android with Shake Effect
A Roll Dice Game is a simple game in which you have to roll some dice and trying to make the highest score possible by adding the values of the two dice. In this tutorial, you are going to learn how to create a Roll Dice Game on Android. It’s a good way to discover how to manipulate simple view…
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…
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…
Monitor your Android devices accurately with CPU System Info 64
Android devices become more and more powerful. Now, Smartphones and Tablets are kind of real computers with pocket size. Besides, Android devices make always more operation in background which users ignore. So, how to monitor and to know accurately the capacities of your device ? What are its data and information ? To answer to these questions and know everything concerning your…
Discover Top 7 free tools for Muslims on Android
The most important month of the year has just started today for all Muslims in the World with the beginning of the Ramadan 2017. With the technology and smartphones in particular, Muslims can now have a lot of tools in their hands to live their religion in a better way. In the following of this article, we offer you top…
Learn to create a Roll Dice Game on Android
A Roll Dice Game is a simple game in which you have to roll some dice and trying to make the highest score possible by adding the values of the two dice. In this tutorial, you are going to learn how to create a Roll Dice Game on Android. It’s a good way to discover how to manipulate simple view…
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…
Take up the challenge of the Word Search Puzzle Game on Android
Word Search Puzzle Game, also known as Word Find or Mystery Word, is a word game which consists of the letters of words placed in a grid. Usually, the grid has a rectangular or square shape. The objective of the Word Search Puzzle Game is to find and mark all the words hidden inside the grid. The words may be…
Implement Audio Streaming in Android Applications
Streaming an audio media consists to receive constantly data from a remote source and to deliver the audio data received to the end-user. Nowadays, everyone uses streaming platforms daily. For example, YouTube is a streaming video platform. In this tutorial, you are going to discover how to implement audio streaming in an Android Application. Note that you can also discover…