Architecture – Abstract class vs Interface
Abstract class and Interface Abstract class Abstract classes cannot be instantiated, but they can be subclassed An abstract method is a method that is declared […]
Abstract class and Interface Abstract class Abstract classes cannot be instantiated, but they can be subclassed An abstract method is a method that is declared […]
Build screens having Toolbar & Back button & popup dialog, show/hide soft keyboard Build an abstract Activity/ Fragment class Build screen implementing this base abstract […]
Process of implementing Koin DI Declare a module Defines those entities which will be injected at some point in the app Start Koin A single […]
Why is DI necessary? Remove codes of initiating dependencies in your application Helpful for Unit Test How does DI remove codes of initiating dependencies? Control […]
Copyright © 2024 | WordPress Theme by MH Themes