From 88d76c604f78b551fbd328d2ca96f8114d84589e Mon Sep 17 00:00:00 2001 From: Jannik Date: Sat, 16 Jan 2021 00:30:31 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDocumentation=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation.md b/Documentation.md index 0d30470..8b21754 100644 --- a/Documentation.md +++ b/Documentation.md @@ -18,6 +18,9 @@ m: minor version p: previous version ! gradle does not support leading 0s +## Architecture +Here you can find some information about the Teapod architecture. Information about the Parser can be found on another site. + ### Activities Teapod uses a multi activity architecture. It is recommended not to use more activities than needed, but currently there are no other options than using multiple activities to support all needed features. * SplashActivity: is shown during startup, while MainActivity is being loaded