Author Archives: s.saurel - Page 2
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…
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…
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…
Parsing XML data in Android Apps
JSON is become a very widespread format for the Web Services but in some cases, you would have to parse data in the good old XML format. In that tutorial, you are going to learn how to parse a XML file on Android. Note that there are various XML parses available in the Android SDK in standard. Thus, you can…
Develop a Roulette Game for Android
Roulette is a casino game with a wheel having numbers from 0 to 36. You must note that the American style roulette has a double zero. So, it has 38 sectors on the wheel. But, in that tutorial, we are going to create a French / European style Roulette Game. In the Roulette Game, players may choose to place bets…
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…
Creating a Lock Screen Device App for Android
Android SDK offers to developers a specific API, the Device Administration API, letting their users to lock the device screen directly inside an application. This feature can be interesting for some specific applications. In that tutorial, you are learning to create a Lock Screen Device App for Android using this feature. Note that you can also discover this tutorial in…
Develop a WiFi Scanner for Android
The Android SDK comes with a lot of exciting features for developers. The WiFi API provided with the SDK is really interesting. In that tutorial, you are going to develop a WiFi Scanner Application with Android Studio. You will learn how to scan the WiFi networks around your Android smartphone or tablet. Note that you can discover this tutorial in…
Create a Bitcoin Watcher Android App with Kotlin
We continue our learning of Kotlin to develop Android applications. Today we will see how to make HTTP requests with Kotlin. For this, we will develop an application to know the price of Bitcoin in real time. Note that you can discover this tutorial in video on YouTube : Adding dependencies To make HTTP requests in our application, we will…
Create a Step Counter Fitness App for Android with Kotlin
Android smartphones and tablets have a lot of sensors letting developers to create great applications answering to various use cases. In that tutorial, you are going to discover how to create a Step Counter Fitness Application for Android with Kotlin. A good way to discover how to make a simple application in Kotlin on Android Studio. You can also discover…