1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00
Files
mobile/docs/architecture/overview.md
2025-05-14 12:01:24 -04:00

636 B

sidebar_position
sidebar_position
1

Overview

:::warning Legacy

This represents the legacy mobile app overview architecture done in .NET MAUI.

:::

The overall architecture of the mobile applications is pretty similar to the web clients one following a layered architecture:

  • State
  • Services
  • Presentation

Even though the State and Services layers are pretty similar to the web ones the Presentation layer differs:

Presentation

The presentation layer is implemented using .NET MAUI for the mobile apps, except for the watchOS one which uses SwiftUI see ADR