Tag archives for Android Dev

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

Creating a Barometer Application for Android

We continue our exploration of the sensors supported by the Android SDK with pressure sensor. To discover how to use this sensor, we are going to create a Barometer Application for Android. As a reminder, a Barometer is a scientific instrument used in meteorology to measure atmospheric pressure. By using the data provided by the pressure sensor of Android devices,…
Continue Reading