Introduction In this Kotlin Tutorial: Basics learning on operators and types, you will learn about operators and types in the Kotlin programming language. In this part, we will explore numeric operators, usage of variables, types, and learn about strings. You will get the full benefits when you go through the tutorial in sequence. Reference on […]
Browsing Tag: Kotlin
Kotlin Tutorial: Getting Started
Introduction Kotlin tutorial getting started using REPL (Read-Eval-Print Loop) teaches you Kotlin Programming language with simple examples. You will learn the advantage of programming in Kotlin and install the IDE to practice. This Kotlin tutorial is mainly for the programmers who already know an object-oriented language and want to learn more about Kotlin. If you […]
Implement a simple timer using CountDownTimer in Android using Kotlin or Java
In this post, I will be covering how to Implement a simple timer using CountDownTimer in Android using Kotlin or Java. Android provides a utility class called CountDownTimer that you use to implement the timer. Schedule a countdown until a time in the future, with regular notifications on intervals that are set. Implementing CountDownTimer in Kotlin Android […]