Can DJI share plans for supporting AndroidX? - dji-sdk

Many UI libraries and other support code is moving towards AndroidX but I find that the SDK cannot work with AndroidX.
Can DJI share any details on their planning for AndroidX support?

Related

Can I use Firebase for creating Windows app?

I need create some Windows app with Firebase, but I can't choose a programming environment for Windows app. Which ones support FireBase?
Firebase does not have SDKs that directly support building apps that can be deployed on Windows.
The closest I can think of:
The Firebase SDKs for C++ and Unity can deploy to Windows desktop, but that is explicitly only intended for development. So you can develop and test your mobile game on Windows.
There is some movement on adding Windows support to the FlutterFire binding library, but it seems very early going.
Outside of these: the REST APIs for Firebase are all platform agnostic, so can be called from anywhere. There are quite some third party libraries that wrap these REST APIs, so I recommend doing a search for your combination.
Also see:
Firebase for Unity3d Windows application
Is it possible to use any kind of database in Flutter Desktop
Flutter & Firebase
Flutter Fire
Flutter Fire is the official Firebase SDK for Flutter and has incredible documentation, helpful videos and tutorials. The integration is seamless since both tools are built by Google. The maintainer of FlutterFire has created FlutterFire_Desktop which I believe may be a solution for you once its fully built out.
Flutter
Flutter is a UI framework which uses the Dart language (also built by Google) to allow developers to build one app and deploy everywhere.
Dart can compile to x86_64; ARM64 and Javascript - Ideally you can write one codebase for Windows, Mac, IOS/Android and Web. Dart also has a built in package manager and open sourced community through Pub.Dev which may have more workarounds for you.
C++ SDK
As of the latest Firebase Summit , they have recently added more support for their C++ SDK although I'm not entirely sure how it would integrate or if it integrates into windows desktop applications at all.

How to integrate Air watch SDK in Xamarin cross platform application

I want to integrate Airwatch SDK 1.4.0.1 in one of my project, how can I integrate AWSDK in cross platform application which will support both iOS and android, or is there any work around to do it so.
While trying to integrate native SDK's that don't have nuget packages, you are entering the territory of Intermediate Xamarin Development. What you need to do is create "native bindings in C#".
There's many ways of doing it, and can take between 30 minutes to a 5 days to do. If you watch this video starting around 50:00, presented by the Lead of the Xamarin Components team, Jonathan Dick, you will learn one way of doing the entire binding process for iOS cocoa pods and Android Maven packages.

Xamarin support for cognitive speech service

I want to use the Cognitive speech service (real-time continuous speech to text and interim results) in the Xamarin app. Is there any SDKs or plugin available? Since REST API has some limitations (no interim results), i am unable to go with it.
Currently the SDK supports C# .NET and C++. We are expanding SDK support on other platforms. Support for .Netstandard and UWP will coming soon. Xamarin is also on our list. Please stay tuned.

Application Development in Xamarin

I would like to develop an application both in iOS and android.
I just tried ionic framework and xamarin (forms) for the development. I found that ionic framework is not suitable for my application, but I am very impressed with Xamarin. Xamarin have only a limited support.
How can I take a Xamarin Enterprise license? Is the Enterprise license help me to get official development support?
If you have VS Professional or Enterprise you get Support from Microsoft / Xamarin, if you use the free Community Edition then you get community support, see https://www.xamarin.com/compare-visual-studio
There’s also a network of Xamarin Partners and a Consultants who can give you bespoke support tiered to exactly what you need. Email them to explain the level of support you need and they will let you know he best route

Basic cross platform app using Xamarin

i'm newbie in Xamarin. am download all components and i don't know how to develop cross platform app for iOS, android and windows.
if u have any tutorial step to step app development. please help me.
Here it is the official guides, they are pretty much helpful for basic development, you will have to use Xamarin.iOS and Xamarin.Android to develop some specific thing more related to the platform.

Resources