Hacker News new | ask | show | jobs
by achipa 4191 days ago
That's certainly possible for the data part - but a lot harder for UI/code. With the method I'm using, you can actually push code AND UI to the client on the fly. As far as I know, that's a lot more difficult with Xamarin.

Also, the licensing is a lot more flexible than with Xamarin and Qt does provide support for more platforms.

1 comments

It looks attractive, but at these times, the client application can be easily be auto-updated, that's how all applications work, including those made by Google.
Just wondering - what auto-update mechanisms are we talking about when it comes to native apps?
In the case of Android, jsu uload the new version to Google Play and the applicatio will auto-update it self.
This is not the same thing by a long shot - you cannot force a Google Play update, and that update will take hours or days to trickle down to the users. What we're talking about is that the application updates itself instantly, even WHILE RUNNING. The user needs to nothing, no "update your app" or "newer version available". I can literally add an option in the settings menu or change something in the app and it will immediately be reflected on ALL clients connected without touching the appstore.