Daily-used ExtensionsIn our daily coding, we mostly use these data types String, Boolean and List. There are many checks, we need on these data types but it is…Mar 14, 2021Mar 14, 2021
Kotlin : Extension FunctionWe use multiple classes for creating objects and using its properties. These classes are sometimes in-scope of developer, means we can…Jun 27, 2020Jun 27, 2020
Singleton In Java.Singleton is part of creational design pattern. It serves to create one and only one instance of class. It is mainly used in web service…Jun 25, 2020Jun 25, 2020
Null Safety in KotlinIn Kotlin, variables are declared by keyword val and var. There is much care has been taken to reduce NullPointerException. There are two…Jun 25, 2020Jun 25, 2020