How to show popup from multiple feature layers

364
1
12-01-2021 12:10 PM
BTDS_GISAdmin
New Contributor III

Hi I have an android app, that use the latest arcgis runtime sdk for android 100.12. I show the map from our portal server in the mobile app. The app need to show the popup when user tap on certain feature layer icon on the map. I know that I can use the "setOnTouchListener" to listen the tap, and using to mapview identifyLayersAsync to identy the layer has popup. But I don't know how to build a popup in Android to show

0 Kudos
1 Reply
RamaChintapalli
Esri Contributor

Hi,

We have a PopupView toolkit component. Here is a sample in Kotlin that leverages it,
https://github.com/Esri/arcgis-runtime-samples-android/tree/main/kotlin/show-popup

Thanks
Rama

0 Kudos