Posts for Kotlin

Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference

Build a Note Taking Application using Kotlin

In this article, we’ll be exploring different use cases for the Android Architecture Components (AAC) in building a simple Word Application. This application will be able to take data input from the user using LiveData, save it a Local Database which we’ll be employing Room, and finally displaying this data in a recyclerview to the […]

February 7, 2020 in Android & Kotlin & Tutorials