Introduction to the Singleton Pattern The Singleton pattern is a design pattern that restricts the instantiation of a class to one single instance. This is […]
Read moreTag: Kotlin Object Declaration
Using the Singleton Pattern in Kotlin
Introduction The Singleton Pattern is a design pattern that restricts the instantiation of a class to one single instance. By ensuring a class has only […]
Read more