Skip to content

Releases: dotnet/android-samples

Xamarin.Android - Basic Location

10 Dec 15:45
fcabb5c
Compare
Choose a tag to compare
Update minSdkVersion for projects using support lib (#309)

API 16 is the lowest version of Android that is officially supported by
Xamarin.Android. In most cases, this restriction is only presented as a
build warning. Recent changes to use Google's [manifest merger tool][0]
have however surfaced a new error in projects which use the support
libraries and specify a minSdkVersion lower than API 14. These projects
should be updated to use a minSdkVersion of 16 to avoid both this new
error, and the existing warning about using an unsupported minimum SDK
version.

[0]: https://github.com/xamarin/xamarin-android/commit/2c6f5cd16fb5087731107c1defa13ebb56cf63df

Xamarin.Android - Android Fit History Api

10 Dec 15:45
fcabb5c
Compare
Choose a tag to compare
Update minSdkVersion for projects using support lib (#309)

API 16 is the lowest version of Android that is officially supported by
Xamarin.Android. In most cases, this restriction is only presented as a
build warning. Recent changes to use Google's [manifest merger tool][0]
have however surfaced a new error in projects which use the support
libraries and specify a minSdkVersion lower than API 14. These projects
should be updated to use a minSdkVersion of 16 to avoid both this new
error, and the existing warning about using an unsupported minimum SDK
version.

[0]: https://github.com/xamarin/xamarin-android/commit/2c6f5cd16fb5087731107c1defa13ebb56cf63df

Xamarin.Android - Android Fit History Api Sessions

10 Dec 15:45
fcabb5c
Compare
Choose a tag to compare
Update minSdkVersion for projects using support lib (#309)

API 16 is the lowest version of Android that is officially supported by
Xamarin.Android. In most cases, this restriction is only presented as a
build warning. Recent changes to use Google's [manifest merger tool][0]
have however surfaced a new error in projects which use the support
libraries and specify a minSdkVersion lower than API 14. These projects
should be updated to use a minSdkVersion of 16 to avoid both this new
error, and the existing warning about using an unsupported minimum SDK
version.

[0]: https://github.com/xamarin/xamarin-android/commit/2c6f5cd16fb5087731107c1defa13ebb56cf63df

Xamarin.Android - Android Fit Sensors Api

10 Dec 15:45
fcabb5c
Compare
Choose a tag to compare
Update minSdkVersion for projects using support lib (#309)

API 16 is the lowest version of Android that is officially supported by
Xamarin.Android. In most cases, this restriction is only presented as a
build warning. Recent changes to use Google's [manifest merger tool][0]
have however surfaced a new error in projects which use the support
libraries and specify a minSdkVersion lower than API 14. These projects
should be updated to use a minSdkVersion of 16 to avoid both this new
error, and the existing warning about using an unsupported minimum SDK
version.

[0]: https://github.com/xamarin/xamarin-android/commit/2c6f5cd16fb5087731107c1defa13ebb56cf63df

Xamarin.Android - Google Play Services

10 Dec 15:45
fcabb5c
Compare
Choose a tag to compare
Update minSdkVersion for projects using support lib (#309)

API 16 is the lowest version of Android that is officially supported by
Xamarin.Android. In most cases, this restriction is only presented as a
build warning. Recent changes to use Google's [manifest merger tool][0]
have however surfaced a new error in projects which use the support
libraries and specify a minSdkVersion lower than API 14. These projects
should be updated to use a minSdkVersion of 16 to avoid both this new
error, and the existing warning about using an unsupported minimum SDK
version.

[0]: https://github.com/xamarin/xamarin-android/commit/2c6f5cd16fb5087731107c1defa13ebb56cf63df

Xamarin.Android - Calendar Demo

06 Nov 16:39
Compare
Choose a tag to compare
[CalendarDemo] fix for aapt2 (which is now default) (#306)

When building this project with `<AndroidUseAapt>True</AndroidUseAapt2>`
you will get:

  error APT2260: obj\Debug\44\res\layout\calendarlist.xml:1: error: resource android:id/android:list not found. "android:list not found."
  error APT2260: obj\Debug\44\res\layout\eventlist.xml:1: error: resource android:id/android:list not found. "android:list not found."

I think the name `android:id/android:list` is probably just a typo, so
removing `android:` fixes the issue.

Xamarin.Android - Labelled Sections

24 Oct 17:55
0a30524
Compare
Choose a tag to compare
94739

Update README.md

Xamarin.Android - GridLayout Demo

17 Oct 19:03
97fa7eb
Compare
Choose a tag to compare
92679

[gridlayout] fix readme image link

Xamarin.Android - GL Textured Cube ES30

15 Oct 20:42
Compare
Choose a tag to compare
91928

[gl] disambiguate samples with same 'name'

Xamarin.Android - Android Local Notifications Sample

15 Oct 17:14
Compare
Choose a tag to compare
[local-notifications] fix screenshot link on samplepage

https://docs.microsoft.com/en-us/samples/xamarin/monodroid-samples/localnotifications/