# Applications

This section presents several applications demonstrating the development of **Xamarin.Forms** apps.

Creating each application in Visual Studio begins by creating a new project. Create a new project from the menu using: **File > New > Project**. You can also use the shortcut **Ctrl + Shift + N** to create a new project.

![](https://3608896458-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8MhIbAe4EayNL4gLUc2U%2Fuploads%2Fgit-blob-53c7536d3336be13ecd94a67de05af86dc4c5b4c%2F52_Create_Mobile_App.png?alt=media)

*Fig. 2.52 Creating a new cross-platform project*

![](https://3608896458-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8MhIbAe4EayNL4gLUc2U%2Fuploads%2Fgit-blob-9495d5b5d43b8197f1c28e828a3491570381eede%2F53_New_Mobile_App.png?alt=media)

*Fig. 2.53 Configuring the new cross-platform project*

## Settings

From **Tools > Android > Android Device Manager**, add a new emulator device for testing the applications under development:

![](https://3608896458-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8MhIbAe4EayNL4gLUc2U%2Fuploads%2Fgit-blob-50ac3d4f46981df9369c922a328d993fb996c9aa%2F54_Add_Android_Device.png?alt=media)

*Fig. 2.54 Adding a new emulator device for testing applications.*

![](https://3608896458-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8MhIbAe4EayNL4gLUc2U%2Fuploads%2Fgit-blob-8cb7c1ff4d2328fbed6f474fbc7a400f74748bb9%2F55_Android_Device_Ready.png?alt=media)

*Fig. 2.55 A new emulator device has been successfully added for testing applications.*

Test the Android emulator by pressing the **Start** button. If everything is correct you will see Android 11 (API 30), as shown in the figure below:

![](https://3608896458-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8MhIbAe4EayNL4gLUc2U%2Fuploads%2Fgit-blob-1172d3b300124cb95fa4145cc7e04a579d61c2f6%2F56_Android_11.png?alt=media)

*Fig. 2.56. Android 11 (API 30)*

{% hint style="info" %}
**Tip**

You can speed up the Android emulator on Microsoft Windows by using [HAXM](https://developer.android.com/studio/run/emulator-acceleration#vm-windows-haxm-intel) (Intel) or [WHPX](https://developer.android.com/studio/run/emulator-acceleration#vm-windows-whpx) (AMD) depending on the CPU available in your computer.
{% endhint %}
