View Single Post
Posts: 19 | Thanked: 28 times | Joined on Oct 2011
#957
Originally Posted by specc View Post
Qt? Qt has been around for ages enabling cross platform UI amongst other things a decade before Nokia came in. The only thing Nokia did was to inject a small amount of money so they could make Qt Creator. Besides, IMO Qt is just as much of a cpu hog as Java or Dalvik, even though Qt is supposed to be "native". Why isn't Qt optimized more than it is? It's not like Nokia didn't have time to do it.
Mobile apps are mostly like toy-apps if you compare to computer applications. Load times and other types of functionality affects how fast the app is.
As mobiles is becoming more and more advanced apps are going to be more advanced too and the importance of speed and power consumption (C++ is king designing apps for low power consumption) will increase.
I think that Android is moving towards native C++, more parts can be used natively by native languages.

The first android versions was running java apps interpreted.