From 9400a2591422c19362f4d830e998a44fe11f54d2 Mon Sep 17 00:00:00 2001 From: Jannik Date: Sun, 16 Apr 2023 13:56:04 +0200 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation.md b/Documentation.md index db47e66..bb006d7 100644 --- a/Documentation.md +++ b/Documentation.md @@ -24,9 +24,8 @@ Here you can find some information about the Teapod architecture. Information ab ### 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 -* OnboardingAvtivity: Contains the on-boarding and login functions (currently only AoD) -* MainActivity: As the name suggests, this contains the main gui +* OnboardingAvtivity: Contains the on-boarding and login functions (currently only Crunchyroll) +* MainActivity: As the name suggests, this contains the main GUI * PlayerActivity: all player relates stuff goes here, separate activity to allow pip ### Used Libraries