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
This repository contains the OUDS Android library that provides Orange Android components, but also a demo application showcasing these different components.
8
8
9
9
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,
10
10
unified across all platforms and all countries.
11
-
It should replace internal frameworks and also [ODS](https://github.com/Orange-OpenSource/ods-android) in the near future.
12
11
13
-
## Documentation
12
+
OUDS Android documentation is available at [android.unified-design-system.orange.com](https://android.unified-design-system.orange.com/).
14
13
15
-
Documentation for OUDS Android is available at [android.unified-design-system.orange.com](https://android.unified-design-system.orange.com/)
14
+
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
15
+
application.
16
16
17
-
<!-- TODO ## Get started with OUDS Android -->
17
+
## :rocket: Quick Start
18
18
19
-
## Design Toolbox app
19
+
### Add OUDS Android to your project
20
+
21
+
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
22
+
library core and the theme you want to use in the `dependencies` section of your app build script:
0 commit comments