Articles in this series
Master the basics of Kotlin for Android development with this comprehensive guide · Welcome to the world of Kotlin! If you're an Android developer,...
Learning the Fundamentals of Classes and Objects in Kotlin · Introduction In the previous article, we learned the foundations of object-oriented...
Understanding and Utilizing Polymorphism and Inheritance in Kotlin for Effective Development · Welcome back to the third article in this series of...
Learn about Kotlin type hierarchy, type checks and type casts · Welcome to the fourth article in this series on Android Development. In the previous...
Efficient Data Structuring in Android Development with Kotlin's Data Classes · Welcome back to this series of articles on Android Development with Kotlin...
In the last article, we covered data classes in Kotlin. We saw how they simplify class creation and make it faster with less coding. Now, let's...