BLOG
|
This incremental release comprises of updates to the app templates included with ArcGIS AppStudio 5.4 for both AppStudio Desktop and AppStudio Player. This update is focused only on the app templates and does not include an update to AppStudio, the App Framework, or the Cloud Make service. If you have an existing app built using one of these templates you will be required to to create a new app using the updated template codebase and then copy the appropriate properties and files (text, images, etc) to the newly created app. This update includes multiple enhancements and bug fixes across the various templates. Here are some of the significant improvements included in the update. Sidebar Template A redesigned and improved UI/UX for editing workflow when creating new features or editing existing feature geometry Added support for contingent coded domain values and field groups when editing attributes Attachment Viewer Template Removed limitation of a maximum of 100 features per feature layer. Now users can load as many features in the template app as they see in the online instant app Map Viewer Template Added support for editing feature geometry or creating new features if editing is supported. Previously, Map Viewer only allowed users to edit attributes of existing features. This feature open up opportunities to build a customized data editing or inspection app using the Map Viewer template Added support for floor-aware web maps Quick Report Template Includes improvements when uploading large files or videos by using the ArcGIS multipart upload item approach Try it yourself! Would you like to try these new features on your mobile device? You can easily run the Attachment Viewer template, Map Viewer template and other templates using AppStudio PlayerJust follow these steps to try a template:: Download & install the AppStudio Player on your mobile device as provided here Run the Player app Go to the App Settings from the side menu Turn on “Developer mode” and then go back to the main page of the app Navigate to the third bottom tab to access samples and templates as shown below NOTE: Any users experiencing sign-in problems and accessing their AppStudio Developer Edition should download the AppStudio 5.4 Sign-in Patch.
... View more
11-30-2022
08:20 AM
|
1
|
0
|
1203
|
BLOG
|
ArcGIS Companion v4.2 has just been released. This is a minor update to the app 4.1 release. Here is the summary of this release: Fix the sign-in process to sign-in to SAML+PKI authenticated portals using an external browser Updated content page to include item types such as administrative reports, csv files etc. Bug fixes and improvements. Localization improvements. ArcGIS Companion is available via Google Play, Apple App Store, and Amazon. Follow us on Twitter @arcgiscompanion to stay up to date on upcoming releases, features and tips.
... View more
09-23-2021
02:51 PM
|
0
|
0
|
1213
|
POST
|
Hi there, In the AppStudio 5.0 release, the 3D Scene Viewer template has been enhanced to include this Daylight functionality feature. Feel free to check out on your end. Here is the blogpost which summaries what's new in 5.0 release? Thank you. Nakul M
... View more
04-16-2021
11:54 AM
|
0
|
0
|
957
|
BLOG
|
ArcGIS Companion v3.2 has just been released. This is a minor update to incorporate enhancements made to the ArcGIS Online in the Dec 2020 release. Here is the summary of this release: Added Field Maps app to the Field Apps bundle. Operations Dashboard web app now can be browsed without have to sign-in within in-app browser. Notifications are sent to end users if ArcGIS Companion app is blocked by the administrator. Localization improvements. ArcGIS Companion is available via Google Play, Apple App Store, and Amazon.
... View more
12-09-2020
09:20 AM
|
0
|
0
|
2108
|
POST
|
Hi Alexander, I am glad you find the 3D Scene Viewer template working well for you. But unfortunately, the Daylight widget is not supported out of the box in 3D Scene Viewer template, normally we would recommend you to add this code on your own using ArcGIS Runtime SDK for Qt, but this is currently a known limitation with the latest version 100.8 and will be available with Runtime 100.9. We think that this is a great idea and enhancement for the AppStudio 3D Scene Viewer template, we recommend you to add this to the ArcGIS Ideas, so that our Product Management team is aware of this request. Once it is fixed with ArcGIS Runtime we can look in to possibly supporting this, or giving you a sample on how this would work. In the meantime, we have some new features in Early Adopter Program for 3D Scene Viewer template and other templates on AppStudio 4.3 Beta, we encourage you to check it out. Thanks, Nakul
... View more
06-30-2020
12:52 PM
|
1
|
0
|
1086
|
POST
|
Question 2- Did you look into this link which in the blog I linked above? Without that you cannot get offline areas in AppStudio Map Viewer template. If you more questions on that please post your question with the ArcGIS Online. Question 1- Yes you set the visibility of layers dynamically as soon as the web map loads in the template application. But that requires you to write some code. The templates allows users/authors to customize it as per their needs. Currently, in Map Viewer there is layer list and you can turn on or off layer visibility manually though. If you are interested I can look for a sample or code snippet how to dynamically turn off layers. Thank you. Nakul
... View more
04-30-2020
09:27 AM
|
1
|
3
|
2323
|
POST
|
Are you able to access this https://github.com/Esri/arcgis-appstudio-samples ? And then look for the Analyze ViewShed sample. Nakul
... View more
04-29-2020
03:37 PM
|
0
|
0
|
2323
|
POST
|
Hi Jen, Thanks for attending the workshop. We hope to see you again. Yes, ArcGIS Pro can be used to publish the GP service. ArcGIS Pro aka ArcGIS Desktop can be use to create, publish and consume a GP service and it works only on windows. However, once published the service can be consumed in the AppStudio+ ArcGIS Runtime app which can run on multiple platforms (iOS, Android, Windows, MacOS, Linux). Again AppStudio cannot be used to create a GP service. Only can be used to consume it in a client native application. We have a sample app available on how to consume a GP service created from a ArcGIS Pro in a AppStudio application using ArcGIS Runtime. Please let me know if this helps. Thanks, Nakul
... View more
04-29-2020
12:42 PM
|
0
|
2
|
2323
|
POST
|
Hi Karimullah, I am glad you enjoyed the workshop! Let me answer your question 2 first 2- WebMaps only work in the online mode. If you are interested in loading offline maps. You have two options. First one is configure and consume Mobile Map packages (MMPK). You can learn more about it here Second option is to prepare your WebMaps ready with preplanned workflow. Please check out the section -support for the offline map areas 1. Are you referring to different web maps cards (as shown in the image below) ? or the layers within a single web map? Thanks, Nakul
... View more
04-29-2020
12:00 PM
|
1
|
5
|
2323
|
POST
|
As of version 2.4 - ArcGIS Companion does support public account. What’s new in ArcGIS Companion 2.4 (October 2019)
... View more
11-19-2019
05:32 PM
|
1
|
0
|
2445
|
POST
|
HI Kamran, This was fixed in 3.3 release. It happened because of Quick Report using QtQuick.Controls 1.3 which were not compatible with ARM v8 Android. Hence we updated the codebase to use the QtQuick.Controls 2.2 components. Please create a new QR app from the template. The changes you can see were made in files QuickReport/controls/Domain_CodedValue.qml QuickReport/controls/SubType_CodedValue.qml You can do comparision with the old code and new one Or you can just use the new code. Please do another build using the latest code. Thank you. Nakul
... View more
10-09-2019
08:30 AM
|
0
|
1
|
911
|
BLOG
|
Top categories shows trending items based on view count and are modified in last 30 days. If you want to see all the dashboards, you can go to the content page and choose the apps option. Or you can perform search to list all dashboards.
... View more
10-04-2019
11:22 AM
|
0
|
0
|
1159
|
BLOG
|
ArcGIS Companion v2.4 has just been released. We have added some exciting new features and improvements to the app. Here are the highlights of this release: Support for ArcGIS public accounts Administrators can now delete members Discover page enhancements Filters for Group content Browse content in ArcGIS Living Atlas of the World for ArcGIS Online users Listed below are some of the bug fixes and enhancements Portal administrators with IWA authentication are now able to add built-in members to the organization. You can now view Map Image Layers and Tile Layers in Map Viewer on mobile devices. The stories you create with ArcGIS StoryMaps now appear when you filter content for apps. ENH-000122005 ArcGIS Companion should allow the ability to scroll through the log in screen when signing into an organization To learn more about it checkout the ArcGIS blog
... View more
10-04-2019
08:19 AM
|
0
|
2
|
2563
|
POST
|
Hi Joe, This is planned for a future release. Please log a support enhancement for tracking purpose. Thank you. Nakul
... View more
10-02-2019
02:31 PM
|
2
|
0
|
1564
|
BLOG
|
The App Templates in AppStudio Desktop have been updated to work with the AppStudio 4.0. All four templates now support Runtime 100.6. Here is a list of other updates to the templates in this release: 3D Scene viewer In the AppStudio 4.0 beta release we introduced a new 3D Scene Viewer template - to discover, browse and interact with ArcGIS 3D maps (web scenes). Based on your feedback we have now added support for the offline scenes aka mobile scene packages in this release. Similar to other AppStudio template apps, you configure the template to consume your desired global web scenes and mobile scene packages by providing their item ids hosted within your organization or publicly across ArcGIS Platform. This template now allows you to do sign-in to your organization across ArcGIS Platform to display the secured content (web scenes & mobile scene packages) and to download mobile scene packages. Once downloaded onto your device, the mobile scene package will be available to operate without any internet connection. Below is a quick video on how to display a mobile scene package. Note: To allow users to download a mobile scene package without signing in to an ArcGIS organization, Enable Anonymous Use can be used while creating, if you have licensed ArcGIS Pro with the ArcGIS Publisher extension. Let us know what do you want to see in the future release in the comment below or by email. Map Viewer BUG-000122909 - Resolved issue to avoid mobile device screen locking while a mobile map package is being downloaded. If a user is downloading one or multiple mobile map packages, the device wouldn't go in sleep mode until the download is complete or user manually turns off the screen. The template now checks if a client ID is available before the user continues with a sign-in operation. If the client ID is not provided in the app, it will prompt the user. Online and offline gallery sections now have individual limits to show the number of items in the gallery. For example, if 10 is set as the limit, the gallery will load up to 10 items each for the two categories. Previously the limit was shared between the two. AppFramework.Controls library reference has been removed from the Map Viewer template as the AppStudio Framework has deprecated this library. Map Viewer template has been updated to use ECMA 7.0 javascript promises. Other bug fixes and UI enhancements. Quick Report BUG-000124162- Resolved issue with submitting a report with audio or video attachments when submitting report through saved drafts. AppFramework.Controls library reference has been removed from the Quick Report template as the AppStudio Framework has deprecated this library Other bug fixes and UI enhancements Map Tour AppFramework.Controls library reference has been removed from the Map Tour template as the AppStudio Framework has deprecated this library Other bug fixes and UI enhancements Please feel free to test and provide your feedback through the GeoNet or emailing the team at appstudiofeedback@esri.com. Become an AppStudio for ArcGIS developer! Watch this video on how to sign up for a free trial. Follow us on Twitter @AppStudioArcGIS to keep up-to-date on the latest information and let us know about your creations built using AppStudio to be featured in the AppStudio Showcase. The AppStudio team periodically hosts workshops and webinars; please click on this link to leave your email if you are interested in information regarding AppStudio events.
... View more
09-16-2019
10:08 AM
|
0
|
0
|
1145
|
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 |
04-25-2024
09:00 PM
|