UnoWinUI DockPanel control - uno-platform

The below DockPanel code works fine in the UNO UWP Project, but breaks in unoapp-winui.
xmlns:Custom="using:Microsoft.Toolkit.Uwp.UI.Controls"
<Custom:DockPanel Margin="0,5,0,0" LastChildFill="True">
Is there any toolkit available in Uno WinUI which supports DockPanel?
Thanks
Neeraj

WCT (Windows Community Toolkit) for WinUI 3.x is not yet released.
Uno Platform team is working closely with WCT's team to ensure it's released on all platforms at once.
But you can try the pre-release version published on NuGet.

Related

How do i build Xamarin.Forms UWP AM64 App?

How do i build Xamarin Forms UWP app for ARM64.. is see the ARM but not ARM64. and the xappupload file does not build for ARM64
I have looked around and all i can find are some problems/bug fixes on ARM64, but not how to build it for ARM64, so i'm just lost on what to do. I want my app that is already on store, to be available for my Surface Pro X as well.
How do i build Xamarin.Forms UWP AM64 App?
Please check Windows 10 on ARM official document
Now, Windows 10 desktop can run on machines that are powered by ARM64 processors with the Fall Creators Update or newer. The power-saving nature of the ARM CPU architecture allows these PCs to have all-day battery life and support for mobile data networks.
To build your UWP application to natively target the ARM64 platform, you must have Visual Studio 2017 version 15.9 or later, or Visual Studio 2019. For more information, see this blog post.
We suggest you build your app with Visual studio 2019 latest version that could deploy ARM64 directly.

Xamarin.Forms: How to develop an application with bluetooth connectivity in Xamarin.Forms crossplatform project?

Xamarin.Forms: I am new to Xamarin development envirorment. I need to develop a cross platform project (Android, Ios and windows) with bluetooth connectivity. Whether it is possible to develop in Xamarin.Forms crossplatform project else how can I achieve this through .Net technology. Because I have the knowledge in .Net technologies.
You have at least 4 or 5 NuGet packages aimed to BLE and Xamarin.Forms.
Not to mention the examples here: https://forums.xamarin.com/discussion/27250/bluetooth-support-in-xamarin-forms
So yes, it is definitively possible (i'm doing this right now :D)

Submit Qt based app on Windows App

I have already created Qt based application which uses some third-party open source library like OpenCV, I have looked Windows Dev Center and seems the all the reference is using Visual Studios and other Windows tool. I have created my App using Qt creator. Is it possible to submit such an application on Windows App store?
Any help will be appreciated,
Thanks
Haris
Bad news: Microsoft does not support Win32 apps on AppStore yet (but it has been announced, currently under development as "Project Centennial"). It looks like an "old-school" desktop applications cannot be submitted to the Windows App store.
Good news: Qt has support for WinRT (complete in Qt 5.6 which is currently in Beta and will be released in a few weeks). And qmake can generate a Visual Studio solution from your project (in case you need it for deployment or debugging; VS Community edition is free).
Qt WinRT tutorial: http://doc.qt.io/qt-5/winrt-support.html
OpenCV in WinRT: https://msopentech.com/blog/2014/03/20/easily-build-opencv-powered-apps-for-windows-store/

Qt Digia vs. Qt project

Qt Digia provides cross platform development targeting Mac, PC, Linux and on mobile iOS, Android, Windows mobile.
The Qt project also offers iOS, Android and PC, Mac, Linux builds. What is additionally there on the commercial version (i.e. Qt Digia)?
The core is the same which means the essential modules and some shared extension modules, aka. add-ons. There are a couple of things differing, however, e.g.:
Boot2Qt
Android injection
Qt Virtual Keyboard
Qt Quick Compiler
Charts
Qt Purchasing
... and so on, basically anything that Digia is working on under the Enterprise umbrella. You can follow their blog for further details.
Here you can also find the updates for 5.3.
On the new qt.io download page you can find a detailed table with a comparison about the available options.

Must I have a Mac OS platform even if I develop my app with PhoneGap?

I had a Web Application written on Visual Studio (C#) and I want to create mobile applications for iOS and Android.
Do I have to get a Mac OS platform (e.g. a MacBook) to develop an iOS application?
Yes. To be able to publish your ios app to the appstore, you do need a machine with a Mac OS.
In order to develop for iOS, you need to use Xcode, which is a Mac-exclusive piece of software. So unless you emulate a Mac environment on windows, you need to get a mac. PhoneGap is simply an API for the iOS platform (a great one, too!), and it would be in addition to the built-in iOS frameworks. From what I can tell from your question, you are simply asking about how to develop on iOS. It's a great process, and there are plenty of great books to get you started with iOS.
However, to answer your question, yes. In order to develop for iOS, you need a Mac environment.

Resources