All Stories
Designpatterns - no_image
Decorator patternDecorator pattern is a design pattern that allows behavior to be added to an individual object, dynamically, without affecting the behavior of other objects from the ...
In tutorial, no_image, designpatterns, Jan 23, 2025Designpatterns - no_image
Composite patternThe composite pattern describes a group of objects that are treated the same way as a single instance of the same type of object. The intent of a composite is to “com...
In tutorial, no_image, designpatterns, Jan 23, 2025Designpatterns - no_image
Command patternCommand pattern is a behavioral design pattern in which an object is used to encapsulate all information needed to perform an action or trigger an event at a later time...
In tutorial, no_image, designpatterns, Jan 23, 2025Designpatterns - no_image
Chain of ResponsibilityChain-of-responsibility pattern is a design pattern consisting of a source of command objects and a series of processing objects. Each processing object contain...
In tutorial, no_image, designpatterns, Jan 23, 2025Designpatterns - no_image
Builder patternThe builder pattern is a design pattern designed to provide a flexible solution to various object creation problems in object-oriented programming. The intent of the Bu...
In tutorial, no_image, designpatterns, Jan 23, 2025Designpatterns - no_image
Bridge patternThe bridge pattern is a design pattern used for “decouple an abstraction from its implementation so that the two can vary independently”. The bridge uses encapsulation, ...
In tutorial, no_image, designpatterns, Jan 23, 2025Designpatterns - no_image
Adapter patternAdapter pattern is a software design pattern that allows the interface of an existing class to be used as another interface. It is often used to make existing classes w...
In tutorial, no_image, designpatterns, Jan 23, 2025Designpatterns - no_image
Abstract factory pattern
In tutorial, no_image, designpatterns, Jan 23, 2025Patterns - no_image
Visitor patternVisitor design pattern is a way of separating an algorithm from an object structure on which it operates. A practical result of this separation is the ability to add ne...
In tutorial, no_image, patterns, Jan 23, 2025Patterns - no_image
Design PatternsDesign patterns is a general, reusable solution to a commonly occurring problem within a given context in software design. It is not a finished design that can be trans...
In tutorial, no_image, patterns, Jan 23, 2025Featured
-
Live_Data
In featured, tutorial, android, -
Kt Coroutine
In featured, tutorial, android, -
Flutter interview questions
In Flutter, oneview, -
Hilt DI Deep Dive
In Android, DI,