Related Articles
creating custom view || kotlin complete course
for full course watch playlist. we provide you all udemy courses for free. if you want to learn any thing any where subscribe our udemy course channel and like share and comment.
(Code) Sharing is caring: An introduction to Kotlin Multiplatform projects
Tobias Heine and Said Tahsin Dane @ Kotlin Night Berlin 2018 In this talk we will deep dive into JetBrains multiplatform projects feature, why you should consider using it and how you can do so to level up your product development.
Kotlin Difference Between VAL and VAR
In this article, we are going to learn the difference between “val” and “var” keyword. In kotlin Programming language we used “val” and “var” for declaring variables. Kotlin Programming Language supports mutable and immutable variables. In Kotlin Programming Language it is recommended to use immutable variables are preferred whenever possible. Now again What is immutable […]