„Documentation“ ändern

Jannik 2023-04-16 13:56:04 +02:00
parent d8ab318b31
commit 9400a25914

@ -24,9 +24,8 @@ Here you can find some information about the Teapod architecture. Information ab
### Activities ### 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. 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 Crunchyroll)
* OnboardingAvtivity: Contains the on-boarding and login functions (currently only AoD) * MainActivity: As the name suggests, this contains the main GUI
* MainActivity: As the name suggests, this contains the main gui
* PlayerActivity: all player relates stuff goes here, separate activity to allow pip * PlayerActivity: all player relates stuff goes here, separate activity to allow pip
### Used Libraries ### Used Libraries