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/about.mdx
+56-25Lines changed: 56 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,47 +5,78 @@ slug: /
5
5
description: Overview of Tolgee Android SDK with Over‑the‑Air (OTA) localization updates and how to get started.
6
6
---
7
7
8
+
# Tolgee Android SDK
9
+
10
+
Tolgee is a platform that streamlines translations for web, mobile, and desktop apps. With tools like the SDK, CLI, and REST API, it simplifies in-context translation and string management for efficient internationalization. Explore the docs to get started!
11
+
12
+
## Overview
13
+
8
14
> NOTE:
9
15
> For managing static translations in your repository, consider using the [Tolgee CLI](/tolgee-cli/installation).
10
16
11
-
Tolgee Android SDK lets you localize Android apps with dynamic content delivery, Over‑the‑Air (OTA) translation updates, reactive locale changes, and seamless integration with Views and Jetpack Compose.
17
+
Tolgee Android SDK lets you locate Android apps with dynamic content delivery, which adapts content to user behavior, preferences and device data.
18
+
19
+
Our over‑the‑Air (OTA) translation updates, makes local changes, and seamlessly integrates with multiple systems, Android Views, Jetpack Compose and static translations.
20
+
21
+
## Why should you try it?
22
+
23
+
Tolgee lets you ship translation fixes and new languages faster and easier- without a new app build. Our product internationalization teams can push improvements instantly and validate the changes during production.
24
+
25
+
The platform works offline with caching, backups referencing, providing resource fallbacks, selecting the best resource for a user's device settings and preloading critical namespaces for smooth user experience. Above that Tolgee keeps UX consistent, by updating UI automatically, as a response to local changes. These are what grants fewer untranslated or mismatched strings of text.
26
+
27
+
## New possibilities
28
+
29
+
### Over‑the‑Air (OTA) updates
30
+
Delivers translations via CDN (Cloud or self‑hosting) with caching, automatic backup referencing.
12
31
13
-
## Why use it
32
+
### Product internationalization teams on your side
33
+
Our teams can push improvements instantly and validate the changes during production process.
14
34
15
-
-__Avoid releases for copy changes__: Ship translation fixes and new languages without a new app build.
16
-
-__Faster iteration__: Product/localization teams can push improvements instantly and validate in production.
17
-
-__Consistent UX__: UI updates reactively on locale change; fewer stale or mismatched strings.
18
-
-__Resilient by default__: Works offline with caching and resource fallbacks; fewer blank strings.
35
+
### Change the app's language at runtime (Runtime locale API)
36
+
While switching locations our program reacts instantly with Tolgee.changeFlow function.
19
37
20
-
## What you can do
38
+
### Works offline with fallbacks and preloading
39
+
Provides android resources fallback, selecting the best resource for a user's device settings and preloading critical namespaces.
21
40
22
-
-__Over‑the‑Air (OTA) updates__: Deliver translations via CDN (Cloud or self‑host) with caching.
23
-
-__Views and Compose support__: `stringResource`/`pluralStringResource`, parameters, and reactive updates.
24
-
-__Runtime locale API__: Switch locales and react to `Tolgee.changeFlow`.
25
-
-__Fallbacks and preloading__: Android resources fallback; preload critical namespaces/locales.
26
-
-__Hosting options__: Tolgee Cloud CDN or your own CDN.
41
+
### Consistent UX
42
+
Our platform keeps UX consistent, by updating UI automatically, as a response to local changes.
43
+
44
+
### Support for Android Views, Jetpack Compose and static translations with CLI
45
+
Aids with both coding functions stringResource, pluralStringResource and reactive updates.
46
+
47
+
### Hosting options
48
+
Tolgee gives you multiple hosting options: Cloud CDN (Cloud or self‑hosting) or your own CDN.
49
+
50
+
Our product makes sure to ship translation fixes and new languages faster and easier. Our teams can push improvements instantly and validate the changes during production.
51
+
52
+
We help your programmers! We support multiple systems, hosting options without a new app build, at that.
53
+
54
+
Our choice of providing you with fallbacks, caching, reactive updates and preloading grants fewer untranslated or mismatched strings of text and makes the user experience smoother.
0 commit comments