You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cross-platform/visual-cpp-for-cross-platform-mobile-development.md
+9-13Lines changed: 9 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ Writing code for multiple platforms is often frustrating. The primary developmen
21
21
22
22
Development using C++ for cross-platform mobile development has several advantages:
23
23
24
-
1.**Easy installation.** The Visual Studio installer acquires and installs the required third-party tools and SDKs you need to build apps or libraries for Android and iOS. Configuration and setup are simple and mostly automatic.
24
+
-**Easy installation.** The Visual Studio installer acquires and installs the required third-party tools and SDKs you need to build apps or libraries for Android and iOS. Configuration and setup are simple and mostly automatic.
25
25
26
-
1.**A powerful and familiar build environment.** Create sharable cross-platform solutions and projects easily with Visual Studio templates. Manage properties for all projects using one common interface. Edit all your code in the Visual Studio editor, and take advantage of the built-in cross-platform IntelliSense for code completion and error highlighting.
26
+
-**A powerful and familiar build environment.** Create sharable cross-platform solutions and projects easily with Visual Studio templates. Manage properties for all projects using one common interface. Edit all your code in the Visual Studio editor, and take advantage of the built-in cross-platform IntelliSense for code completion and error highlighting.
27
27
28
-
1.**A unified debugging experience.** Use the world-class debugging tools in Visual Studio to watch and step through C++ code on all platforms: Android devices and emulators, iOS simulators and devices, and Windows or Windows Store devices and emulators.
28
+
-**A unified debugging experience.** Use the world-class debugging tools in Visual Studio to watch and step through C++ code on all platforms: Android devices and emulators, iOS simulators and devices, and Windows or Windows Store devices and emulators.
29
29
30
30
## Get the tools
31
31
@@ -93,14 +93,10 @@ The Mobile development with C++ workload includes several templates to help you
93
93
94
94
Download samples that show how to create shared code libraries you can use in Windows, Android, and iOS apps. And, see examples of how to create complete Native Activity apps for Android. To get started, see [Cross-platform mobile development examples](../cross-platform/cross-platform-mobile-development-examples.md).
95
95
96
-
## In this section
96
+
## See also
97
97
98
-
1.[Install cross-platform mobile development with C++](../cross-platform/install-visual-cpp-for-cross-platform-mobile-development.md)
99
-
100
-
1.[Install and configure tools to build using iOS](../cross-platform/install-and-configure-tools-to-build-using-ios.md)
101
-
102
-
1.[Create an Android native activity app](../cross-platform/create-an-android-native-activity-app.md)
103
-
104
-
1.[Build an OpenGL ES application on Android and iOS](../cross-platform/build-an-opengl-es-application-on-android-and-ios.md)
105
-
106
-
1.[Cross-platform mobile development examples](../cross-platform/cross-platform-mobile-development-examples.md)
98
+
[Install cross-platform mobile development with C++](../cross-platform/install-visual-cpp-for-cross-platform-mobile-development.md)\
99
+
[Install and configure tools to build using iOS](../cross-platform/install-and-configure-tools-to-build-using-ios.md)\
100
+
[Create an Android native activity app](../cross-platform/create-an-android-native-activity-app.md)\
101
+
[Build an OpenGL ES application on Android and iOS](../cross-platform/build-an-opengl-es-application-on-android-and-ios.md)\
102
+
[Cross-platform mobile development examples](../cross-platform/cross-platform-mobile-development-examples.md)
0 commit comments