|
BLOG
|
We’re pleased to announce that version 1.4 of AppStudio for ArcGIS is now available. You can get the new version of AppStudio by logging into http://appstudio.arcgis.com or downloading AppStudio Desktop and Player from the download page. Key new features of this release include: Framework Documentation: We’ve greatly expanded our documentation of the AppStudio Framework in Qt Creator, with more property and method descriptions and demonstrative code samples to help you understand the framework’s tools. You can also now press F1 while a component is highlighted in Qt Creator to directly open the help to the relevant section. Text to Speech Support (Beta Functionality): An early version of text-to-speech functionality is now available in the AppStudio Framework. This feature is still in beta, and is subject to be refined or changed significantly in future releases. Android x86 for cloud and local Make: Previously, AppStudio’s Make tools could only build Android apps for ARM processors; while these would work for Android devices using x86 processors, they would be slower and less effective than an app built specifically for an x86 processor. Now, both cloud and local Makes are able to build x86 Android apps, allowing these devices to run at their full potential. Plus users can take advantage of installing the x 86 player app directly on emulators and the x86 specific devices. AppStudio Template new features: Map Tour Offline Support – Map Tour now gets cached locally by default on the device. This gives users the ability to view and interact with the apps at places with limited or no network connectivity. All features of the app are available while offline, except for the map. That means pictures, thumbnails and text cached locally on the user’s device. With the ability to clear the cache. Map Pins have been refreshed with new look. ‘Learn more’ provides information about a specific map tour. This is particularly useful when you have multiple Map Tours in the gallery. This helps end users to get you know more about the MapTour currently being viewed. This includes the description, thumbnail and last updated information about the Map Tour Quick Report Polyline and Polygon based feature services layers - Users can now report Polyline or Polygon geometry features. The functionality lets user draw or edit their desired paths or polygons on the map. On successful submission the feature gets created using the drawn geometry. The measured length and area for the drawn geometry is also provided in various units. This functionality is available online only. In offline mode the Map is not available. Secured feature services - You can consume ArcGIS secured REST services using OAuth2 token based authentication. When using the app for the first time it prompts user with a sign-in dialog which creates a new token. The generated token is available locally for any subsequent logins. Similarly, if the app goes offline you are still able to sign in automatically using the previously generated token when creating or editing a report. Back button support -The back button has been implemented for the Quick Report Template, which means now users can use the device back button to go back to the previous page anytime within the application. Improvements to Add Details page - Better user experience when working with the Add Details Page. There is a clear button to clear the text field. There is also Done button (enabled for iOS) which makes it easier to hide the keyboard when the user has finished inputting the information in text field. Image Viewer - Ability to zoom in and out the image attachments. Also gives ability to change the image name and add location information to the image. All three templates have received bugfixes and UI/UX improvements. Other Improvements: Qt Updates: Qt components have now been upgraded to 5.8.0. Language Support Improvements: AppStudio and AppStudio Player now support Bosnian and Indonesian. ENH-000095804 Updated the documentation of the Map Tour app in AppStudio for ArcGIS to clarify the different requirements between the mobile app and the web app that it will be based on. BUG-000102543 Updated the Quick Report template in AppStudio for ArcGIS to display range or coded value domain fields. BUG-000102416 Fixed the bug in Story Map Tour template in AppStudio for ArcGIS regarding numeric symbols that are present in ArcGIS Online Story Map. BUG-000101893 Native Map Tour app created with AppStudio for ArcGIS Desktop now displays the application when Map Tour is created using a map service. BUG-000099809 Fixed the issue regarding inconsistent behaviour with random characters displaying in the search bar on iOS devices when setting the font size in the text field in AppStudio for ArcGIS. BUG-000099740 Fixed the issue regarding the list order of map tour points getting reversed in AppStudio for ArcGIS when using AppStudio Player on iOS devices if the base Story Map Tour app is created using image URLs. BUG-000097388 Estimate strings in Make build progress dialog are no longer truncated. BUG-000096987 Corrupted Chinese characters that are in Italic font in AppStudio for ArcGIS Player for Android is fixed. BUG-000096986 Missing text on Sign In page in AppStudio for ArcGIS Player for Android platform is fixed. BUG-000095977 Updated the documentation of the Map Tour app in AppStudio for ArcGIS to clarify the different requirements between the mobile app and the web app that it will be based on.
... View more
03-23-2017
06:51 PM
|
0
|
0
|
1117
|
|
POST
|
There are couple of things I would like to know. 1) Do you have a licensed version of Qt? 2) What is the use case of your app where you need local notifications? Thanks -Nakul
... View more
03-21-2017
09:14 AM
|
0
|
4
|
2531
|
|
POST
|
Hi there, You mentioned - "notifications from my application to the device the application is on". Can you please clarify are you looking for in-app notification (client-client messaging) when running in background (aka local notification) or do you have a server-client scenario and you wanna perform downstream messaging to the app from the Cloud ( aka push notiifcations)? Because based on your description it seems like you are interested in former (local notification). Is that correct? Thanks, Nakul
... View more
03-16-2017
09:07 AM
|
0
|
7
|
2531
|
|
POST
|
Thanks for the reply. I am still investigating this. We need to figure out if the isssue lies in Qt Stackview side or ArcGIS Runtime or AppStudio side. One thing we need to remember that the app is persisting the input data (images, text, controls, location etc) when we go back and forth between the pages of the stackview. Hence it is expected to have some memory increase. In other words we are not destroying the page and starting a fresh one every time we load the same page with the stackview. Are you also experiencing a crash on iOS or Android? I'll keep you posted. Nakul
... View more
03-15-2017
06:51 PM
|
0
|
2
|
2460
|
|
POST
|
To fix the issue, please add the following code in you survey123 source code to the camera component in XFormCameraCapture.qml focus { focusMode: Camera.FocusContinuous focusPointMode: Camera.FocusPointAuto } -Nakul
... View more
03-10-2017
10:16 AM
|
0
|
6
|
2362
|
|
POST
|
Can you please share your webmap with us? I would like to investigate the contents of the webmap. Thanks, Nakul
... View more
03-10-2017
09:09 AM
|
0
|
1
|
1016
|
|
POST
|
Well you should definitely try our Add and edit features sample to see how it can be done (see the code within Qt creator). This is first sample available within the AppStudio desktop when creating a new app under Samples Category. Also I would suggest you to look at our QuickReport template application. It uses a feature service layer. This is a data collection app primarily used as a reporting tool to collect information both spatial and non-spatial and push it as a feature to the feature service layer. This works offline also. Plus supports ArcGIS OAuth2 based secured services and supports Points, Polylines and Polygons geometry. Please let me know if you need more information on this. Thanks -Nakul
... View more
03-10-2017
09:07 AM
|
0
|
0
|
1178
|
|
POST
|
Need more information from your end. Are you trying to create new feature in a ArcGIS feature service layer? Or trying to edit attributes? If yes please see our sample Add and Edit & LocalGeodatabase Editing. If something else please provide more information such as workflow, what kind of data you are working with? Any feature service? -Nakul
... View more
03-06-2017
08:26 AM
|
0
|
2
|
1178
|
|
POST
|
Hi there, I am not sure what the problem is but if you could please answer these questions I might be able to help you. 1) Do you still see the issue if you used the default basemap on Nexus 5? 2) Is the Location enabled on the device? 3) Can you provide a video or atleast a screenshot? 4) If you can share your app or provide steps to reproduce it I can try on my end. I have Nexus 5 available but I can't reproduce the problem. Thanks Nakul
... View more
02-17-2017
09:37 AM
|
0
|
0
|
781
|
|
POST
|
Hi Michele, Are you talking about the symbols not showing correctly? Instead of wine glass it shows circles as shown in Screenshot_20170207 image? Is that your issue.? Also this screenshot is the one from Android or Windows? Please let me know. Thanks Nakul
... View more
02-07-2017
05:45 PM
|
0
|
0
|
2367
|
|
POST
|
Hi there, Looks like you are adding a webmap to an Appstudio application. Is that correct? To add a webmap please use the Webmap component as mentioned here Add webmap to your app · Esri/arcgis-appstudio-samples Wiki · GitHub 1) Are you running this app within Player on Android? 2) Does the app work on Windows using AppStudio Desktop? 3) Are you using the MapViewer template? 4)How did you create this application? Please provide some more specifics to your issue to troubleshoot further. Thanks, Nakul
... View more
02-06-2017
08:16 AM
|
0
|
2
|
2367
|
|
POST
|
So the size you sent me is about 140 x 105. Is that correct? I can reproduce the issue, but I believe your size is just too small for the template. Can you please try to resize them from original to at least 280 and see if you can still reproduce the issue?
... View more
01-17-2017
10:43 AM
|
0
|
1
|
1298
|
|
POST
|
Why do you have a map directly within a StackView?In our QuickReport template we have a page with a Map (WebMap for 1.3 version) control. We have no issues while using Stackview push and pop. Have you looked at the QuickReport template source code? Are you having memory issues without the MapControl also while using StackView? Nakul
... View more
01-10-2017
10:08 AM
|
0
|
2
|
2460
|
|
POST
|
Have you tested these thumbnails in a simple QML app with an image control? Can you upload one of those thumbnails? Thanks Nakul
... View more
01-10-2017
09:37 AM
|
0
|
1
|
1298
|
|
POST
|
Yes, you can go ahead and use NetworkRequest to perform such operation. Make sure you have set the method to POST as the default values is GET. Infact we have used NetworkRequest in QuickReport to upload and add attachments such as images to featureservice which you can find in the QuickReport source code. For more help and reference please refer the NetworkRequest help page within Qt creator. There are few samples available to refer. I hope this helps. Nakul
... View more
12-28-2016
10:27 AM
|
1
|
3
|
1794
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-30-2022 08:20 AM | |
| 1 | 06-06-2017 09:24 AM | |
| 1 | 11-19-2019 05:32 PM | |
| 1 | 09-29-2017 04:37 PM | |
| 1 | 12-20-2017 11:02 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-29-2026
08:38 AM
|