Category: Kotlin
-
How to get continuous location updates in Android
I will explain how to update the live location to the server every some interval. For example, sending live location to the server every 1 minute.
-
Beginning Android Development with Kotlin
Contents What is Kotlin? Why kotlin in Android? Kotlin internals Java vs Kotlin Features available in Kotlin What is Kotlin? Kotlin is a general purpose, open source, statically typed programming language for the JVM, Browser, Native, and Android that combines object-oriented and functional programming features. In July 2011, JetBrains unveiled Project Kotlin, a new language…