Author Archives: s.saurel - Page 2

Android

Develop a Password Strength Calculator Application for Android

Security has become a major IT challenge. At the heart of this security is the need to force application users to define truly secure passwords. Within an Android application, you may have to offer your users the creation of an account with a login/password. To ensure that they define a sufficiently secure password, I suggest you discover how to develop…
Continue Reading
Articles

Create a Bitcoin Price Index Watcher in HTML5

Everyone is talking about Bitcoin. The Bitcoin madness and the Blockchain revolution seem to be taking over the world. So, why not learning how to consume REST Web Services in HTML5 by creating a Bitcoin Price Index Watcher? In that tutorial, you are going to learn how to make AJAX requests in HTML5 by consuming a Web Service provided by…
Continue Reading
App Reviews

Everything You Need to Know About Solitaire: Layout, Basic Rules, Helpful Tips

You probably know Solitaire as one of the standard classic games presented in Windows operating systems since the 90s. While the earliest records of this game played with physical cards appeared in the 1700s in Northern Europe and Scandinavia, Solitaire card games have become extremely popular with advancements of computers. You might have tried it at least once. But if…
Continue Reading
Articles

Creating a Rock Paper Scissors Game in Java with a Markov Chain for the AI

Rock Paper Scissors Lizard Spock Game is an extended version of the classical Rock Paper Scissors game first mentioned in the Season 2 of “Big Bang Theory” by Sheldon Cooper. As Sheldon Cooper explains, the rules of RPSLS are the following : “Scissors cuts paper, paper covers rock, rock crushes lizard, lizard poisons Spock, Spock smashes scissors, scissors decapitates lizard,…
Continue Reading
Articles

How Can You Explore All Microsoft AZ-300 Exam Topics Thanks to Practice Tests from Exam-Labs?

Microsoft AZ-300, Microsoft Azure Architect Technologies, is designed for the professionals who have the relevant skills and knowledge in network, compute, security, and storage and can design solutions that function on Azure. Suffice to mention that it is one of the two exams that lead to the award of the Microsoft Certified: Azure Solutions Architect Expert credential. This certification guide…
Continue Reading
Kotlin

Build a Binary Converter Android App with Kotlin

A Binary Converter lets users to convert ASCII texts to Binary format. Even better, the inverse operation is also possible : converting a Binary content in equivalent ASCII text. In that tutorial, you are going to build a Binary Converter Android App with Kotlin. Note that you can also watch this tutorial in video on YouTube too: Creating the User Interface…
Continue Reading
Android

Develop a Chuck Norris Facts Android App with Kotlin

Chuck Norris Facts is an Internet phenomenon with joke “facts” about martial artist and actor Chuck Norris. The “facts” are jokes about Norris’ toughness, attitude, virility, “alpha-male status”, and masculinity. In that tutorial, you are going to build your own Chuck Norris Facts Android Application with Kotlin. Android Studio is the IDE used in this tutorial. It is a good…
Continue Reading
Android

Creating an In-App Keyboard for your Android Apps

Previously, I shown you how to create a System Keyboard for Android with Android Studio. Today, you are going to create an In-App Keyboard for Android Apps. An In-App Keyboard is a custom Keyboard which will be used exclusively within your Android Application. Note that you can also watch this tutorial on YouTube :   Creating the layout file for the Keyboard…
Continue Reading