This is a basic Xamarin Android project that displays a "Hello World" message on an Android device or emulator.
- Clone this repository:
git clone [REPOSITORY_URL]
- Navigate to the project folder:
cd App
- Open the project in Visual Studio Code:
code .
To build and run the project, ensure you have an Android emulator running or a connected physical device. Then, execute the following commands:
avdmanager list avd
emulator -avd Pixel_7_Pro_API_33
dotnet build
dotnet run
This will display the "Hello World" message on the emulator or device screen.
MainActivity.cs
: Contains the main logic of the Android application.Resources/layout/Main.axml
: User interface layout.
Feel free to contribute to this project. Open an issue or submit a pull request!