├── Screenshots
├── PopupMenuDemo.png
├── PopupMenuDemoPhoto1.png
└── PopupMenuDemoPhoto2.png
├── Button
├── Button
│ ├── Screenshots
│ │ └── Button.png
│ ├── Resources
│ │ ├── mipmap-hdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-mdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xxxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ └── AboutResources.txt
│ ├── README.md
│ ├── Metadata.xml
│ ├── AndroidManifest.xml
│ ├── Button.csproj
│ └── MainActivity.cs
└── Button.sln
├── SwitchDemo
├── Screenshots
│ ├── screenshot.png
│ ├── Screenshot_switchoff.png
│ └── Screenshot_switchon.png
├── SwitchDemo
│ ├── Resources
│ │ ├── mipmap-hdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-mdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xxxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── values
│ │ │ ├── ic_launcher_background.xml
│ │ │ └── strings.xml
│ │ ├── mipmap-anydpi-v26
│ │ │ ├── ic_launcher.xml
│ │ │ └── ic_launcher_round.xml
│ │ ├── layout
│ │ │ └── Main.xml
│ │ └── AboutResources.txt
│ ├── AndroidManifest.xml
│ ├── SwitchDemo.csproj
│ └── Activity1.cs
├── README.md
└── SwitchDemo.sln
├── PdfAnnotator
├── PdfAnnotator
│ ├── MainActivity.cs
│ ├── Resources
│ │ ├── mipmap-hdpi
│ │ │ ├── appicon.png
│ │ │ ├── appicon_background.png
│ │ │ └── appicon_foreground.png
│ │ ├── mipmap-mdpi
│ │ │ ├── appicon.png
│ │ │ ├── appicon_background.png
│ │ │ └── appicon_foreground.png
│ │ ├── mipmap-xhdpi
│ │ │ ├── appicon.png
│ │ │ ├── appicon_background.png
│ │ │ └── appicon_foreground.png
│ │ ├── mipmap-xxhdpi
│ │ │ ├── appicon.png
│ │ │ ├── appicon_background.png
│ │ │ └── appicon_foreground.png
│ │ ├── mipmap-xxxhdpi
│ │ │ ├── appicon.png
│ │ │ ├── appicon_background.png
│ │ │ └── appicon_foreground.png
│ │ ├── values
│ │ │ ├── strings.xml
│ │ │ └── ic_launcher_background.xml
│ │ ├── mipmap-anydpi-v26
│ │ │ ├── appicon.xml
│ │ │ └── appicon_round.xml
│ │ └── AboutResources.txt
│ ├── AndroidManifest.xml
│ └── PdfAnnotator.csproj
└── PdfAnnotator.slnx
├── AIDLDemo
├── AIDLDemo
│ ├── Resources
│ │ ├── drawable
│ │ │ └── Icon.png
│ │ ├── drawable-hdpi
│ │ │ └── icon.png
│ │ ├── drawable-ldpi
│ │ │ └── icon.png
│ │ ├── drawable-mdpi
│ │ │ └── icon.png
│ │ ├── drawable-xhdpi
│ │ │ └── icon.png
│ │ ├── drawable-xxhdpi
│ │ │ └── icon.png
│ │ ├── values
│ │ │ └── strings.xml
│ │ ├── layout
│ │ │ └── main.axml
│ │ └── AboutResources.txt
│ ├── IAdditionService.aidl
│ ├── AndroidManifest.xml
│ ├── AdditionServiceBinder.cs
│ ├── AIDLDemo.csproj
│ ├── AdditionService.cs
│ ├── AdditionServiceConnection.cs
│ └── Activity1.cs
└── AIDLDemo.sln
├── Phoneword
├── Screenshots
│ ├── example-screenshot.png
│ ├── Phoneword Sample Photo 1.png
│ └── Phoneword Sample Photo 2.png
├── Phoneword
│ ├── Resources
│ │ ├── mipmap-hdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-mdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xxxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── values
│ │ │ ├── ic_launcher_background.xml
│ │ │ └── strings.xml
│ │ ├── mipmap-anydpi-v26
│ │ │ ├── ic_launcher.xml
│ │ │ └── ic_launcher_round.xml
│ │ ├── layout
│ │ │ └── Main.xml
│ │ └── AboutResources.txt
│ ├── AndroidManifest.xml
│ ├── Phoneword.csproj
│ ├── PhoneTranslator.cs
│ └── MainActivity.cs
├── README.md
└── Phoneword.sln
├── LocalNotifications
├── Screenshots
│ ├── screenshot-1.png
│ └── screenshot-2.png
├── LocalNotifications
│ ├── Resources
│ │ ├── drawable
│ │ │ └── Icon.png
│ │ ├── mipmap-hdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ ├── ic_stat_button_click.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-mdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xxxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── values
│ │ │ ├── colours.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ ├── mipmap-anydpi-v26
│ │ │ ├── ic_launcher.xml
│ │ │ └── ic_launcher_round.xml
│ │ ├── layout
│ │ │ ├── Main.xml
│ │ │ └── Second.axml
│ │ └── AboutResources.txt
│ ├── AndroidManifest.xml
│ ├── LocalNotifications.csproj
│ ├── SecondActivity.cs
│ └── MainActivity.cs
├── README.md
└── LocalNotifications.sln
├── PopupMenuDemo
├── Resources
│ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── values
│ │ ├── ic_launcher_background.xml
│ │ └── strings.xml
│ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ ├── menu
│ │ └── popup_menu.xml
│ ├── layout
│ │ └── Main.xml
│ └── AboutResources.txt
├── README.md
├── AndroidManifest.xml
├── PopupMenuDemo.csproj
├── MainActivity.cs
└── PopupMenuDemo.sln
├── ActivityLifecycle
├── Resources
│ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── values
│ │ ├── ic_launcher_background.xml
│ │ └── strings.xml
│ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ ├── layout
│ │ └── activity_main.xml
│ └── AboutResources.txt
├── AndroidManifest.xml
├── ActivityLifecycle.csproj
├── ActivityLifecycle.sln
├── SecondActivity.cs
└── MainActivity.cs
├── UpdateUsersProfile
├── Resources
│ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ └── ic_launcher_foreground.png
│ ├── values
│ │ ├── ic_launcher_background.xml
│ │ └── strings.xml
│ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ ├── layout
│ │ └── Main.xml
│ └── AboutResources.txt
├── UpdateUsersProfile.csproj
├── AndroidManifest.xml
├── UpdateUsersProfile.sln
└── MainActivity.cs
├── TextSwitcher
├── TextSwitcher
│ ├── Resources
│ │ ├── mipmap-hdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-mdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── mipmap-xxxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_round.png
│ │ │ └── ic_launcher_foreground.png
│ │ ├── values
│ │ │ ├── ic_launcher_background.xml
│ │ │ └── strings.xml
│ │ ├── mipmap-anydpi-v26
│ │ │ ├── ic_launcher.xml
│ │ │ └── ic_launcher_round.xml
│ │ ├── layout
│ │ │ └── Main.xml
│ │ └── AboutResources.txt
│ ├── AndroidManifest.xml
│ ├── TextSwitcher.csproj
│ └── MainActivity.cs
└── TextSwitcher.sln
├── AccelerometerPlay
├── AccelerometerPlay
│ ├── Resources
│ │ ├── mipmap-mdpi
│ │ │ ├── Ball.png
│ │ │ ├── Wood.jpg
│ │ │ ├── appicon.png
│ │ │ ├── appicon_background.png
│ │ │ └── appicon_foreground.png
│ │ ├── mipmap-hdpi
│ │ │ ├── appicon.png
│ │ │ ├── appicon_background.png
│ │ │ └── appicon_foreground.png
│ │ ├── mipmap-xhdpi
│ │ │ ├── appicon.png
│ │ │ ├── appicon_background.png
│ │ │ └── appicon_foreground.png
│ │ ├── mipmap-xxhdpi
│ │ │ ├── appicon.png
│ │ │ ├── appicon_background.png
│ │ │ └── appicon_foreground.png
│ │ ├── mipmap-xxxhdpi
│ │ │ ├── appicon.png
│ │ │ ├── appicon_background.png
│ │ │ └── appicon_foreground.png
│ │ ├── values
│ │ │ ├── ic_launcher_background.xml
│ │ │ └── strings.xml
│ │ ├── mipmap-anydpi-v26
│ │ │ ├── appicon.xml
│ │ │ └── appicon_round.xml
│ │ └── AboutResources.txt
│ ├── AndroidManifest.xml
│ ├── AccelerometerPlay.csproj
│ ├── PointF.cs
│ ├── AccelerometerActivity.cs
│ ├── Particle.cs
│ ├── ParticleSystem.cs
│ └── SimulationView.cs
└── AccelerometerPlay.sln
├── CODE-OF-CONDUCT.md
├── .github
└── issue_template.md
├── LICENSE
├── .gitignore
└── README.md
/Screenshots/PopupMenuDemo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Screenshots/PopupMenuDemo.png
--------------------------------------------------------------------------------
/Screenshots/PopupMenuDemoPhoto1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Screenshots/PopupMenuDemoPhoto1.png
--------------------------------------------------------------------------------
/Screenshots/PopupMenuDemoPhoto2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Screenshots/PopupMenuDemoPhoto2.png
--------------------------------------------------------------------------------
/Button/Button/Screenshots/Button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Screenshots/Button.png
--------------------------------------------------------------------------------
/SwitchDemo/Screenshots/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/Screenshots/screenshot.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/MainActivity.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/MainActivity.cs
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/Resources/drawable/Icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AIDLDemo/AIDLDemo/Resources/drawable/Icon.png
--------------------------------------------------------------------------------
/Phoneword/Screenshots/example-screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Screenshots/example-screenshot.png
--------------------------------------------------------------------------------
/LocalNotifications/Screenshots/screenshot-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/Screenshots/screenshot-1.png
--------------------------------------------------------------------------------
/LocalNotifications/Screenshots/screenshot-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/Screenshots/screenshot-2.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator.slnx:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/SwitchDemo/Screenshots/Screenshot_switchoff.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/Screenshots/Screenshot_switchoff.png
--------------------------------------------------------------------------------
/SwitchDemo/Screenshots/Screenshot_switchon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/Screenshots/Screenshot_switchon.png
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/Resources/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AIDLDemo/AIDLDemo/Resources/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/Resources/drawable-ldpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AIDLDemo/AIDLDemo/Resources/drawable-ldpi/icon.png
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/Resources/drawable-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AIDLDemo/AIDLDemo/Resources/drawable-mdpi/icon.png
--------------------------------------------------------------------------------
/Phoneword/Screenshots/Phoneword Sample Photo 1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Screenshots/Phoneword Sample Photo 1.png
--------------------------------------------------------------------------------
/Phoneword/Screenshots/Phoneword Sample Photo 2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Screenshots/Phoneword Sample Photo 2.png
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/Resources/drawable-xhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AIDLDemo/AIDLDemo/Resources/drawable-xhdpi/icon.png
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/Resources/drawable-xxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AIDLDemo/AIDLDemo/Resources/drawable-xxhdpi/icon.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/IAdditionService.aidl:
--------------------------------------------------------------------------------
1 | package com.xamarin.aidldemo;
2 |
3 | interface IAdditionService {
4 | int add(in int value1, in int value2);
5 | }
6 |
7 |
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-hdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-hdpi/appicon.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-mdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-mdpi/appicon.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-xhdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-xhdpi/appicon.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-xxhdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-xxhdpi/appicon.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-xxxhdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-xxxhdpi/appicon.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Button/Button/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Button/Button/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/drawable/Icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/drawable/Icon.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PopupMenuDemo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-mdpi/Ball.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-mdpi/Ball.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-mdpi/Wood.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-mdpi/Wood.jpg
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-hdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-hdpi/appicon.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-mdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-mdpi/appicon.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xhdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xhdpi/appicon.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/ActivityLifecycle/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Button/Button/README.md:
--------------------------------------------------------------------------------
1 | # Button Widget
2 |
3 | Shows how to use a simple button widget - see the [documentation](https://docs.microsoft.com/xamarin/android/user-interface/controls/buttons/).
4 |
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-hdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-hdpi/appicon_background.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-hdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-hdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-mdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-mdpi/appicon_background.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-mdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-mdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | PdfAnnotator
3 | Hello, Android!
4 |
5 |
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/UpdateUsersProfile/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xxhdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xxhdpi/appicon.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xxxhdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xxxhdpi/appicon.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-xhdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-xhdpi/appicon_background.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-xhdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-xhdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-xxhdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-xxhdpi/appicon_background.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-xxhdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-xxhdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/Phoneword/Phoneword/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-xxxhdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-xxxhdpi/appicon_background.png
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-xxxhdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/PdfAnnotator/PdfAnnotator/Resources/mipmap-xxxhdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/SwitchDemo/SwitchDemo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | AccelerometerPlay
3 | Hello, Android!
4 |
5 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/TextSwitcher/TextSwitcher/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-hdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-hdpi/appicon_background.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-hdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-hdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-mdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-mdpi/appicon_background.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-mdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-mdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xhdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xhdpi/appicon_background.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xhdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xhdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xxhdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xxhdpi/appicon_background.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xxhdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xxhdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xxxhdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xxxhdpi/appicon_background.png
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xxxhdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-xxxhdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-hdpi/ic_stat_button_click.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-hdpi/ic_stat_button_click.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dotnet/android-samples/HEAD/LocalNotifications/LocalNotifications/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Hello AIDL! (.NET 6)
4 | AIDL Demo (.NET 6)
5 |
6 |
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SwitchDemo
4 | YES
5 | NO
6 |
7 |
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | Start Activity B
3 | I\'ve been touched %1$d times.
4 | ActivityLifecycle
5 |
6 |
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Show popup menu
4 | PopupMenuDemo
5 | Hello, Android!
6 |
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-anydpi-v26/appicon.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/CODE-OF-CONDUCT.md:
--------------------------------------------------------------------------------
1 | # Code of Conduct
2 |
3 | This project has adopted the code of conduct defined by the Contributor Covenant
4 | to clarify expected behavior in our community.
5 |
6 | For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
7 |
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/Resources/mipmap-anydpi-v26/appicon_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-anydpi-v26/appicon.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/Resources/mipmap-anydpi-v26/appicon_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Phone Word
4 | 1-855-XAMARIN
5 | Translate
6 | Enter a Phoneword:
7 |
--------------------------------------------------------------------------------
/Phoneword/Phoneword/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/values/colours.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | #3F51B5
5 | #303F9F
6 | #FF4081
7 | #FFFFFF
8 |
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | LocalNotifications
3 | Hello World, Click Me!
4 |
5 | Local Notifications
6 | The count from MainActivity.
7 |
8 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Button/Button/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 58efbec2-7223-47b1-b889-fa1270f8c97f
4 | false
5 | Beginning
6 | User Interface
7 | true
8 | Shows how to use a simple button widget.
9 |
10 |
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/menu/popup_menu.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/PopupMenuDemo/README.md:
--------------------------------------------------------------------------------
1 | # Popup Menu Demo
2 |
3 | **PopupMenuDemo** is a sample app that accompanies the article,
4 | [PopUp Menu](https://docs.microsoft.com/xamarin/android/user-interface/controls/popup-menu).
5 | It demonstrates how to add support for displaying popup menus that are attached to
6 | a particular view.
7 |
8 | 
9 |
--------------------------------------------------------------------------------
/Button/Button/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | UpdateUsersProfile
3 | Hello, Android!
4 | Update Profile
5 | UpdateUserProfile
6 | Permission to access contacts
7 |
8 |
--------------------------------------------------------------------------------
/ActivityLifecycle/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/PopupMenuDemo/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/.github/issue_template.md:
--------------------------------------------------------------------------------
1 | #### Sample link
2 |
3 | [paste here the link to sample]
4 |
5 | #### Issue description
6 |
7 | [provide an issue description]
8 |
9 | #### Steps to reproduce the issue
10 |
11 | 1.
12 | 2.
13 | 3.
14 |
15 |
16 | #### What's the expected result?
17 |
18 | -
19 |
20 |
21 | #### What's the actual result?
22 |
23 | -
24 |
25 |
26 | #### Additional details / screenshot (Optional)
27 |
28 | -
29 | -
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/SwitchDemo/README.md:
--------------------------------------------------------------------------------
1 | # Switch Demo
2 |
3 | This sample app accompanies the article,
4 | [Introduction to Switches](https://docs.microsoft.com/xamarin/android/user-interface/controls/switch), showing how to use the Switch control in Xamarin.Android.
5 |
6 |
7 | 
8 | 
9 | 
10 |
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | TextSwitcher
3 | Hello, Android!
4 |
5 | This sample illustrates the use of a TextSwitcher to display text.
6 | \n\nClick the button below to set new text in the TextSwitcher and observe the in and out
7 | fade animations.
8 |
9 | Next
10 |
11 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
12 |
13 |
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/AdditionServiceBinder.cs:
--------------------------------------------------------------------------------
1 | using Android.Util;
2 | using System;
3 | using Com.Xamarin.Aidldemo;
4 |
5 | namespace Xamarin.AidlDemo
6 | {
7 | public class AdditionServiceBinder: IAdditionServiceStub, IAdditionService
8 | {
9 | public static readonly string Tag = "AdditionServiceBinder";
10 | public override int Add (int value1, int value2)
11 | {
12 | Log.Debug (Tag, "AdditionService.Add({0}, {1})", value1, value2);
13 | return value1 + value2;
14 | }
15 |
16 | }
17 | }
18 |
19 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/layout/Main.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
11 |
--------------------------------------------------------------------------------
/UpdateUsersProfile/Resources/layout/Main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
13 |
--------------------------------------------------------------------------------
/PopupMenuDemo/Resources/layout/Main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
13 |
14 |
--------------------------------------------------------------------------------
/LocalNotifications/README.md:
--------------------------------------------------------------------------------
1 | # Android Local Notifications Sample
2 |
3 | This sample app accompanies the article,
4 | [Walkthrough - Using Local Notifications in .NET for Android](https://docs.microsoft.com/xamarin/android/app-fundamentals/notifications/local-notifications-walkthrough).
5 |
6 | 
7 |
8 | When you tap the button displayed in the MainActivity screen, a
9 | notification is created. When you tap the notification, it
10 | takes you to a SecondActivity screen.
11 |
--------------------------------------------------------------------------------
/Phoneword/README.md:
--------------------------------------------------------------------------------
1 | # Phoneword
2 |
3 | This sample app accompanies the article,
4 | [Hello, Android (Quickstart)](https://docs.microsoft.com/xamarin/android/get-started/hello-android/hello-android-quickstart).
5 | This version of **Phoneword** incorporates all of the functionality
6 | explained in this article, and it can be used as the starting point for
7 | the article,
8 | [Hello, Android Multiscreen (Quickstart)](https://docs.microsoft.com/xamarin/android/get-started/hello-android-multiscreen/hello-android-multiscreen-quickstart).
9 |
--------------------------------------------------------------------------------
/Button/Button/Button.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net7.0-android
4 | 21
5 | Exe
6 | enable
7 | enable
8 | com.companyname.Button
9 | 1
10 | 1.0
11 |
12 |
--------------------------------------------------------------------------------
/PopupMenuDemo/PopupMenuDemo.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net7.0-android
4 | 21
5 | Exe
6 | enable
7 | enable
8 | com.companyname.PopupMenuDemo
9 | 1
10 | 1.0
11 |
12 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Phoneword/Phoneword/Phoneword.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net7.0-android
4 | 21
5 | Exe
6 | enable
7 | enable
8 | com.companyname.Phoneword
9 | 1
10 | 1.0
11 |
12 |
13 |
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/SwitchDemo.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net7.0-android
4 | 21
5 | Exe
6 | enable
7 | enable
8 | com.companyname.SwitchDemo
9 | 1
10 | 1.0
11 |
12 |
--------------------------------------------------------------------------------
/TextSwitcher/TextSwitcher/TextSwitcher.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net7.0-android
4 | 23
5 | Exe
6 | enable
7 | enable
8 | com.companyname.TextSwitcher
9 | 1
10 | 1.0
11 |
12 |
--------------------------------------------------------------------------------
/ActivityLifecycle/ActivityLifecycle.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net7.0-android
4 | 21
5 | Exe
6 | enable
7 | enable
8 | com.companyname.ActivityLifecycle
9 | 1
10 | 1.0
11 |
12 |
--------------------------------------------------------------------------------
/AccelerometerPlay/AccelerometerPlay/AccelerometerPlay.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net7.0-android
4 | 21
5 | Exe
6 | enable
7 | enable
8 | com.microsoft.accelerometerplay
9 | 1
10 | 1.0
11 |
12 |
13 |
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Resources/layout/Main.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
13 |
14 |
--------------------------------------------------------------------------------
/Button/Button/MainActivity.cs:
--------------------------------------------------------------------------------
1 | namespace Mono.Samples.Button;
2 |
3 | [Activity (Label = "Button Demo", MainLauncher = true)]
4 | public class ButtonActivity : Activity
5 | {
6 | int count = 0;
7 |
8 | protected override void OnCreate (Bundle? bundle)
9 | {
10 | base.OnCreate (bundle);
11 |
12 | // Create your application here
13 | Android.Widget.Button button = new (this);
14 |
15 | button.Text = $"{count} clicks!!";
16 | button.Click += delegate {
17 | button.Text = $"{++count} clicks!!";
18 | };
19 |
20 | SetContentView (button);
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/Resources/layout/Second.axml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
14 |
--------------------------------------------------------------------------------
/UpdateUsersProfile/UpdateUsersProfile.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net7.0-android
4 | 23
5 | Exe
6 | enable
7 | enable
8 | com.companyname.UpdateUsersProfile
9 | 1
10 | 1.0
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/AIDLDemo.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net7.0-android
4 | 21
5 | Exe
6 | enable
7 | enable
8 | AIDLDemo.AIDLDemo
9 | 1
10 | 1.0
11 | Xamarin.AidlDemo
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/LocalNotifications.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net7.0-android
4 | 23
5 | Exe
6 | enable
7 | enable
8 | com.companyname.LocalNotifications
9 | 1
10 | 1.0
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ActivityLifecycle/Resources/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
11 |
16 |
--------------------------------------------------------------------------------
/UpdateUsersProfile/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/SwitchDemo/SwitchDemo/Activity1.cs:
--------------------------------------------------------------------------------
1 | namespace SwitchDemo
2 | {
3 | [Activity(Label = "SwitchDemo", MainLauncher = true)]
4 | public class Activity1 : Activity
5 | {
6 | protected override void OnCreate(Bundle? bundle)
7 | {
8 | base.OnCreate(bundle);
9 |
10 | SetContentView(Resource.Layout.Main);
11 |
12 | var monitored_switch = RequireViewById(Resource.Id.monitored_switch);
13 | monitored_switch.CheckedChange += (sender, e) =>
14 | {
15 | var answer = e.IsChecked ? "correct" : "incorrect";
16 | Toast.MakeText(this, $"Your answer is {answer}", ToastLength.Long)!.Show();
17 | };
18 | }
19 | }
20 | }
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/AdditionService.cs:
--------------------------------------------------------------------------------
1 | using Android.Content;
2 | using Android.OS;
3 | using Android.Util;
4 |
5 | namespace Xamarin.AidlDemo;
6 |
7 | [Service(Exported = true)]
8 | [IntentFilter(new String[] {"com.xamarin.additionservice"})]
9 | public class AdditionService : Service
10 | {
11 | private static readonly string Tag = "AdditionService";
12 | private AdditionServiceBinder? _binder;
13 |
14 | public override void OnCreate ()
15 | {
16 | base.OnCreate ();
17 | Log.Debug (Tag, "Addition Service created.");
18 | }
19 |
20 | public override IBinder OnBind (Intent? intent)
21 | {
22 | _binder = new AdditionServiceBinder();
23 | return _binder;
24 | }
25 |
26 | public override void OnDestroy ()
27 | {
28 | base.OnDestroy ();
29 | Log.Debug (Tag, "Addition service stopped.");
30 | }
31 | }
32 |
--------------------------------------------------------------------------------
/PdfAnnotator/PdfAnnotator/PdfAnnotator.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net10.0-android36.1
4 | true
5 | 35
6 | Exe
7 | enable
8 | enable
9 | com.companyname.PdfAnnotator
10 | 1
11 | 1.0
12 |
16 | full
17 |
18 |
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo/AdditionServiceConnection.cs:
--------------------------------------------------------------------------------
1 |
2 | using Android.Content;
3 | using Android.OS;
4 | using Com.Xamarin.Aidldemo;
5 |
6 | namespace Xamarin.AidlDemo
7 | {
8 | class AdditionServiceConnection : Java.Lang.Object, IServiceConnection
9 | {
10 | Activity1 _activity;
11 |
12 | public AdditionServiceConnection (Activity1 activity)
13 | {
14 | _activity = activity;
15 | }
16 |
17 | public IAdditionService? Service
18 | {
19 | get; private set;
20 | }
21 |
22 | public void OnServiceConnected (ComponentName? name, IBinder? service)
23 | {
24 | ArgumentNullException.ThrowIfNull(service);
25 | Service = IAdditionServiceStub.AsInterface(service);
26 | _activity.Service = (IAdditionService) Service;
27 | }
28 |
29 | public void OnServiceDisconnected (ComponentName? name)
30 | {
31 | _activity.Service = null;
32 | }
33 | }
34 | }
35 |
36 |
--------------------------------------------------------------------------------
/LocalNotifications/LocalNotifications/SecondActivity.cs:
--------------------------------------------------------------------------------
1 | using AndroidX.AppCompat.App;
2 |
3 | namespace LocalNotifications;
4 |
5 | [Activity (Label = "Second Activity")]
6 | public class SecondActivity : AppCompatActivity
7 | {
8 | protected override void OnCreate (Bundle? bundle)
9 | {
10 | base.OnCreate (bundle);
11 |
12 | // Get the count value passed to us from MainActivity:
13 | var count = Intent?.Extras?.GetInt (MainActivity.COUNT_KEY, -1);
14 |
15 | // No count was passed? Then just return.
16 | if (count is not null && count <= 0)
17 | return;
18 |
19 | // Display the count sent from the first activity:
20 | SetContentView (Resource.Layout.Second);
21 | var txtView = RequireViewById (Resource.Id.textView1);
22 | txtView.Text = $"You clicked the button {count} times in the previous activity.";
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/AIDLDemo/AIDLDemo.sln:
--------------------------------------------------------------------------------
1 |
2 | Microsoft Visual Studio Solution File, Format Version 11.00
3 | # Visual Studio 2010
4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIDLDemo", "AIDLDemo\AIDLDemo.csproj", "{ADC29EDE-F6F5-432A-AF11-9D8CA9542ECC}"
5 | EndProject
6 | Global
7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
8 | Debug|Any CPU = Debug|Any CPU
9 | Release|Any CPU = Release|Any CPU
10 | EndGlobalSection
11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
12 | {ADC29EDE-F6F5-432A-AF11-9D8CA9542ECC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13 | {ADC29EDE-F6F5-432A-AF11-9D8CA9542ECC}.Debug|Any CPU.Build.0 = Debug|Any CPU
14 | {ADC29EDE-F6F5-432A-AF11-9D8CA9542ECC}.Release|Any CPU.ActiveCfg = Release|Any CPU
15 | {ADC29EDE-F6F5-432A-AF11-9D8CA9542ECC}.Release|Any CPU.Build.0 = Release|Any CPU
16 | EndGlobalSection
17 | GlobalSection(MonoDevelopProperties) = preSolution
18 | StartupItem = AIDLDemo\AIDLDemo.csproj
19 | EndGlobalSection
20 | EndGlobal
21 |
--------------------------------------------------------------------------------
/PopupMenuDemo/MainActivity.cs:
--------------------------------------------------------------------------------
1 | namespace PopupMenuDemo;
2 |
3 | [Activity(Label = "PopupMenuDemo", MainLauncher = true)]
4 | public class Activity1 : Activity
5 | {
6 | protected override void OnCreate(Bundle? bundle)
7 | {
8 | base.OnCreate(bundle);
9 |
10 | SetContentView(Resource.Layout.Main);
11 |
12 | Button showPopupMenu = RequireViewById