Visual Studio is one of the best Ides in the world, if it is. NET world, there is no one (^_^), and recently launched Visual Studio in the mobile platform to strengthen this. This version contains some great features, including real-time unit testing, new refactoring, code hinting, c#7.0 support, and the ability to help mobile developers build better mobile applications.
Below, let's take a look at what features in Visual Studio 2017 make mobile development easier.
Visual Studio 2017 has an improved installation experience
The Visual Studio team has enhanced the overall installation experience for this version of Visual Studio 2017. The new installation process is more intuitive and touch-friendly, and most importantly we can achieve a lower disk footprint by selecting only the tools you need. We can choose the features that best suit our needs, such as mobile development that only needs to include. NET,UWP or. NET core. Install only the components you need to keep the download and final installation dimensions to a minimum. You can start faster than before, and you need to make sure that the part you install contains only the features you need to get started.
added a new project template
The core of many mobile applications is simply to take the data list view from the Web. The Visual Studio 2017 version creates a new template to deal with this situation. With just a few clicks, you can implement your mobile project's boot work on ios,android and Windows 10 mobile apps, including tag navigation, MVVM, settings, and more. By tapping "Host in the Cloud", you can implement the backend configuration of your mobile app and complete the client-side code for online/offline sync and automatic conflict resolution, which makes it easy to elevate your mobile project to a new level.
improved XAML IntelliSense
Any xamarin.forms XAML document from Visual Studio 2017 can give you a significant boost in IntelliSense. The new code completion engine supports bindings, custom properties, custom controls, and converters.
Forms Previewer makes the preview more intuitive
Xamarin. The Forms Previewer provides us with a "WYSIWYG" view that allows us to understand how the app is displayed on the device and to show real-time updates of our changes. Visual Studio 2017 has made a number of improvements to Xamarin.Forms previewer to increase the scope of supported controls and XAML constructs. This can save you a lot of time when you re-deploy your app to your device to see the effect changes.
Use archiving tool for seamless publishing applications
Typically, we go through the process of developing, debugging, testing, and publishing apps to the marketplace. By guiding us through the process in Visual Studio 2017,Android Archive Manager provides us with a seamless application release process.
viewing modification effects with Inspector
Xamarin Inspector is a tool for Visual Studio Enterprise users, and with this tool you can immediately see the results of changes made to the user interface. For example, we don't need to rerun the application to see font changes, which can improve the look and feel of our app; We only need to run the application using Inspector to see the change effect in real time.
add an iOS emulator for Windows
The iOS emulator for Windows is another feature of Visual Studio 2017 Enterprise Edition. With this feature, you can view iOS Simulator without jumping back to your Mac, making it easier to develop your application.
using Profiler to detect problems
Xamarin Profiler is a tool for detecting memory leaks and unused resources. Before you send your app to users, Visual Studio Enterprise users can leverage the power of the profiler to detect these issues.
Test Recorder for better testing applications
Xamarin Test Cloud allows us to test our applications on real physical devices to understand the true performance of the app. It is necessary to note that this is a test script that needs to be written to implement. Visual Studio Enterprise Users can use the Xamarin test Recorder to record the testing process, as well as to run the app on a large number of devices in the Xamarin test cloud.
Summary
No matter what. NET developer, or mobile app developer, if you haven't learned more about visual Studio 2017, try using this version of new features and enhancements.
View a new version of visual Studio 2017 news Source:
https://blog.xamarin.com/visual-studio-loves-mobile-developers/
Latest in Visual Studio 2017:
https://www.visualstudio.com/downloads/
This article is from the "Grape City Control Technology Team Blog" blog, declined to reprint!
Introduction to new features for mobile development in Visual Studio 2017