<?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 Class visibility in Android SDK 100.0 in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542392#M3679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 100.0, many classes (MapView, ArcGISTiledLayer, etc.) are declared as "final", in 10.2.8, those classes are not declared final&amp;nbsp;which allows developers to extend for practical customization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's simply not necessary and too restricted for real development now. Will the team make some moves to unlock the visibilities of those classes so that we can actually make use of this new SDK?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2017 08:33:16 GMT</pubDate>
    <dc:creator>MikeC</dc:creator>
    <dc:date>2017-02-09T08:33:16Z</dc:date>
    <item>
      <title>Class visibility in Android SDK 100.0</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542392#M3679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 100.0, many classes (MapView, ArcGISTiledLayer, etc.) are declared as "final", in 10.2.8, those classes are not declared final&amp;nbsp;which allows developers to extend for practical customization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's simply not necessary and too restricted for real development now. Will the team make some moves to unlock the visibilities of those classes so that we can actually make use of this new SDK?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 08:33:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542392#M3679</guid>
      <dc:creator>MikeC</dc:creator>
      <dc:date>2017-02-09T08:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Class visibility in Android SDK 100.0</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542393#M3680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was much discussed within the team. We took the decision that for our architecture, we wanted to specifically design extensibility points, and make sure these worked well, and offered developers appropriate inheritance options that are documented and work effectively.&amp;nbsp;For example, the DefaultMapOnTouchListener was internally architected to allow external developers to inherit effectively. For other classes, we knew that if developers extended them, this might cause problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If&amp;nbsp;this is restricting you from developing the solutions you need to, then please let us know what types you need to extend specifically, tell us about your workflows. We are currently working, for example, on extensible tiled image layers. You can&amp;nbsp;let us know here on geonet, or on &lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/community/arcgis-ideas/content?filterID=contentstatus%5Bpublished%5D~category%5Barcgis-runtime%5D" title="https://community.esri.com/community/arcgis-ideas/content?filterID=contentstatus%5Bpublished%5D~category%5Barcgis-runtime%5D"&gt;ArcGIS Ideas&lt;/A&gt;&amp;nbsp;, or if you prefer get in touch via a private Geonet message and we'll take it from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shelly&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 09:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542393#M3680</guid>
      <dc:creator>ShellyGill1</dc:creator>
      <dc:date>2017-02-10T09:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Class visibility in Android SDK 100.0</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542394#M3681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Say for example, in 10.2.8, our app extends MapView with custom compass and scalebar, and some workaround for unsolved bugs (e.g. &lt;/SPAN&gt;&lt;A class="jive-link-comment-small" href="https://community.esri.com/thread/172828#comment-620127"&gt;https://community.esri.com/thread/172828#comment-620127&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This extended MapView also further extended with customed features with different themes, in different activities within a single app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd been using similar paradigm to build apps with MapBox MapView (com.mapbox.mapboxsdk.maps.MapView) and Google MapView (com.google.android.gms.maps.MapView) where both are extendable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the runtime SDK could provides better extensibility as the solution that we're building could sometimes exceeed the basic abilities came from the SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 07:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542394#M3681</guid>
      <dc:creator>MikeC</dc:creator>
      <dc:date>2017-02-14T07:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Class visibility in Android SDK 100.0</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542395#M3682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the additional details there, that does help. Currently there's no plans to support MapView extensiblility specifically, but I'll take your examples back to the team for discussion. We have plans to work on scalebar and compass functionality, although I realise that may not fit the app themes that you're working with, so would not necessarily help out there. (Actually, is there a reason that solutions such as adding Views to the MapView (as a ViewGroup) as shown in this sample &lt;A class="link-titled" href="https://developers.arcgis.com/android/10-2/sample-code/map-rotation/" title="https://developers.arcgis.com/android/10-2/sample-code/map-rotation/"&gt;Map Rotation | ArcGIS for Developers&lt;/A&gt;&amp;nbsp; don't work for you? Or just doesn't fit the pattern you want to follow?). I'll come back and update the thread if there are any changes on this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 10:02:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542395#M3682</guid>
      <dc:creator>ShellyGill1</dc:creator>
      <dc:date>2017-03-07T10:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Class visibility in Android SDK 100.0</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542396#M3683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our&amp;nbsp;customized map view is reused in multiple activities actually, where compass is needed in every one of them. Our&amp;nbsp;compass also have some higher level&amp;nbsp;user interactions and linkages with the map view rather a simple direction synchronization. We also have sub-classes of our customized map view as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, this can be done just like the sample given by Esri, it's good for demonstration purpose. But after refactoring with the reuse-perspective, it makes more sense for us to put those components (including compass) into our customized map view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 03:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542396#M3683</guid>
      <dc:creator>MikeC</dc:creator>
      <dc:date>2017-03-08T03:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Class visibility in Android SDK 100.0</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542397#M3684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting that you're subclassing your MapView. Was there a specific reason that you ruled out using a composition approach, instead of inheritance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 14:47:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542397#M3684</guid>
      <dc:creator>ShellyGill1</dc:creator>
      <dc:date>2017-03-08T14:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Class visibility in Android SDK 100.0</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542398#M3685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For that case, both are ok actually as long as&amp;nbsp;we got full control of the customized map view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that's a different situation actually. When we're using ArcGIS Android Runtime SDK (we are using them since 2.x), apart from extending functionalities to fit our requirements, we also did some quick fixes / workaround to cope with the bugs and errors found in the SDK before the official fixes comes in. Inheritance plays an important roles&amp;nbsp;while&amp;nbsp;composition are not likely to contribute well&amp;nbsp;in this aspect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 01:54:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542398#M3685</guid>
      <dc:creator>MikeC</dc:creator>
      <dc:date>2017-03-09T01:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Class visibility in Android SDK 100.0</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542399#M3686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike. If I get any news about developments in this area, I'll update this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 16:36:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/class-visibility-in-android-sdk-100-0/m-p/542399#M3686</guid>
      <dc:creator>ShellyGill1</dc:creator>
      <dc:date>2017-03-09T16:36:59Z</dc:date>
    </item>
  </channel>
</rss>

