# ouds-android
**Repository Path**: mirrors_Orange-OpenSource/ouds-android
## Basic Information
- **Project Name**: ouds-android
- **Description**: Android library of reusable graphical components for Orange Unified Design System
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: develop
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-07-10
- **Last Updated**: 2026-02-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# OUDS Android
[](https://apilevels.com)
[](LICENSE)
[](https://android.unified-design-system.orange.com/)
This repository contains the OUDS Android library that provides Orange Android components, but also a demo application showcasing these different components.
OUDS stands for "Orange Unified Design System". Its aim is to merge all the requirements of Orange brands and affiliates to provide a unique Design System,
unified across all platforms and all countries.
OUDS Android documentation is available at [android.unified-design-system.orange.com](https://android.unified-design-system.orange.com/).
To see OUDS Android in action, you can download the [Design Toolbox demo app](http://oran.ge/designtoolbox). The `app` module contains the code for this
application.
## :rocket: Quick Start
### Add OUDS Android to your project
OUDS Android is available through [Maven Central Repository](https://central.sonatype.com/search?q=com.orange.ouds.android). To use it, add the OUDS Android
library core and the theme you want to use in the `dependencies` section of your app build script:
Kotlin DSL
```kotlin
dependencies {
// ...
implementation("com.orange.ouds.android:ouds-core:1.2.0")
implementation("com.orange.ouds.android:ouds-theme-orange:1.2.0")
// ...
}
```
Groovy DSL
```shell
dependencies {
// ...
implementation 'com.orange.ouds.android:ouds-core:1.2.0'
implementation 'com.orange.ouds.android:ouds-theme-orange:1.2.0'
// ...
}
```
Or, follow this link: [http://oran.ge/designtoolbox](http://oran.ge/designtoolbox)
The Design Toolbox app allows you to test OUDS components in several themes in Light or Dark mode.
![]() |
![]() |