Which popup component was used at the Esri Android Explorer App

2669
2
Jump to solution
04-24-2015 06:46 AM
SalihYalcin
New Contributor III

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.

Dan O'NeillWill Crick

Screenshot_2015-04-24-16-40-54.jpg

Screenshot_2015-04-24-16-41-02.jpg

0 Kudos
1 Solution

Accepted Solutions
DanO_Neill
Occasional Contributor III

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. 

View solution in original post

0 Kudos
2 Replies
DanO_Neill
Occasional Contributor III

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. 

0 Kudos
SalihYalcin
New Contributor III

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.

0 Kudos