本文介绍了良好的语言跨平台(Windows和Mac)桌面应用程序的框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我做的最后一个跨平台桌面开发是Java / Swing。弹性怎么样?
The last cross platform desktop development I did was Java/Swing. What about flex?
推荐答案
不要这样做。如果需要跨平台,请在不依赖任何GUI框架的业务逻辑层中编写应用程序的主要内容,然后使用本机平台API来完成每个应用程序。
Don't do it. If you need to go cross-platform, write the main guts of your application in a business logic layer that doesn't depend on any GUI framework and then use the native platform API to finish each app.
您的用户将感谢您。
这篇关于良好的语言跨平台(Windows和Mac)桌面应用程序的框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!