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 houses the Android SDK for use with Optimizely Feature Experimentation and Optimizely Full Stack (legacy). The Android SDK depends on the [Optimizely Java SDK](https://github.com/optimizely/java-sdk).
6
6
7
-
This repository houses the Android SDK for use with Optimizely Full Stack and Optimizely Rollouts. The Android SDK depends on the [Optimizely Java SDK](https://github.com/optimizely/java-sdk).
7
+
Optimizely Feature Experimentation is an A/B testing and feature management tool for product development teams, letting you experiment at every step. Using Optimizely Feature Experimentation allows for every feature on your roadmap to be an opportunity to discover hidden insights. Learn more at [Optimizely.com](https://www.optimizely.com/products/experiment/feature-experimentation/), or see the [developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/welcome).
8
8
9
-
Optimizely Full Stack is A/B testing and feature flag management for product development teams. Experiment in any application. Make every feature on your roadmap an opportunity to learn. Learn more at https://www.optimizely.com/platform/full-stack/, or see the [documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/welcome).
9
+
Optimizely Rollouts is [free feature flags](https://www.optimizely.com/free-feature-flagging/)for development teams. You can easily roll out and roll back features in any application without code deploys, mitigating risk for every feature on your roadmap.
10
10
11
-
Optimizely Rollouts is free feature flags for development teams. Easily roll out and roll back features in any application without code deploys. Mitigate risk for every feature on your roadmap. Learn more at https://www.optimizely.com/rollouts/, or see the [documentation](https://docs.developers.optimizely.com/experimentation/v3.1.0-full-stack/docs/introduction-to-rollouts).
11
+
## Get Started
12
12
13
-
## Getting Started
14
-
15
-
### Using the SDK
16
-
See the [Android SDK developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/install-sdk-android) to learn how to set
17
-
up an Optimizely project and start using the SDK.
13
+
Refer to the [Android SDK's developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/android-sdk) for detailed instructions on getting started with using the SDK.
18
14
19
15
### Requirements
20
16
* Android API 14 or higher
21
17
22
-
### Installing the SDK
18
+
### Install the SDK
23
19
To add the android-sdk and all modules to your project, include the following in your app's `build.gradle`:
See the Optimizely Feature Experimentation [developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0-full-stack/docs/android-sdk) to learn how to set up your first Android project and use the SDK.
62
+
63
63
## Architecture
64
64
65
65
This project includes 5 library modules and a test app.
@@ -82,7 +82,7 @@ This project includes 5 library modules and a test app.
82
82
6. Test App
83
83
- A simple app showing how to use the Optimizely Android SDK
84
84
85
-
## Development
85
+
## SDK Development
86
86
87
87
### Command Line
88
88
@@ -111,6 +111,7 @@ You can import this project into Android Studio by opening Android Studio and se
111
111
Tests can be run by right clicking the file in the project pane or by clicking the method name in source and selecting run. You will be prompted to create an AVD or connect a device if one isn't connected.
112
112
113
113
### Contributing
114
+
114
115
Please see [CONTRIBUTING](CONTRIBUTING.md).
115
116
116
117
### Credits
@@ -128,3 +129,26 @@ Additional credits from java-sdk:[https://github.com/optimizely/java-sdk/blob/ma
0 commit comments