<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Map callout does not display when Esri is started first time in android in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549059#M3756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I am still unable to identify that what is the difference&amp;nbsp;between&amp;nbsp;the first and the other runs. I think I am not using any local geodatabase because every time I have to fetch the layers from a url. Please let me know if you have any leads.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2019 06:35:19 GMT</pubDate>
    <dc:creator>AhsanApp</dc:creator>
    <dc:date>2019-09-11T06:35:19Z</dc:date>
    <item>
      <title>Map callout does not display when Esri is started first time in android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549055#M3752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have&amp;nbsp;to restart my Esri map or restart app to show map callout but the map callout is actually present in the desired location but never displays in the first launch of the app. Here is my code.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;mMapView &lt;/SPAN&gt;= findViewById(R.id.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;map&lt;/SPAN&gt;);
&lt;SPAN style="color: #808080;"&gt;//ArcGISMap map = new ArcGISMap(SpatialReference.create(2868));
&lt;/SPAN&gt;ArcGISMap map = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;ArcGISMap(Basemap.&lt;SPAN&gt;createStreetsVector&lt;/SPAN&gt;());
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;mMapView&lt;/SPAN&gt;.setMap(map);
&lt;SPAN style="color: #808080;"&gt;//new Handler().postDelayed(()-&amp;gt;mMapView.setMap(map), 3000);
&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;mMapView&lt;/SPAN&gt;.getGraphicsOverlays().add(&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;graphicsOverlay&lt;/SPAN&gt;);
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;PictureMarkerSymbol pictureMarkerSymbol = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;PictureMarkerSymbol((BitmapDrawable)getResources().getDrawable(R.mipmap.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;pin_blue&lt;/SPAN&gt;));
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Map&amp;lt;String, Object&amp;gt; attr = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;HashMap&amp;lt;&amp;gt;();
attr.put(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"position"&lt;/SPAN&gt;, i);&lt;/PRE&gt;attr.put(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"name"&lt;/SPAN&gt;, record.getName());&lt;/PRE&gt;Graphic graphic = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;Graphic(point, attr,pictureMarkerSymbol);&lt;BR /&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;graphicsOverlay&lt;/SPAN&gt;.getGraphics().add(graphic);&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549055#M3752</guid>
      <dc:creator>AhsanApp</dc:creator>
      <dc:date>2021-12-11T23:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Map callout does not display when Esri is started first time in android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549056#M3753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahsan,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I don't see Callout being used in the above code snippet. Is there additional code that you can share that might help us reproduce the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2019 23:04:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549056#M3753</guid>
      <dc:creator>JeffFord1</dc:creator>
      <dc:date>2019-04-12T23:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Map callout does not display when Esri is started first time in android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549057#M3754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;private void &lt;/SPAN&gt;displayPopup(Graphic graphic) {
    Callout mapCallout = &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;mMapView&lt;/SPAN&gt;.getCallout();

    Map&amp;lt;String, Object&amp;gt; atts = graphic.getAttributes();

    String customId = (String) atts.get(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"customid"&lt;/SPAN&gt;);
    String name = (String) atts.get(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"name"&lt;/SPAN&gt;);
    String address = (String) atts.get(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"address"&lt;/SPAN&gt;);
    String date = (String) atts.get(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"date"&lt;/SPAN&gt;);
    String lotNumber = (String) atts.get(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"lotnumber"&lt;/SPAN&gt;);
    String inspectiontype = (String) atts.get(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"inspectiontype"&lt;/SPAN&gt;);

    &lt;SPAN style="color: #808080;"&gt;/*if(lotNumber==null || lotNumber.equals(""))
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;        lotNumber= "-";*/
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;    &lt;/SPAN&gt;View convertView = getLayoutInflater().inflate(R.layout.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;map_infowindow&lt;/SPAN&gt;, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;null&lt;/SPAN&gt;);
    TextView textViewRecordCustomID = convertView.findViewById(R.id.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;textViewRecordCustomID&lt;/SPAN&gt;);
    TextView textViewName = convertView.findViewById(R.id.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;textViewName&lt;/SPAN&gt;);
    TextView textViewDate = convertView.findViewById(R.id.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;textViewDate&lt;/SPAN&gt;);
    TextView textViewAddress = convertView.findViewById(R.id.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;textViewAddress&lt;/SPAN&gt;);
    TextView textViewInspectionType = convertView.findViewById(R.id.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;textViewInspectionType&lt;/SPAN&gt;);
    TextView textViewLotNumber = convertView.findViewById(R.id.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;textViewLotNumber&lt;/SPAN&gt;);

    textViewDate.setVisibility(View.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;GONE&lt;/SPAN&gt;);
    textViewName.setVisibility(View.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;GONE&lt;/SPAN&gt;);

    textViewRecordCustomID.setText(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;""&lt;/SPAN&gt;);
    textViewName.setText(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;""&lt;/SPAN&gt;);
    textViewDate.setText(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;""&lt;/SPAN&gt;);
    textViewAddress.setText(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;""&lt;/SPAN&gt;);
    textViewInspectionType.setText(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;""&lt;/SPAN&gt;);
    textViewLotNumber.setText(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;""&lt;/SPAN&gt;);
    textViewRecordCustomID.setText(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;""&lt;/SPAN&gt;);
    textViewRecordCustomID.setText(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;""&lt;/SPAN&gt;);
    &lt;SPAN style="color: #808080;"&gt;//TextView textViewLastInspectionDate = (TextView)convertView.findViewById(R.id.textViewLastInspectionDate);
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;    &lt;/SPAN&gt;textViewRecordCustomID.setText(customId);
    textViewName.setText(name);
    textViewDate.setText(date);
    textViewAddress.setText(address);
    textViewInspectionType.setText(inspectiontype);
    textViewLotNumber.setText(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"Lot Number:" &lt;/SPAN&gt;+ lotNumber);

    convertView.setTag(R.string.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;id_position&lt;/SPAN&gt;, atts.get(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"position"&lt;/SPAN&gt;));
    convertView.setOnClickListener(v -&amp;gt; openDetail((&lt;SPAN style="color: #000080; font-weight: bold;"&gt;int&lt;/SPAN&gt;) v.getTag(R.string.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;id_position&lt;/SPAN&gt;), &lt;SPAN style="color: #000080; font-weight: bold;"&gt;true&lt;/SPAN&gt;));

    &lt;SPAN style="color: #808080;"&gt;// Here, we populate the Callout with the attribute information
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;    // from the report.
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;    //mapCallout.off(0, 0);
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;    &lt;/SPAN&gt;mapCallout.setLocation(&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;selectedPoint&lt;/SPAN&gt;);
    mapCallout.setShowOptions(&lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;Callout.ShowOptions(&lt;SPAN style="color: #000080; font-weight: bold;"&gt;true&lt;/SPAN&gt;, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;true&lt;/SPAN&gt;, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;true&lt;/SPAN&gt;));
    &lt;SPAN style="color: #808080;"&gt;//mapCallout.setMaxWidth(1000);
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;    //mapCallout.setMaxHeight(400);
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;    &lt;/SPAN&gt;mapCallout.setStyle(&lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;Callout.Style(&lt;SPAN style="color: #000080; font-weight: bold;"&gt;this&lt;/SPAN&gt;, R.xml.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;mycalloutprefs&lt;/SPAN&gt;));
    mapCallout.setContent(convertView);

    Geometry graphicGeom = graphic.getGeometry();
    &lt;SPAN style="color: #000080; font-weight: bold;"&gt;if &lt;/SPAN&gt;(graphicGeom &lt;SPAN style="color: #000080; font-weight: bold;"&gt;instanceof &lt;/SPAN&gt;Point) {
        mapCallout.show(convertView, (Point) graphicGeom);
    } &lt;SPAN style="color: #000080; font-weight: bold;"&gt;else &lt;/SPAN&gt;{
        &lt;SPAN style="color: #000080; font-weight: bold;"&gt;int &lt;/SPAN&gt;selectedX = &lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;;
        &lt;SPAN style="color: #000080; font-weight: bold;"&gt;int &lt;/SPAN&gt;selectedY = &lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;;
        mapCallout.show(convertView, &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;mMapView&lt;/SPAN&gt;.screenToLocation(&lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;android.graphics.Point(selectedX, selectedY)));
    }
    &lt;SPAN style="color: #808080;"&gt;//mapCallout.show();
