You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: android-sdk/overview.mdx
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,17 @@ import AndroidApiRequirement from '@site/src/component/AndroidApiRequirement';
14
14
15
15
## Overview
16
16
17
-
Tolgee is a **localization platform** that allows you to **translate your application into any language without code modifications**.
18
-
The SDK also enables you to **connect seamlessly to the [Tolgee Platform](https://app.tolgee.io)**.
19
-
No more looking for keys in your source code, no more editing localization files, no more manually exporting data for translators, and no more publishing new app versions for translations.
17
+
Tolgee Android SDK allows your app to receive updated translations directly from [Tolgee Platform](../platform/). After the initial setup, translations can be updated **without code changes or developer involvement**.
20
18
21
-
Tolgee is **developer-focused**, making it **easy to integrate** with your app.
22
-
And provides **multiple hosting options**: Tolgee CDN or your own CDN.
23
-
**Supports Over‑the‑Air (OTA)** translation updates, providing translations dynamically **without needing to publish new app versions**.
24
-
**Works offline** with **caching**, **fallbacks** and **preloading**.
19
+
Supports **Over‑the‑Air (OTA)** translation updates to deliver translations dynamically at runtime. No more searching for keys in your source code, editing localization files, rebuilding after every translation update, manually exporting data for translators, waiting for the next release to update, and publishing new app versions just for translations.
20
+
**Android SDK is easy to integrate** with your app and provides multiple hosting options: Tolgee Cloud or your own CDN.
25
21
26
22
## Requirements
27
23
28
24
<AndroidApiRequirement />
29
25
26
+
## Supported UI frameworks
27
+
30
28
Compatible with **Android Views**, **Jetpack Compose**, and **Compose Multiplatform**
31
29
32
30
## Modules
@@ -56,7 +54,7 @@ It's designed for use with **Android Views** or **any non Compose UI**.
56
54
/>
57
55
58
56
Compose is an extension for using the library with **Jetpack Compose** or **Compose Multiplatform**.
59
-
It **adds localized composables and helpers** (e.g., stringResource, pluralStringResource).
57
+
It adds localized composables and helpers (e.g., stringResource, pluralStringResource).
60
58
61
59
It requires core transitively.
62
60
@@ -70,7 +68,7 @@ It requires core transitively.
70
68
71
69
# Get Started
72
70
73
-
Here you can see a **quick setup overview**. Follow these steps to **integrate Tolgee into your Android project**.
71
+
Here you can see a **quick setup overview**. Follow these steps to integrate Tolgee into your Android project.
0 commit comments