1
0
mirror of https://github.com/vector-im/element-android.git synced 2025-07-31 07:04:23 +03:00

Create _userstories package and add the 2 first user stories

This commit is contained in:
Benoit Marty
2022-05-05 17:25:58 +02:00
committed by Benoit Marty
parent bad62be497
commit 96c825e265
3 changed files with 63 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# Package org.matrix.android.sdk._userstories
This package contains some user stories (**Us** prefix) of the SDK usage. You will find example of what it is possible to do with the SDK and the API which can be used to do it.
# Package org.matrix.android.sdk.api
This is the root package of the API exposed by this SDK.