Select to view content in your preferred language

FeatureForm in Android View

426
1
Jump to solution
10-02-2024 01:19 AM
SonMinh
Emerging Contributor

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

0 Kudos
1 Solution

Accepted Solutions
RamaChintapalli
Esri Contributor

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

View solution in original post

1 Reply
RamaChintapalli
Esri Contributor

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