Patterns

In software engineering, a software design pattern is a general, reusable solution to a commonly occurring problem within a given context in software design.

Includes knowledge areas

Creational (abstract factory / factory / Builder / Singleton / Lazy / etc.)

Creational design patterns are concerned with the way of creating objects. These design patterns are used when a decision must be made at the time of instantiation of a class (i.e. creating an object of a class).

Structural (adapter / wrapper / Bridge / Decorator / Proxy / Fascade / etc.)

Structural design patterns focus on, how the classes inherit from each other and how they are composed of other classes. Structural patterns use inheritance to compose interface or implementations.

Behavioral (command / iterator / observer / template / etc.)

Behavioral design patterns have focused on the assignment of responsibilities between objects, or, encapsulating behavior in an object and delegating requests to it.

Architectural (DI / MVC / MVP / MVVM / Clean architecture)

Architecture design patterns have focused on the architecture of the application and how responsibilities between different modules/components can be defined based on requirements.

Is a part of:

Android

Explore

Heading

HeadingHeading

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.