Tag archives for Android

Android

Create a NFC Reader Application for Android

NFC (Near Field Communication) is an international standard for contact less exchange of data in very small range with a maximum distance of 10 centimeters between 2 devices. The specifications of NFC are made by the NFC Forum, a consortium of 170 companies and members including Mastercard, Nokia, Samsung or still Samsung. The Android SDK offers a support to read…
Continue Reading
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
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

Java vs Python: Which Programming Language Should an Android App Developer Use?

From start to finish, developing a mobile app on Android requires an immense amount of planning, work and testing. But in order to learn how to create an Android app, you’ll first need to learn a compatible programming language to script your app with. Currently, two of the most preferred languages for Android app development are Java and Python. These…
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
Android

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…
Continue Reading
Android

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…
Continue Reading