Archives for Tutorials - Page 5

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
Java

Parse and write JSON data in Java with Gson

Nowadays, JSON is the most widespread format to exchange data on the Web. REST Web Services use it. JSON is lighter than XML and lets to save bandwith when you consume this services. In Java, there is a great library named Gson that makes developers' life easier. Created by Google, Gson is open source and available on GitHub here : …
Continue Reading
Articles

The Ultimate Guide to Java 9

After some months of delays, Java 9 is coming ! Java 9 is attended for general availability On September, 2017. In that article, you’re going to discover the major new features of Java 9. Don’t hesitate to leave me some comments if I forgot some important things. Main Features Java Platform Module System – JSR 376 Process API Updates – JEP…
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
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