forked from Esri/arcgis-runtime-samples-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f3f9f5
commit 29c93ec
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# DynamicSubLayerReorderSample | ||
This sample demonstrates how you can reorder sub layers in an ArcGIS Dynamic Map Service. Feel free to use this example on your applications. | ||
|
||
PS : Drag-Drop functionality start with onLongClickListener. | ||
|
||
<img src="https://cloud.githubusercontent.com/assets/9201717/8429817/e723c776-1f33-11e5-97c4-7410f80b0ce4.png" width="250"> | ||
<img src="https://cloud.githubusercontent.com/assets/9201717/8429816/e70f06a6-1f33-11e5-8265-d119f1ced2bf.png" width="250"> | ||
<img src="https://cloud.githubusercontent.com/assets/9201717/8429818/e725caa8-1f33-11e5-9b84-113e504799c3.png" width="250"> | ||
|
||
|
||
|
||
#Used Features | ||
- Esri Android SDK 10.2.6-2 | ||
- DevBytes DynamicListView | ||
|
||
#Resources | ||
- https://developers.arcgis.com/android/ | ||
- https://www.youtube.com/watch?v=_BZIvjMgH-Q |