Archives for Android - Page 3

Android

Learn to create a System Keyboard on Android

In that tutorial, you are going to learn how to create your own System Keyboard on Android with Android Studio. A System Keyboard could be used in any application that a user has installed on his phone. Note that you can also discover this tutorial in video on YouTube :   Layout for the Keyboard The first thing to make is to…
Continue Reading
Android

Learn to create an Anagram Game for Android

In that tutorial, you are going to learn how to create an Anagram game for Android by using Android Studio. But what is an Anagram ? An anagram is direct word switch or word play, the result of rearranging the letters of a word or phrase to produce a new word or phrase, using all the original letters exactly once; for…
Continue Reading
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

Detect device year class on Android with Facebook Device Year Class

When you make Android applications, it is always useful to know the year class of the running device. Indeed, with that information, you can adapt the behavior of your application to the smartphone or tablet of your users. Obviously, the main goal being to offer them a better experience with your application.     For that, Facebook offers Device Year…
Continue Reading
Android

Transform your Android device into a real Centimeter Ruler to Measure

Sometimes, when you are working on some personal projects you need to measure some small things. Unfortunately, you have nothing on you to measure these small things. So, how can you measure these small things ? By chance, you have always your Android smartphone with you. With My Ruler to Measure offered by SSaurel’s Mobile Apps, you will transform your Android…
Continue Reading
Android

Bixby Voice : Full list of commands for the Galaxy S8 and S8+

Samsung has just made available Bixby Voice for US English. In that article, you are going to discover the full list of commands supported by Bixby Voice for the Samsung Galaxy S8 and S8+. The commands are grouped by categories : Common Commands Open Facebook What time is it? What’s the date today? Turn the volume up/down Restart off my phone…
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