Hello everyone I'm developing an app using ArcGIS Android SDK. I want to show some information from my graphic layout in the popup but I am not able to find the same component as Esri Explorer App use. Which component should i use ?
Note : Let me explain this images below. At the first image when i click the three circle button , details window open at the phone. When i make this on the tablet it is not opening at the new screen, it is still opening at the popup. I want to use this flexible component.
Thanks everyone.
Solved! Go to Solution.
The referenced Explorer popup component is not part of the ArcGIS Android SDK but rather a custom popup that is not open sourced or provided as a third party library so unfortunately you will not be able to use it at this time. You can however customize a Popup using the ArcGIS Android SDK. We have a sample here to assist and there are many charting libraries available to the Android developer community, Android Arsenal has a good list of them here. Please do share your code so we can assist you in your customizations.
The referenced Explorer popup component is not part of the ArcGIS Android SDK but rather a custom popup that is not open sourced or provided as a third party library so unfortunately you will not be able to use it at this time. You can however customize a Popup using the ArcGIS Android SDK. We have a sample here to assist and there are many charting libraries available to the Android developer community, Android Arsenal has a good list of them here. Please do share your code so we can assist you in your customizations.
Thank you Dan,
You answered patiently my answer again I am following Esri Android SDK you know I want to use its functionality to build my application. Thank you for interest. If i am able to do this popup , I will open source it.