-
Notifications
You must be signed in to change notification settings - Fork 145
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
docs: improved recomposition sample #475
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.
@kikoso Thank you for revisiting this. The sample code looks good to me. I've added a couple comments to try and make the documentation easier to grasp.
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.
Looks great, thanks again
app/src/main/java/com/google/maps/android/compose/RecompositionActivity.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/google/maps/android/compose/RecompositionActivity.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: Uli Bubenheimer <[email protected]>
Co-authored-by: Uli Bubenheimer <[email protected]>
🎉 This PR is included in version 4.3.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This PR changes the recomposition sample to showcase a better usage of location within the MarkerState.
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #448 🦕