Skip to content

Commit 6a03bd5

Browse files
committed
docs: add section about sample app
1 parent 4579c32 commit 6a03bd5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,14 @@ This should only be called when your application is in the process of shutting d
211211
```kotlin
212212
OpenFeatureAPI.shutdown()
213213
```
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.
214222

215223
## Extending
216224

0 commit comments

Comments
 (0)