Tag archives for Play

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

Create an Audio Recorder on Android

Android SDK has a lot of possibilities to take profit of the smartphones features. Amongst them, there are the possibilities to record and play audio. Today, you are going to learn how to create an Audio Recorder on Android by using the MediaRecorder API provided in Android SDK. This tutorial is also available in video on Youtube : Part 1…
Continue Reading