Skip to content

Commit

Permalink
Removed Steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mani8177 committed Jun 25, 2015
1 parent aea646f commit 508e361
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions PopupInWebMapForEditing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ The PopupContainer calls its PopupEditingListener as the user attempts to edit a
The PopupEditingListener.onSave method will be invoked when the Save button is tapped. First, it adds a new feature or updates an existing feature to the server through ArcGISFeatureLayer.applyEdits. If applyEdits successes saves newly added attachments. Then delete attachments that are mark as “delete”.

## Sample Requirements
The Popup samples depend on the [Andriod Support Library](https://developer.android.com/tools/support-library/index.html). Instructions for setting that it up prior to running the app is detailed below.
The Popup samples depend on the [Andriod Support Library](https://developer.android.com/tools/support-library/index.html).

### Steps
1. Create a new Sample project for PopupWebMapForEditing. Refer to the [Integration features document](https://developers.arcgis.com/en/android/guide/integration-features.htm#ESRI_SECTION1_162634B4429843789DA0311F52908566) to create a new sample project.
2. Right click the sample project and select Android Tools > Add Support Library
3. Accept packages to install and click Install
4. Under Android Private Libraries you should see the android-support-v4.jar file library
5. Right click the sample project and select Properties
6. Select the Java Build Path on the left hand side then select Order and Export in the Java Build Path tabs
7. Make sure Android Private Libraries is checked
8. Run the application
9. Single tap on the map to edit existing features. Long press on the map to create a new feature. Tap the Edit button to enter into editing mode to edit attributes, add/delete attachments, edit geometry, delete feature and save edits.
**NOTE**: The PopupInWebMapForEditing sample depends on the Android Support Library and is included in the sample as a compile time dependency in the modules build.grade file. 

0 comments on commit 508e361

Please sign in to comment.