Visual Studio 2017 summarizes new features for mobile development, studio2017
Visual Studio is one of the best ides in the world. in the NET world, there will be no one (pai_^), and the recently released Visual Studio 2017 has enhanced this in terms of mobile platforms. This version contains some great functions, including real-time unit testing, new refactoring, code prompts, and C #7.0 support, and help mobile developers build better mobile application functions.
Next, 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 improved the overall installation experience of Visual Studio 2017. The new installation process is more intuitive and touch-friendly. The most important thing is that we can achieve low disk usage by selecting only the required tools. We can select the functions that best suit our needs. For example, mobile development only needs to include. NET, UWP or. NET Core. Only the required components can be installed, and the downloaded and final installation dimensions can be kept in a minimum state. You can get started faster than before. Also, make sure that the installed part only contains the features you need at the beginning.
Added a new project template.
The core of many mobile applications is simply getting the data list view from the web. Visual Studio 2017 creates a new template to cope with this situation. You only need to click a few buttons to guide your mobile projects on iOS, Android, and Windows 10 mobile apps, including tag navigation, MVVM, and settings. By clicking "Host in the cloud", you can configure the backend of the mobile application and complete client code for online/offline synchronization and automatic conflict resolution, you can easily upgrade your mobile project to a new level.
Improves xaml smart awareness
Any Xamarin. Forms XAML document in Visual Studio 2017 allows you to experience significant improvements in smart sensing. The new Code Completion engine supports binding, custom attributes, custom controls, and converters.
Forms Previewer makes the preview more intuitive.
Xamarin. Forms Previewer provides us with a "WYSIWYG" view to help us understand how applications are displayed on devices and how they are updated in real time. Visual Studio 2017 has made many improvements to Xamarin. Forms Previewer to increase the range of supported controls and XAML structures. This saves a lot of time compared to re-deploying an application to a device to view the changes.
Use Archiving Tool to seamlessly publish applications
We usually go through the process of developing, debugging, testing, and publishing applications to the app store. Android Archive Manager provides a seamless application release process through step-by-step guidance in Visual Studio 2017.
View the Modification result through Inspector
Xamarin Inspector is a tool for Visual Studio Enterprise Users. With this tool, you can immediately see the modification results on the user interface. For example, we can view the font changes without re-running the application, which improves the appearance and experience of our application. We only need to use Inspector to run the application, you can view the changes in real time.
Add iOS simulators for Windows
The iOS Simulator for Windows is another feature of Visual Studio 2017 Enterprise Edition. With this function, you can view iOS Simulator without jumping back to the Mac, making your application development easier.
Use Profiler to detect problems
Xamarin Profiler is a tool used to detect memory leaks and unused resources. Before sending applications to users, Visual Studio Enterprise Users can detect these problems using the powerful features of Profiler.
Test Recorder helps better Test applications
Xamarin Test Cloud allows us to Test our applications on real physical devices to understand the real performance of applications. It should be noted that this is implemented by compiling a test script. Visual Studio Enterprise users can use Xamarin Test Recorder to record the Test process, and can also run applications on a large number of devices in Xamarin Test Cloud for testing.
Summary
Whether it's a. NET developer or a mobile app developer, if you haven't fully understood Visual Studio 2017, you can try to use the new features and enhancements of this version.
The above is a summary of the new features of Visual Studio 2017 for mobile development. I hope it will help you. If you have any questions, please leave a message for me, the editor will reply to you in a timely manner. Thank you very much for your support for the help House website!