#programming-blogs
Read more stories on Hashnode
Articles with this tag
A variable refers to a memory location that stores some data.You can declare variables in Kotlin using the val and var keywords. val:A variable...
In this article, we will figure out what exactly SOLID principles are and, most importantly, we will check out a few Kotlin examples to get an even...
This article mainly focuses on how OOP theory can be applied on Android using Google’s latest language, Kotlin! The 4 main concepts in OOP are...