Kotlin Tips

Birat Rai
May 12, 2023

This series will include some useful tips in Kotlin based on Kotlin Tips 2023 by JetBrains

  1. How to improve Loops in Kotlin?
  2. What happens if You Add null + null in kotlin?
  3. Deduplicating Collection Items
  4. The suspend and Inline Mystery
  5. Fully Qualified Names to the Rescue
  6. Return and Throw with Elvis Operator
  7. Destructuring Declarations
  8. Operator Functions With Nullable Values
  9. Calculate Your Code Performance
  10. How you can do more with the Elvis Operator?
  11. Mastering Kotlin Collections in 3 Easy steps?
  12. These 3 Tips will Change Your approach to Strings in Kotlin

References:

--

--