This repo provides a template app for Android devices called Maps App that can be used as as starter for your organizations mapping app built with ArcGIS Runtime SDK for Android. You can use the Maps App as is, or extend it as a navigational mapping app using Runtime SDK for Android.
On Start | Select Basemaps |
---|---|
- Dynamically switch basemaps
- Place search
- Geocode addresses
- Reverse geocode
- Route
- Sign in to ArcGIS account
This Maps App repo is an Android Studio Project and App Module that can be directly cloned and imported into Android Studio.
Fork the Maps App Android repo
Once you have forked the repo, you can make a clone
- Clone the Maps App repo
cd
into themaps-app-android
folder- Make your changes and create a pull request
If you make changes in the fork and would like to sync those changes with the upstream repository, you must first configure the remote. This will be required when you have created local branches and would like to make a pull request to your upstream branch.
- In the Terminal (for Mac users) or command prompt (fow Windows and Linus users) type
git remote -v
to list the current configured remote repo for your fork. git remote add upstream https://github.com/Esri/maps-app-android.git
to specify new remote upstream repository that will be synced with the fork. You can typegit remote -v
to verify the new upstream.
If there are changes made in the Original repository, you can sync the fork to keep it updated with upstream repository.
- In the terminal, change the current working directory to your local project
- Type
git fetch upstream
to fetch the commits from the upstream repository git checkout master
to checkout your fork's local master branch.git merge upstream/master
to sync your localmaster' branch with
upstream/master`. Note: Your local changes will be retained and your fork's master branch will be in sync with the upstream repository.
- ArcGIS Runtime SDK for Android Developers Site
- ArcGIS Mobile Blog
- ArcGIS Developer Blog
- Google+
- twitter@ArcGISRuntime
- twitter@esri
Find a bug or want to request a new feature enhancement? Let us know by submitting an issue.
Anyone and everyone is welcome to contribute. We do accept pull requests.
- Get involved
- Report issues
- Contribute code
- Improve documentation
Copyright 2016 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.
For information about licensing your deployed app, see License your app.
[](Esri Tags: ArcGIS Android Mobile) [](Esri Language: Java)