Kotlin Tips & Tricks(2): Destructuring Declarations in Kotlindeconstruct an object into a series of variables. A destructive declaration will create multiple variables at the same time.Dec 4, 2020Dec 4, 2020
Kotlin Interface1- what is Interface and its property ? 2- why an interface can’t store the state? 3- How to Implement interface property in Concrete type…Oct 11, 2020Oct 11, 2020
All Ways for Passing Data1- passing data between two activities 2- Passing data between two fragments 3- Passing data between Activity and FragmentSep 3, 20201Sep 3, 20201
Factory Method Design Pattern1- examples that need factory design pattern .. 2- what is factory design pattern ? 3- When to use Factory design pattern ? 4- Advantage…Aug 25, 2020Aug 25, 2020
Builder Design Pattern with Kotlin1 - what is Builder Design Pattern 2 - when we had to use Builder Design Pattern ? 3 - some built in class we use in android studio that…Aug 12, 2020Aug 12, 2020
Singleton Design Pattern With Kotlin1- singleton design pattern and its rule. 2- way to make singleton thread safe 3- implementation in Kotlin without object keyword and the…Aug 6, 20202Aug 6, 20202