Closed nicolgit closed 1 year ago
Considerations here is that they would be only when the app is open and is not for background tracking. On Android that would require a service.
@jamesmontemagno Any updates on this feature request(background tracking)
It will be great if you link it to the Location API in Xamarin Essentials to return the current location too
It would be great if Xamarin.Essentials has all sensors built-in, especially the pedometer.
any update on this? if not then is there any logic using existing apis we can use to accurately detect motion?
Take a look at Shiny -> https://github.com/shinyorg/shiny it is included in here.
I think at this point it's safe to say that this won't be making it's way into Xamarin.Essentials anymore. Keep your eye on .NET MAUI for all new development! Thanks for all input and efforts here.
@jfversluis Ok then will .NET MAUI essentials have it
I can't believe the MAUI team closes issues instead of transferring them but whatever. New issue here https://github.com/dotnet/maui/issues/16712
Description
Implements an API that allows to interact with integrated Step Counter when available in order to have:
API
Struct StepCounterChangedEventHandler
Implementation