Skip to content

Commit 57bbeda

Browse files
committed
docs: revise Android SDK overview with clearer structure and benefits
1 parent 46c3627 commit 57bbeda

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

android-sdk/overview.mdx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,17 @@ import AndroidApiRequirement from '@site/src/component/AndroidApiRequirement';
1414

1515
## Overview
1616

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**.
2018

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.
2521

2622
## Requirements
2723

2824
<AndroidApiRequirement />
2925

26+
## Supported UI frameworks
27+
3028
Compatible with **Android Views**, **Jetpack Compose**, and **Compose Multiplatform**
3129

3230
## Modules
@@ -56,7 +54,7 @@ It's designed for use with **Android Views** or **any non Compose UI**.
5654
/>
5755

5856
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).
6058

6159
It requires core transitively.
6260

@@ -70,7 +68,7 @@ It requires core transitively.
7068

7169
# Get Started
7270

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.
7472

7573
## Integration Path
7674

0 commit comments

Comments
 (0)