All Stories

Designpatterns - no_image

Memento patternThe memento pattern is a software design pattern that provides the ability to restore an object to its previous state (undo via rollback). The Memento design pattern de...

In tutorial, no_image, designpatterns, Jan 23, 2025

Designpatterns - no_image

Mediator patternMediator pattern defines an object that encapsulates how a set of objects interact. This pattern is considered to be a behavioral pattern due to the way it can alter t...

In tutorial, no_image, designpatterns, Jan 23, 2025

Designpatterns - mvvm_android

MVVM patternModel–view–viewmodel (MVVM) is a software architectural pattern that facilitates the separation of the development of the UI - rom the development of the business logic or...

In tutorial, mvvm_android, designpatterns, Jan 23, 2025

Designpatterns - mvp_android

MVP patternMVP is an architectural pattern engineered to facilitate automated unit testing and improve the separation of concerns in presentation logic.

In tutorial, mvp_android, designpatterns, Jan 23, 2025

Designpatterns - mvi

MVI patternMVI stands for Model-View-Intent. MVI is one of the newest architecture patterns for Android, inspired by the unidirectional and cyclical nature of the Cycle.js framework.

In tutorial, mvi, designpatterns, Jan 23, 2025

Designpatterns - no_image

Iterator pattern

In tutorial, no_image, designpatterns, Jan 23, 2025

Designpatterns - no_image

Interpreter patternInterpreter design pattern specifies how to evaluate sentences in a language. The basic idea is to have a class for each symbol (terminal or nonterminal) in a speci...

In tutorial, no_image, designpatterns, Jan 23, 2025

Designpatterns - no_image

Flyweight patternA flyweight is an object that minimizes memory usage by sharing as much data as possible with other similar objects; it is a way to use objects in large numbers when ...

In tutorial, no_image, designpatterns, Jan 23, 2025

Designpatterns - no_image

Factory method patternFactory method pattern is a creational pattern that uses factory methods to deal with the problem of creating objects without having to specify the exact class o...

In tutorial, no_image, designpatterns, Jan 23, 2025

Designpatterns - no_image

Facade patternFacade is an object that serves as a front-facing interface masking more complex underlying or structural code. A facade can: improve the readability and usability of a...

In tutorial, no_image, designpatterns, Jan 23, 2025