Arcgis Runtime Samples Android Versions Save

ArcGIS Runtime SDK for Android Samples

v100.15.0

1 year ago

build.gradle (project)

maven { url 'https://esri.jfrog.io/artifactory/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.15.0'
}

Change log:

New samples

Enhancements

  • Updated Show device location using indoor positioning to use public web map.
  • Removed Java and Kotlin samples for Feature layer feature service, Feature layer geodatabase, Feature layer geopackage, Feature layer shapefile and replaced with Display feature layers.
  • Renamed Generate geodatabase -> Generate geodatabase replica from feature service to better differentiate geodatabase samples.
  • Added dependencyResolutionManagement support for Kotlin and Java samples.
  • Updated Gradle version to v7.4.2.
  • Updated Gradle plugin version to v7.2.1.
  • Removed deprecated code so that samples build without warnings.

Bug fixes

v100.14.0

2 years ago

build.gradle (project)

maven { url 'https://esri.jfrog.io/artifactory/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.14.0'
}

Change log:

v100.13.0

2 years ago

build.gradle (project)

maven { url 'https://esri.jfrog.io/artifactory/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.13.0'
}

Change log:

  • New sample added:
    • Browse building floors
  • Updated samples:
    • Configure subnetwork trace
    • Create and save map
    • Open mobile map scene package
    • List KML contents
  • Additional changes made:
    • Updated Kotlin samples to use Android ViewBinding
    • Removed metadata script
    • Toolkit samples readme changes
    • Updated Java version to JDK 11
    • Updated Kotlin version to 1.5.2
    • Updated Gradle version to 7.0.2

v100.12.0

2 years ago
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.12.0'
}

v100.11.0

3 years ago
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.11.0'
}

v100.10.0

3 years ago
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.10.0'
}

v100.9.0

3 years ago
maven { url 'https://esri.bintray.com/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.9.0'
}

v100.8.0

4 years ago
maven { url 'https://esri.bintray.com/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.8.0'
}

v100.7.0

4 years ago
maven { url 'https://esri.bintray.com/arcgis' }

dependencies {
    // Use 'implementation' dependency configuration in Android Studio 3.0
    implementation 'com.esri.arcgisruntime:arcgis-android:100.7.0'
}

v100.6.0

4 years ago

ArcGIS Runtime SDK for Android 100.6.0 Samples

maven { url 'https://esri.bintray.com/arcgis' }

dependencies {
    // Use 'implementation' dependency configuration in Android Studio 3.0
    implementation 'com.esri.arcgisruntime:arcgis-android:100.6.0'
}