Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I use Xamarin or QT for mobile development? [closed]

Tags:

xamarin

qt

what are the advantages and disadvantages of Xamarin and QT?

like image 671
smokeing Avatar asked Sep 23 '14 21:09

smokeing


People also ask

Is QT good for mobile?

C++ and Qt is a good choice for developing a mobile application. Especially if you need at least two versions for different platforms.

Is Xamarin good for app development?

Since its appearance in 2011, Xamarin has become a great option for cross-platform app development, a faster way to build iOS, Android, and Windows apps.

What are the disadvantages of Xamarin for Android development?

By far the biggest drawback of Xamarin can be its price. Xamarin itself is Free and Open-Source, but that changes when you want to use it in an enterprise setting. Although you can use any IDE to develop with Xamarin, in order to take full advantage of Xamarin's features, you'll probably want to use Visual Studio.

Does Xamarin have a future?

In May 2020, Microsoft announced that Xamarin. Forms, a major component of its mobile app development framework, would be deprecated in November 2021 in favour of a new .


1 Answers

I haven't tried Xamarin. Qt handles well on iOS and Android. It doesn't give the exact native look and feel, and going to a bunch of different screen resolutions and sizes gets to be kind of painful. I recently finished publishing a Qt app using Widgets, no QML, to iOS and Android (and Mac and PC).

The pop up support for iOS is weird. Stylesheets are very helpful. Managing the keyboard popping out and the Done button is a little weird.

Overall it still is Qt, and is an awesome cross platform tool. Signals and Slots are great.

Hope that helps.

like image 192
phyatt Avatar answered Oct 07 '22 22:10

phyatt