Skip to content

Commit 8462104

Browse files
author
Colin Robertson
committed
Adopt bullets
1 parent 47bfa07 commit 8462104

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

docs/cross-platform/visual-cpp-for-cross-platform-mobile-development.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Writing code for multiple platforms is often frustrating. The primary developmen
2121

2222
Development using C++ for cross-platform mobile development has several advantages:
2323

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.
2525

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.
2727

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.
2929

3030
## Get the tools
3131

@@ -93,14 +93,10 @@ The Mobile development with C++ workload includes several templates to help you
9393

9494
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).
9595

96-
## In this section
96+
## See also
9797

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

Comments
 (0)