Learn how to convert between Strings and Longs in Kotlin
Baeldung Author
Mona Mohamadinia
Motivated Software Engineer with excellent technical, leadership and planning abilities focused on delivering high-quality, scalable and well-tested softwares. Train and encourage team members to improve and to contribute more effectively.
Here's what I've written (so far):
Return at Label in Kotlin
Filed under Kotlin Basics
Learn how to use Kotlin’s [email protected] label.
Backing Fields in Kotlin
Filed under Kotlin Basics
Learn the concept of backing fields in Kotlin.
Unsigned Integers in Kotlin
Filed under Kotlin Numbers
Learn how to use unsigned integers in Kotlin.
Measuring Elapsed Time in Kotlin
Filed under Kotlin Dates
Discover how to measure elapsed time in Kotlin.
SAM Conversions in Kotlin
Filed under Kotlin-Java Interop
Learn about SAM conversions in Kotlin.
Volatile Properties in Kotlin
Filed under Kotlin Concurrency
Learn how to control the memory visibility of variables using volatile properties in Kotlin
Anonymous Inner Classes in Kotlin
Filed under Kotlin Classes and Objects
Learn how to leverage anonymous inner classes in Kotlin.
Iterating Collections by Index in Kotlin
Filed under Kotlin Collections
Learn how to iterate through collections by index in Kotlin
Not-Null Assertion (!!) Operator in Kotlin
Filed under Kotlin Basics
Learn how to use the not-null assertion operator in Kotlin