Sahar AsadianSolid and Clean Architecture in androidIf you want to implement a complex android project, then you need a good architecture. So what are the features of good architecture?Jun 8, 20221Jun 8, 20221
InProAndroidDevbyJaewoong EumExploring Dagger Hilt and what’s main differences with Dagger-AndroidDagger is one of the most popular and most used libraries for building dependency injection, especially in Android. But the initial cost…Jun 2, 20207Jun 2, 20207
InSoftware DevelopmentbyKayvan KasebThe Layered Architecture Pattern in Software ArchitectureThis article aims to discuss some main concepts and characteristics of layered architecture pattern in software engineering.Mar 27, 2022Mar 27, 2022
Florent BlotKotlin Flow in Clean Architecture and MVVM Pattern with AndroidThe first goal when developing an Android application is to have a code easy to test and painless to maintain. We must use an architecture…Jun 3, 20226Jun 3, 20226
InBackyard ProgrammersbyDebanshu DattaDelegate your Kotlin Code and Delegating PropertiesThe Delegation pattern has proven to be a good alternative to implementation inheritance, and Kotlin supports it natively requiring zero …Feb 25, 2022Feb 25, 2022
Williams OFundamental Software Architectural PatternsPatterns are essentially reusable solutions to common problems. When faced with a problem it is reasonable to consider a catalog of…Jun 14, 20221Jun 14, 20221
InArionkoder EngineeringbyDaniel Guedes5 Javascript Clean Coding Patterns To Enhance your CodeWriting good reusable code can be difficult sometimes. Sometimes we may learn to code in different languages and stick to some limitations…May 3, 202239May 3, 202239
InProAndroidDevbyIgor Wojda 🤖Multiple ways of defining Clean Architecture layersGood architecture is a key to build the modular, scalable, maintainable and testable application. Uncle Bob Clean Architecture (CA) is a…Sep 27, 201915Sep 27, 201915