davidortinau / Xappy

A mobile app to track Xamarin news and explore all the goodness that is .NET for Mobile developers
MIT License
350 stars 106 forks source link

Upgrade to Android X #40

Closed mattleibow closed 5 years ago

mattleibow commented 5 years ago

I couldn't help but notice that you were still on the old, deprecated Android Support Libraries. Microsoft recently released the Android X packages - and a very nice migration package. This migration package should do everything and not affect your current work style.

One thing to note is that Android X requires Visual Studio 2019 Preview (16.2 preview 4) or higher at this time.

Intro to Android X: https://www.youtube.com/watch?v=Yb_yGtk7K1E Android X Source: https://github.com/xamarin/AndroidSupportComponents/tree/AndroidX Android X Migration Source: https://github.com/xamarin/XamarinAndroidXMigration