Skip to content

AppStudio Architecture

Sathya Prasad edited this page Mar 23, 2016 · 1 revision

Stack

Libraries provided

The libraries are included based on your import statements in the code.
The minimum set of imports for an appstudio app to work is:

import QtQuick 2.4
import ArcGIS.AppFramework 1.0

If you want to work with ArcGIS Runtime then you will need to add this import

import ArcGIS.AppFramework.Runtime 1.0
//optional to consume webmaps
import ArcGIS.AppFramework.Runtime.Webmap 1.0
//optional to get map controls such as zoom controls and position display, rotation etc..
import ArcGIS.AppFramework.Runtime.Controls 1.0