&lt;/SPAN&gt;}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:45:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549057#M3754</guid>
      <dc:creator>AhsanApp</dc:creator>
      <dc:date>2021-12-11T23:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Map callout does not display when Esri is started first time in android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549058#M3755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having the exact same issue but only when I create a local geodatabase, when I load it the callout shows. Have you managed to find a solution?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 16:10:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549058#M3755</guid>
      <dc:creator>MikeLourenço</dc:creator>
      <dc:date>2019-06-25T16:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Map callout does not display when Esri is started first time in android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549059#M3756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I am still unable to identify that what is the difference&amp;nbsp;between&amp;nbsp;the first and the other runs. I think I am not using any local geodatabase because every time I have to fetch the layers from a url. Please let me know if you have any leads.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2019 06:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549059#M3756</guid>
      <dc:creator>AhsanApp</dc:creator>
      <dc:date>2019-09-11T06:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Map callout does not display when Esri is started first time in android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549060#M3757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello team Esri, have you come to any conclusion regarding this issue? It has been 5 months now.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2019 06:38:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549060#M3757</guid>
      <dc:creator>AhsanApp</dc:creator>
      <dc:date>2019-09-11T06:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Map callout does not display when Esri is started first time in android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549061#M3758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello team Esri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reproduce the problem. After callout.show(), the callout.isShowing() is true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked with the Layout Inspector and I've seen a difference between order the order of view inside MapView&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the first boot after install:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/460911_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Then after restarting the application, callout.show() display the box :&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/460912_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2019 20:24:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549061#M3758</guid>
      <dc:creator>LudoG</dc:creator>
      <dc:date>2019-10-01T20:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Map callout does not display when Esri is started first time in android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549062#M3759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I met the same problem. Does anyone have the solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 22:01:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549062#M3759</guid>
      <dc:creator>DaweiJia</dc:creator>
      <dc:date>2020-02-05T22:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Map callout does not display when Esri is started first time in android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549063#M3760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This solution I have tested. and Its working. only trick is, you have to set&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;callout.style=Callout.Style(context,resourceId)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;, whenever your are calling&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;callout.show()&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; font-size: 9.0pt;"&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; font-size: 9.0pt;"&gt;&lt;SPAN style="color: #a9b7c6;"&gt;&lt;SPAN&gt;val &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;calloutContent&lt;/SPAN&gt; = &lt;SPAN style="color: #9876aa;"&gt;layoutInflater&lt;/SPAN&gt;.inflate(R.layout.&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;callout_map&lt;/SPAN&gt;&lt;SPAN style="color: #a9b7c6;"&gt;, root&lt;/SPAN&gt;&lt;SPAN style="color: #a9b7c6;"&gt;, false&lt;/SPAN&gt;&lt;SPAN style="color: #a9b7c6;"&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;SPAN style="color: #cc7832;"&gt;val mC&lt;/SPAN&gt;&lt;SPAN style="color: #a9b7c6;"&gt;allout = mapView.&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;callout&lt;BR /&gt;&lt;/SPAN&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; font-size: 9.0pt;"&gt;&lt;SPAN style="color: #cc7832;"&gt;mC&lt;/SPAN&gt;allout.&lt;SPAN style="color: #9876aa;"&gt;style &lt;/SPAN&gt;= Callout.Style(&lt;SPAN style="color: #cc7832;"&gt;this&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;R.xml.&lt;SPAN style="color: #9876aa;"&gt;callout_style&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; font-size: 9.0pt;"&gt;&lt;SPAN style="color: #cc7832;"&gt;mC&lt;/SPAN&gt;allout.&lt;SPAN style="color: #9876aa;"&gt;location &lt;/SPAN&gt;= point&lt;/PRE&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; font-size: 9.0pt;"&gt;&lt;SPAN style="color: #cc7832;"&gt;mC&lt;/SPAN&gt;allout.&lt;SPAN style="color: #9876aa;"&gt;content &lt;/SPAN&gt;= &lt;SPAN style="color: #9876aa;"&gt;calloutContent&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; font-size: 9.0pt;"&gt;&lt;SPAN style="color: #cc7832;"&gt;mC&lt;/SPAN&gt;allout.show()&lt;/PRE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2020 10:04:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549063#M3760</guid>
      <dc:creator>DastanIqbal</dc:creator>
      <dc:date>2020-04-10T10:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Map callout does not display when Esri is started first time in android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549064#M3761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Dastan, I already had this&amp;nbsp;style property set in my code but maybe if you can share me the&amp;nbsp;preferences you are using in that xml then that may become helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2020 14:13:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549064#M3761</guid>
      <dc:creator>AhsanApp</dc:creator>
      <dc:date>2020-05-29T14:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Map callout does not display when Esri is started first time in android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549065#M3762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;&lt;STRONG&gt;&amp;lt;?xml version=&lt;/STRONG&gt;&lt;SPAN class=""&gt;"1.0"&lt;/SPAN&gt;&lt;STRONG&gt; encoding=&lt;/STRONG&gt;&lt;SPAN class=""&gt;"utf-8"&lt;/SPAN&gt;&lt;STRONG&gt;?&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&amp;lt;resources&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;calloutStyle&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;backgroundColor&lt;SPAN class=""&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;"#0FFF"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;borderColor&lt;SPAN class=""&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;"#0000"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;borderWidth&lt;SPAN class=""&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;"2"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;leaderLength&lt;SPAN class=""&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;"0"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;leaderWidth&lt;/SPAN&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;SPAN class=""&gt;"0"&lt;/SPAN&gt;&lt;STRONG&gt; /&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&amp;lt;/resources&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;Hope this help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2020 14:34:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-callout-does-not-display-when-esri-is-started/m-p/549065#M3762</guid>
      <dc:creator>DastanIqbal</dc:creator>
      <dc:date>2020-05-30T14:34:38Z</dc:date>
    </item>
  </channel>
</rss>

