We need to integrate our Xamarin Forms project with Google Health Connect.
I realise there is no out of the box support in XF and in the past I have creating binding libraries for unsupported AAR packages.
Where do i find the native library for Health Connect? Are there in exisiting xamarin integrations?
Health Connect library is still alpha, and Xamarin does not bind non-stable packages, so you need to do it manually and wait for official release.
You can also create an issue on Xamarin.Android GitHub.