Skip to content

v200.2.0 ArcGIS Maps SDK for Kotlin samples

Compare
Choose a tag to compare
@shubham7109 shubham7109 released this 16 Aug 00:17
· 21 commits to main since this release
5f1c2fb

Gradle Implementation

// project level settings.gradle
dependencyResolutionManagement {
    repositories {
        maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
     }
}

// app level build.gradle
dependencies {
    implementation 'com.esri:arcgis-maps-kotlin::200.2.0'
}

Migrate from version 100.x to version 200.x

Visit the website doc for instructions to migrate to use the new ArcGIS Maps SDK for Kotlin

Change log:

Visit the release notes page for details about enhancements in the 200.2 release of ArcGIS Maps SDK for Kotlin.

New samples

Enhancements

  • All new samples added in 200.2.0 use Jetpack Compose.
    • Introduced Jetpack Compose samples using material design 3.
    • Updated the NewModuleScript to create new samples with Jetpack Compose.
    • Added shared Compose components to display dialogs for ArcGIS jobs or error messages to the samples-lib.
  • Updated the project to use a common design scheme for all view-based samples.
  • Added a determinate download progress indicator to the samples-lib.
  • Updated the weather service used in the Add WMS layer sample.
  • Added a patch for Render multilayer symbols sample for flaky loading behavior.
  • Removed deprecated usages, unused resources, and resolved code style warnings.
  • Updated the project to use JVM 1.17.