Latest
Kotlin
-

How To Use Retrofit Tutorial in Kotlin
Read more: How To Use Retrofit Tutorial in KotlinWhat is Retrofit? Retrofit is a REST Client for Android and Java/Kotlin by Square. It makes it relatively easy to retrieve and upload JSON…
-

Navigation Drawer in Kotlin Android
Read more: Navigation Drawer in Kotlin AndroidSo What is Kotlin ? Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with…
-

Getting Current Location in Android using Kotlin
Read more: Getting Current Location in Android using KotlinSo in this tutorial, we’ll be learning about getting the user’s current location in Android using kotlin (latitude & longitude). We will be using…
-

Room Database in Kotlin
Read more: Room Database in KotlinWhat is Room? Room is part of the Android Architecture Components presented in the Google I/O 2016. It is not an ORM, it is…