Kailash Vaviya avatar Kailash Vaviya avatar

About Kailash Vaviya

LinkedIn

Kailash 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

  1. The Ultimate Guide to Initializing Lists in Kotlin
  2. When and Where to Use the Kotlin Companion Object
  3. How to Add Items to Mutable and Immutable ArrayList in Kotlin
  4. How to Check Kotlin Variable Type
  5. How to Convert String to Int in Kotlin
  6. Kotlin Private Constructor
  7. How to Create Lists in Kotlin
  8. How to Implement the Builder Pattern in Kotlin
  9. How to Use of findViewById Function in Kotlin
  10. How to Use of Stack Data Structure in Kotlin
  11. Kotlin runBlocking: Bridging the Non-Coroutine World With Coroutine Code
  12. Difference Between Kotlin Init and Constructors
  13. How to Filter a List in Kotlin
  14. How to Get SimpleName in Kotlin
  15. How to Print to Console in Android Studio
  16. How to Use of Inline Functions in Kotlin
  17. The Difference Between Operators is and as in Kotlin
  18. Differences Between val and var in Kotlin
  19. Equivalent of Java Static Functions in Kotlin
  20. How to Create and Use Static Variables in Kotlin
  21. How to Handle Exceptions in Kotlin
  22. How to Implement Null Check in Kotlin
  23. How to Use the Elvis Operator in Kotlin
  24. Everything About Kotlin Generics
  25. How to Get the Current Index of a forEach Loop in Kotlin
  26. How to Sleep to Suspend a Thread's Execution in Kotlin
  27. How to Use of Scoping Functions in Kotlin
  28. How to Use of the Secondary Constructors in Kotlin
  29. Equivalent of Java String[] in Kotlin
  30. How to Add Items to a List in Kotlin
  31. How to Convert a Java File Code to Kotlin
  32. How to Difference Between !! And ? Operators in Kotlin
  33. How to Use forEach in Kotlin
  34. Difference Between Open and Public Keywords in Kotlin
  35. How to Initialize Properties Using by Lazy and Lateinit in Kotlin
  36. How to Suspend Function in Kotlin
  37. How to Use the by Keyword in Kotlin
  38. Equivalent of getClass() for KClass
  39. How to Getters and Setters in Kotlin
  40. Swift if Let Statement Equivalent in Kotlin
  41. How to Convert a Kotlin Source File to a Java File
  42. How to Initialize Array in Kotlin With Values
  43. Kotlin Data Class Inheritance: Extend a Data Class
  44. How to Implement a Switch Case Statement in Kotlin

JavaScript Howtos

  1. How to Override a Function in JavaScript