Replies: 2 comments
-
Samsung currently maintains the Tizen implementation of Xamarin.Forms.
So my guess is Huawei would need to approach Microsoft and the community and do the same?
… On 30 Jun 2020, at 15:12, jjchiw ***@***.***> wrote:
Hi!
I don't know how much is going to differ Base Android from Huawei Android (HarmonyOS), but it seems Huawei is creating their own apis for a lot of features :(
<https://user-images.githubusercontent.com/642319/86129262-b4634000-bae2-11ea-8591-634b4949f47e.png>
I just happen to have a fragmentation with the Camera2Api, It took me almost 2 weeks to realize that my camera app was not working in Huawei devices because they don't support Camera2Api, they created their own https://developer.huawei.com/consumer/en/CameraKit <https://developer.huawei.com/consumer/en/CameraKit>
It seems to be sort of easy to create the bindings (I'm going to start today to integrate it)
https://developer.huawei.com/consumer/en/doc/development/HMS-Guides/hms-location-xamarin-libbinding <https://developer.huawei.com/consumer/en/doc/development/HMS-Guides/hms-location-xamarin-libbinding>
https://developer.huawei.com/consumer/en/doc/development/HMS-Library/hms-location-xamarin-sdkdownload <https://developer.huawei.com/consumer/en/doc/development/HMS-Library/hms-location-xamarin-sdkdownload>
But since Xamarin Forms now supports Tizen maybe you can take a look at HarmonyOS
So It would be great if it could be out of the box, not sure if this enhancement should be in Xamarin Forms...
Thanks...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <https://github.com/dotnet/maui/issues/164>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACOGERSLR77LC4PQQ2XKCCDRZHQD3ANCNFSM4OMHDGYA>.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
dotnet Will most likely not support HarmonyOS, and Huawei will not have the willingness to actively adapt to dotnet in the short term. Thus, dotnet has a high probability of being excluded from the HarmonyOS ecology |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I don't know how much is going to differ Base Android from Huawei Android (HarmonyOS), but it seems Huawei is creating their own apis for a lot of features :(
I just happen to have a fragmentation with the Camera2Api, It took me almost 2 weeks to realize that my camera app was not working in Huawei devices because they don't support Camera2Api, they created their own https://developer.huawei.com/consumer/en/CameraKit
It seems to be sort of easy to create the bindings (I'm going to start today to integrate it)
But since Xamarin Forms now supports Tizen maybe you can take a look at HarmonyOS
So It would be great if it could be out of the box, not sure if this enhancement should be in Xamarin Forms...
Thanks...
Beta Was this translation helpful? Give feedback.
All reactions