This (Will Xamarin support the new Android Architecture Components?) is the only info I found regarding Android Arch Comps for Xamarin Android so far.
There are 3 NuGet Xamarin.Android.Arch
packages released (last update 4 months ago), which only cover Lifecycle.
Xamarin.Android.Arch.Core.Common 1.0.0
What about LiveData, Room and ViewModel?
Thanks.
Many of these components have respective .NET libraries that fit the purpose(RX-UI, Realm, MVVM Libraries, etc). With that said, they aren't bound yet because there isn't quite the demand for these items. You can however bind these yourself or even contribute to the open source project!
We decided to only bind the small subset of Architecture Component libraries that are required dependencies by other support libraries for now. We haven't seen a lot of demand for the Architecture Components as there are a number of alternative and more cross platform ways to do data binding in .NET. Not against adding them by any means, they just haven't been a priority yet.
Source: https://github.com/xamarin/AndroidSupportComponents/issues/76#issuecomment-346521937
With that said, please add a "+1" / "thumbs-up" reaction to the original issue so maintainers know there is demand for the library:
https://github.com/xamarin/AndroidSupportComponents/issues/76