We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4579c32 commit 6a03bd5Copy full SHA for 6a03bd5
README.md
@@ -211,6 +211,14 @@ This should only be called when your application is in the process of shutting d
211
```kotlin
212
OpenFeatureAPI.shutdown()
213
```
214
+## Sample app
215
+
216
+In the repo there is also a sample app currently under development.
217
+The sample app can be used to try out development of a [Provider](#develop-a-provider), a [Hook](#develop-a-hook)
218
+or to validate changes to the SDK itself.
219
220
+The sample app should not be used as a reference implementation of how to use the OpenFeature SDK
221
+in an Android app.
222
223
## Extending
224
0 commit comments