About Kailash Vaviya
LinkedInKailash Vaviya is a freelance writer who started writing in 2019 and has never stopped since then as he fell in love with it. He has a soft corner for technology and likes to read, learn, and write about it. His content is focused on providing information to help build a brand presence and gain engagement.
Articles by Kailash Vaviya
Kotlin Howtos
- The Ultimate Guide to Initializing Lists in Kotlin
- When and Where to Use the Kotlin Companion Object
- How to Add Items to Mutable and Immutable ArrayList in Kotlin
- How to Check Kotlin Variable Type
- How to Convert String to Int in Kotlin
- Kotlin Private Constructor
- How to Create Lists in Kotlin
- How to Implement the Builder Pattern in Kotlin
- How to Use of findViewById Function in Kotlin
- How to Use of Stack Data Structure in Kotlin
- Kotlin runBlocking: Bridging the Non-Coroutine World With Coroutine Code
- Difference Between Kotlin Init and Constructors
- How to Filter a List in Kotlin
- How to Get SimpleName in Kotlin
- How to Print to Console in Android Studio
- How to Use of Inline Functions in Kotlin
- The Difference Between Operators is and as in Kotlin
- Differences Between val and var in Kotlin
- Equivalent of Java Static Functions in Kotlin
- How to Create and Use Static Variables in Kotlin
- How to Handle Exceptions in Kotlin
- How to Implement Null Check in Kotlin
- How to Use the Elvis Operator in Kotlin
- Everything About Kotlin Generics
- How to Get the Current Index of a forEach Loop in Kotlin
- How to Sleep to Suspend a Thread's Execution in Kotlin
- How to Use of Scoping Functions in Kotlin
- How to Use of the Secondary Constructors in Kotlin
- Equivalent of Java String[] in Kotlin
- How to Add Items to a List in Kotlin
- How to Convert a Java File Code to Kotlin
- How to Difference Between !! And ? Operators in Kotlin
- How to Use forEach in Kotlin
- Difference Between Open and Public Keywords in Kotlin
- How to Initialize Properties Using by Lazy and Lateinit in Kotlin
- How to Suspend Function in Kotlin
- How to Use the by Keyword in Kotlin
- Equivalent of getClass() for KClass
- How to Getters and Setters in Kotlin
- Swift if Let Statement Equivalent in Kotlin
- How to Convert a Kotlin Source File to a Java File
- How to Initialize Array in Kotlin With Values
- Kotlin Data Class Inheritance: Extend a Data Class
- How to Implement a Switch Case Statement in Kotlin