-
Notifications
You must be signed in to change notification settings - Fork 19
feat: add native android supabase todolist demo #56
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having a full demo is nice, but it can also somewhat hide the actual important setup steps.
When I tested this on a clean project I noticed the steps required to import the (Android package) PowerSync SDK do differ slightly from the current KMP instructions here
Could we also document the installation steps somewhere.
@stevensJourney I've added another heading in the README to explain the installation for this demo if a user wanted to include PowerSync in their own app. |
Co-authored-by: benitav <[email protected]>
Description
Add native Android Supabase Todolist demo
Work Done
Added a new native android demo under
demos
that uses our Kotlin Multiplatform SDK and can be used to showcase to native android developers how to use our SDK with their project.Video
Screen.Recording.2024-09-20.at.11.14.44.mov
Notes
There is a known minor issue in the IDE where it shows "Unresolved reference to version catalog" for some of the dependencies but they load correctly and the app works as expected. It appears to be due to local dependency linking.