-
Notifications
You must be signed in to change notification settings - Fork 35
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
Migrate Edit and Sync Features with Feature Service to Compose #227
Migrate Edit and Sync Features with Feature Service to Compose #227
Conversation
…-feature-service-compose' into nour/edit-and-sync-features-with-feature-service-compose
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.
Nice one @NourdotSiwar! Hopped on a second review here since I saw it in the US board. Alot going on in this sample and you've made it really readable! See comments below. Thanks!
edit-and-sync-features-with-feature-service/README.metadata.json
Outdated
Show resolved
Hide resolved
.../java/com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/screens/MainScreen.kt
Outdated
Show resolved
Hide resolved
.../com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
.../com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
.../com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
.../com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
.../com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/components/MapViewModel.kt
Show resolved
Hide resolved
Ahh sorry @NourdotSiwar and @shubham7109 -- I meant to grab one of the ones in ready to review 2. Apologies! |
…nd private set keywords
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.
LGTM! Just one further comment in line.
Also, I think the screenshot needs updating. Good to remove the "For Developer Use Only" watermark. Lately I've been using a Pixel Fold emulator for screenshots. Resizing to a width of 700 pixels, and then cutting off the top of the map at 400 pixels height. That way I don't need to worry about cutting out the toolbar at the top with the title
.../com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
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.
Nice work @NourdotSiwar! 🎉
I added some code quality changes, and noticed a screenshot placed in the wrong sample probably by accident. And added a comment to help optimize the usage of different coroutine dispatchers.
show-viewshed-from-point-in-scene/src/main/res/drawable/image.png
Outdated
Show resolved
Hide resolved
.../java/com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/screens/MainScreen.kt
Outdated
Show resolved
Hide resolved
.../java/com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/screens/MainScreen.kt
Outdated
Show resolved
Hide resolved
.../com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
.../com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
.../com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
.../com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
.../com/esri/arcgismaps/sample/editandsyncfeatureswithfeatureservice/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
edit-and-sync-features-with-feature-service/src/main/res/values/strings.xml
Outdated
Show resolved
Hide resolved
edit-and-sync-features-with-feature-service/src/main/res/values/strings.xml
Outdated
Show resolved
Hide resolved
…factored dispatcher code
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 good 👍
Tested with a local sample viewer build. Merging this in to v.next
.
Description
PR to migrate an XML Kotlin sample "Edit and Sync Features with Feature Service to Compose" in
Edit and Manage Data
category.Links and Data
Sample Epic:
runtime/kotlin/issues/ISSUE_NUMBER
What To Review
README.md
andREADME.metadata.json
filesHow to Test
Run the sample on the sample viewer or the repo.