File tree Expand file tree Collapse file tree 2 files changed +14
-29
lines changed Expand file tree Collapse file tree 2 files changed +14
-29
lines changed Original file line number Diff line number Diff line change @@ -52,25 +52,17 @@ Tolgee Mobile SDK for **Android** and **Compose Multiplatform** lets you localiz
52
52
53
53
## Demo apps
54
54
55
- <div className = " grid grid-cols-1 md:grid-cols-2 gap-4 my-6" >
56
- <SystemCard
57
- title = " Android Views Demo"
58
- emoji = " 📱"
59
- description = " Complete example implementation using Android Views"
60
- links = { [
61
- { href: " https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/exampleandroid" , label: " View Demo" , color: " blue" }
62
- ]}
63
- />
64
-
65
- <SystemCard
66
- title = " Jetpack Compose Demo"
67
- emoji = " 🚀"
68
- description = " Complete example implementation using Jetpack Compose"
69
- links = { [
70
- { href: " https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplejetpack" , label: " View Demo" , color: " green" }
71
- ]}
72
- />
73
- </div >
55
+ ### 📱 Android Views Demo
56
+ Complete example implementation using Android Views
57
+ - [ https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/exampleandroid ] ( https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/exampleandroid )
58
+
59
+ ### 🚀 Jetpack Compose Demo
60
+ Complete example implementation using Jetpack Compose
61
+ - [ https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplejetpack ] ( https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplejetpack )
62
+
63
+ ### 🌐 Compose Multiplatform Demo
64
+ Complete example implementation using Compose Multiplatform
65
+ - [ https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplecomposemultiplatform ] ( https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplecomposemultiplatform )
74
66
75
67
## Get Started
76
68
Original file line number Diff line number Diff line change @@ -85,16 +85,9 @@ Tolgee integrates with Compose's state system to ensure UI updates happen automa
85
85
86
86
Explore our complete Jetpack Compose demo to see all features in action:
87
87
88
- <div className = " grid grid-cols-1 gap-4 my-6" >
89
- <SystemCard
90
- title = " Jetpack Compose Demo"
91
- emoji = " 🚀"
92
- description = " Complete example implementation with all Compose features"
93
- links = { [
94
- { href: " https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplejetpack" , label: " View Demo" , color: " green" }
95
- ]}
96
- />
97
- </div >
88
+ ### 🚀 Jetpack Compose Demo
89
+ Complete example implementation with all Compose features
90
+ - [ https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplejetpack ] ( https://github.com/tolgee/tolgee-mobile-kotlin-sdk/tree/master/demo/examplejetpack )
98
91
99
92
## Integration Path
100
93
You can’t perform that action at this time.
0 commit comments