docs: mention other UI frameworks used
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
3738045793
commit
3ff07494bc
|
|
@ -7,7 +7,7 @@ The codebase includes the app itself, as well as an internal library for interac
|
|||
API.
|
||||
|
||||
| Module | Package | Description |
|
||||
|-------------|------------------------|----------------------|
|
||||
|--------|---------------|----------------------|
|
||||
| `:app` | `chat.revolt` | The main app module. |
|
||||
|
||||
The API library is part of the `app` module, and is not intended to be used as a standalone library,
|
||||
|
|
@ -23,6 +23,10 @@ of the art for Android UI development.
|
|||
|
||||
- [Kotlin](https://kotlinlang.org/)
|
||||
- [Jetpack Compose](https://developer.android.com/jetpack/compose)
|
||||
- For some Material components, the View-based
|
||||
[Material Components Android](https://github.com/material-components/material-components-android)
|
||||
(MDC-Android) library is used.
|
||||
- Additionally, some high-complexity non-Compose UI is built in [Litho](https://fblitho.com/).
|
||||
- [Ktor](https://ktor.io/)
|
||||
- [Dagger](https://dagger.dev/) with [Hilt](https://dagger.dev/hilt/)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue