From 3ff07494bc4936561ffa633b5360a0735e177d6f Mon Sep 17 00:00:00 2001 From: Infi Date: Sat, 13 Jan 2024 18:12:09 +0100 Subject: [PATCH] docs: mention other UI frameworks used Signed-off-by: Infi --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06a68c96..c8dc4aaf 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This is the official Android app for the [Revolt](https://revolt.chat) chat plat The codebase includes the app itself, as well as an internal library for interacting with the Revolt API. -| Module | Package | Description | -|-------------|------------------------|----------------------| -| `:app` | `chat.revolt` | The main app module. | +| 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, as it makes liberal use of Android-specific APIs for reactivity. @@ -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/)