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
Kotlin

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

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

Discover the Java’s History from the Features side

Before Java emerged as the top programming language, C++ was the real deal and the top dominant language in the industry. By creating Java, the creators wanted to tackle most of the things that C++ offered while getting rid of some of the more tedious tasks that came with the earlier languages. With Java, they reached their goal ! In…
Continue Reading
Android

Create your first Android App with Kotlin

Kotlin is an official language to make Android Application since Google I/O 2017. Kotlin is a fun, expressive and modern language which can be considered as the language of the future to create Android Applications compared to Java. In this tutorial, you are going to create your first Android Application with Kotlin : a simple counter with plus and minus…
Continue Reading
Android

Trap your Friends with Broken Screen Prank for Android

Broken Screen Prank simulates the broken screen effect on smartphones and tablets to have fun with your friends. Don’t worry, it will not harm your smartphone or tablet. Broken Screen Prank is a funny application to prank your friends by simulating the broken / cracked screen effect. Broken Screen Prank offers you to choose amongst 5 different broken screen styles.…
Continue Reading