A quick tutorial on creating a List from a Flow in Kotlin.
Also find me here:
Baeldung Author
Martial Iselin
Martial Iselin is a seasoned software engineer with over 7 years of experience specializing in building web applications using Kotlin. He is also deeply interested in product management, holding several certifications in the field. Martial seamlessly integrates technical expertise with strategic product oversight, ensuring high-quality and user-focused solutions. In his spare time, he enjoys playing the piano, blending his analytical skills with creative expression. This unique combination of interests and skills makes Martial a versatile and innovative professional in the tech industry.
Here's what I've written (so far):
Baeldung on Kotlin
- >All
- Libraries (2)
- Kotlin Concurrency (2)
- Kotlin Basics (2)
- Kotlin Numbers (1)
- Kotlin Collections (1)
- Kotlin Classes and Objects (1)
Testing Flow in Kotlin
Filed under Kotlin Concurrency
A quick tutorial on testing flows in Kotlin.
Resolving Kotlin Error: “Primary constructor call expected”
Filed under Kotlin Classes and Objects
Explore various approaches to fixing this error, illustrating each with problematic code examples, their solutions, unit tests, and detailed explanations.
Kotlin DI Frameworks
Filed under Libraries
A quick tutorial on various dependency injection frameworks for Kotlin.
Combine 2 Kotlin State Flows Into a Single State Flow
Filed under Kotlin Concurrency
A quick tutorial on merging two state flows in Kotlin coroutines.
Destructor in Kotlin Programming Language
Filed under Kotlin Basics
A quick tutorial on handling the resources with various techniques that mimic the functionality of destructors in other languages.
A Guide to Kotlin’s Any, Unit, Nothing
Filed under Kotlin Basics
Introduction to Kotlin’s Any, Unit, and Nothing.
Convert Int to Float in Kotlin
Filed under Kotlin Numbers
Learn several methods of converting an Int to a Float in Kotlin.
HTML Builder in Kotlin
Filed under Libraries
A quick tutorial on using kotlinx.html to build HTML documents in Kotlin.