Jonathan Peppers

Results 525 comments of Jonathan Peppers

@afriscic can you give some details on what you'd use this for? Links to Android docs or an example of a feature in an app? Everyone please upvote if you...

> dotNET iOS that has similar feature implemented Do you have a link to this? or is it just an API that is bound in `Microsoft.iOS.dll`? > It would bring...

Signing is blocking a package, attempting a build again this week: * https://github.com/dotnet/android-libraries/pull/1318

Can you either share an example project, or the version of the Xamarin.AndroidX.Health package you are using?

We normally don't even bind prerelease packages, and this one is alpha. Maybe @moljac knows some history about it. Latest release as of now (if this is the right package):...

You might also be able to use `JavaCast()` to `AndroidX.Health.Connect.Client.Records.IRecord` for now, such as mentioned here: * https://github.com/dotnet/android-libraries/issues/1188#issuecomment-3077764563

I would try to find a Java/Kotlin example of what you're trying to do and then adopt it to C#. That is the approach I've taken since Xamarin days. Alternatively,...

There is a different package to use now, if you want to see the solution on: * https://github.com/dotnet/android-libraries/issues/1271

It is a new package and the APIs are completely different. Google deprecated the other one, so we can probably close this?