ahmed shaabanProxy Design pattern in Kotlin — Structure Design Pattern (1)ProblemJul 27, 2021Jul 27, 2021
ahmed shaabanKotlin 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
ahmed shaabanKotlin Tips & Tricks (1): there’s no need for ternary operator.Reason:-Nov 24, 2020Nov 24, 2020
ahmed shaabanKotlin 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
ahmed shaabanAll 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
ahmed shaabanFactory 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
ahmed shaabanBuilder 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
ahmed shaabanSingleton 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