Hardik Sachan
Hardik Sachan

Hardik Sachan

Follow
Follow
homeAndroid Guidenewsletter
Tag

Android

#android

More content

Read more stories on Hashnode


Articles with this tag

Guide to Sealed Classes in Kotlin for Improved Code Organization

Feb 7, 20234 min read

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...

Guide to Sealed Classes in Kotlin for Improved Code Organization

Kotlin Data Classes 101: Understanding Syntax, Usage and Inheritance

Jan 28, 20237 min read

Efficient Data Structuring in Android Development with Kotlin's Data Classes · Welcome back to this series of articles on Android Development with Kotlin...

Kotlin Data Classes 101: Understanding Syntax, Usage and Inheritance

Exploring the Kotlin Type System and understanding Null Safety

Jan 14, 202310 min read

Learn about Kotlin type hierarchy, type checks and type casts · Welcome to the fourth article in this series on Android Development. In the previous...

Exploring the Kotlin Type System and understanding Null Safety

Kotlin Polymorphism and Inheritance: Essential Concepts for Android Developers

Jan 4, 20238 min read

Understanding and Utilizing Polymorphism and Inheritance in Kotlin for Effective Development · Welcome back to the third article in this series of...

Kotlin Polymorphism and Inheritance: Essential Concepts for Android Developers

The Essential Guide to Object-Oriented Programming in Kotlin

Jan 1, 202310 min read

Learning the Fundamentals of Classes and Objects in Kotlin · Introduction In the previous article, we learned the foundations of object-oriented...

The Essential Guide to Object-Oriented Programming in Kotlin

Getting started with Kotlin

Dec 31, 20228 min read

Master the basics of Kotlin for Android development with this comprehensive guide · Welcome to the world of Kotlin! If you're an Android developer,...

Getting started with Kotlin