#kotlin-beginner
Read more stories on Hashnode
Articles with this tag
What is Koin? A pragmatic lightweight dependency injection framework for Kotlin developers Written in pure Kotlin. What is dependency and dependency...
An interface with only one abstract method is called a functional interface(Single Abstract Method). functional (SAM) interface can have multiple...
Coroutines provides combine, zip and flattenMerge operators is used to combine emissions from multiple flows Combine Combine operator takes the...
In java looks like public void println(String.. args) { } To pass variable number of arguments to a function. We can declare function with...
Variable Argument(Varargs) in Kotlin Data class In Kotlin Delegation in Kotlin Delegated Properies in Koltin Standard Delegates in Kotlin Filtering...