-
Notifications
You must be signed in to change notification settings - Fork 38
Sample build JSON asset data #332
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.
Seems like a really good solution @shubham7109 -- just a couple comments and questions. Thanks!
app/src/main/java/com/esri/arcgismaps/kotlin/sampleviewer/model/Sample.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/esri/arcgismaps/kotlin/sampleviewer/model/DefaultSampleInfoRepository.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/esri/arcgismaps/kotlin/sampleviewer/model/Sample.kt
Show resolved
Hide resolved
Thanks for the helpful feedback @TADraeseke. Ready for your review! |
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.
@shubham7109 I tried this out and it definitely seems to fix the problems 👍
Description
PR to address build files source code misleading android studio. The changes in this PR aims to not use local copied files, but instead maintain a JSON sample asset data with all (100) samples assets in a
sampleAssets/samples.json
:clean
before running the changes in this branch.Links and Data
Sample Epic: #5467