Skip to content

Commit af95bee

Browse files
authored
Update README.md
1 parent d558065 commit af95bee

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
# ArcGIS Runtime API for Java Samples
22

3+
[![Link: ArcGIS Developers home](https://img.shields.io/badge/ArcGIS%20Developers%20Home-633b9b?style=flat-square)](https://developers.arcgis.com)
4+
[![Link: Documentation](https://img.shields.io/badge/Documentation-633b9b?style=flat-square)](https://developers.arcgis.com/java/)
5+
[![Link: API Reference](https://img.shields.io/badge/API%20Reference-633b9b?style=flat-square)](https://developers.arcgis.com/java/api-reference/reference/index.html)
6+
[![Link: Tutorials](https://img.shields.io/badge/Tutorials-633b9b?style=flat-square)](https://developers.arcgis.com/documentation/mapping-apis-and-services/tutorials/)
7+
[![Link: Demos](https://img.shields.io/badge/Demos-633b9b?style=flat-square)](https://github.com/Esri/arcgis-runtime-java-demos)
8+
[![Link: Toolkit](https://img.shields.io/badge/Toolkit-633b9b?style=flat-square)](https://github.com/Esri/arcgis-runtime-toolkit-java)
9+
10+
[![Link: Esri Community](https://img.shields.io/badge/🙋-Get%20help%20in%20Esri%20Community-2d2670?style=flat-square)](https://community.esri.com/t5/arcgis-runtime-sdk-for-java-questions/bd-p/arcgis-runtime-sdk-for-java-questions)
11+
[![Link: ArcGIS Runtime SDKs Blog](https://img.shields.io/badge/ArcGIS%20Runtime%20SDKS%20Blog-2d2670?style=flat-square)](https://community.esri.com/t5/arcgis-runtime-sdk-for-java-questions/bd-p/arcgis-runtime-sdk-for-java-questions)
12+
[![Link: ArcGIS Blog for Developers](https://img.shields.io/badge/ArcGIS%20Blog%20for%20Developers-2d2670?style=flat-square)](https://community.esri.com/t5/arcgis-runtime-sdk-for-java-questions/bd-p/arcgis-runtime-sdk-for-java-questions)
13+
14+
![ArcGIS Developers Twitter](https://img.shields.io/twitter/url?label=ArcGIS%20Developers&style=social&url=https%3A%2F%2Ftwitter.com%2FArcGISDevs)
315
![Gradle build](https://github.com/Esri/arcgis-runtime-samples-java/workflows/Java%20CI%20with%20Gradle/badge.svg)
416

5-
This repo contains a set of sample projects demonstrating how to accomplish various mapping and GIS tasks with the ArcGIS Runtime API for Java.
17+
Welcome to the home of the ArcGIS Runtime API for Java samples Github page! This repo contains a set of sample projects demonstrating how to accomplish various mapping and geospatial tasks with the ArcGIS Runtime API for Java.
18+
19+
![Choose Camera Controller sample preview](https://user-images.githubusercontent.com/36415565/185649571-7d6feb6f-f0c2-42cb-9139-9d4541dd1da8.png)
620

721
Browse the category directories to explore the samples. Each sample is an individual [Gradle](https://docs.gradle.org/current/userguide/userguide.html) project that can be run standalone. The Gradle buildscripts have tasks for running the application, building a jar, and distributing the app as a zip.
822

@@ -63,13 +77,6 @@ Some samples require offline data. A `samples-data` directory will automatically
6377

6478
See the ArcGIS Runtime API's [system requirements](https://developers.arcgis.com/java/reference/system-requirements/).
6579

66-
## Resources
67-
68-
* [ArcGIS Runtime API for Java](https://developers.arcgis.com/java/)
69-
* [Toolkit](https://github.com/Esri/arcgis-runtime-toolkit-java)
70-
* [ArcGIS Blog](https://blogs.esri.com/esri/arcgis/)
71-
* [Esri Twitter](https://twitter.com/esri)
72-
7380
## Issues
7481

7582
Find a bug or want to request a new feature? Please let us know by submitting an issue.
@@ -82,7 +89,7 @@ New to Git? Check out our [Working with Git](https://github.com/Esri/arcgis-runt
8289

8390
## Licensing
8491

85-
Copyright 2021 Esri
92+
Copyright 2022 Esri
8693

8794
Licensed under the Apache License, Version 2.0 (the "License"); you may not
8895
use this file except in compliance with the License. You may obtain a copy

0 commit comments

Comments
 (0)