-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[USE CASE]: Document android usage #1262
Comments
@michaelneale when we're talking about potential "gotchas" for the Android Platform, what did you run into? I see that the |
On it. A lot of the open questions here can be solved atop the build work I'm doing in the The nice test for this will be if Mic's examplar app can bring in one dependency, require no other weird build magic, and get everything it needs to Just Work. Then can work with DevRel to get this documented. |
Can we create a separate issue for documenting |
Absolutely @chris-tbd - just hadn't gotten to it yet. Feel free to drop an issue here for documenting it. I'll handle in Note that this work also depends on: |
@ALRubinger Chris has documented the current usage here. |
@chris-tbd yeah answered above, but mostly just packaging. I did build a key manager which was pretty simple as mentioned, but other than that it nicely just worked. |
Developer Value Added
Android is a super popular platform and tbdex can work on it quite well
Use Case
Document an example and any "gotchas" for using tbdex-kt in android, and link to an example repo: https://github.com/TBD54566975/tbdex-android-example
Dependencies
Ideally the AndroidKeyManager implementation woudl be in web5-kt to make it simple: TBD54566975/web5-kt#250 but this can be optional
The text was updated successfully, but these errors were encountered: