Now i use ArcGIS Maps SDK for Kotlin 200.5 with Android View (not Jetpack Compose), i want to use FeatureForm to edit feature but i only see the example for Jetpack Compose. So how can i use FeatureForm with xml design? Thanks
Solved! Go to Solution.
Hi,
All our toolkit components are written for Jetpack Compose and we do not have plans to provide view-based equivalents for the same.
Here are a couple of options you can try,
1. We haven't tested it on our end for this component but here is how Android recommends using compose in views
2. Build your own view-based on the feature form API from the SDK. Use compose implementation as a reference for this implementation.
Thanks
Rama
Hi,
All our toolkit components are written for Jetpack Compose and we do not have plans to provide view-based equivalents for the same.
Here are a couple of options you can try,
1. We haven't tested it on our end for this component but here is how Android recommends using compose in views
2. Build your own view-based on the feature form API from the SDK. Use compose implementation as a reference for this implementation.
Thanks
Rama