如何升级 Android 应用程序 GUI

发布于 2024-12-12 01:58:48 字数 211 浏览 0 评论 0原文

我已经编写了 Android 应用程序,并且可以正常工作。现在我的任务是升级应用程序的 GUI。我有用 Flash 制作的新 UI。

有什么方法可以将 .swf 文件导入到现有的 Android 应用程序中吗?并像布局或某种自定义视图一样使用它们?

或者如何制作某种回调函数,当 Flash GUI 中发生某些事情时触发,并处理一些 JAVA/Android 代码?帮助...

I've written android app, and its working. Now i got task to upgrade app's GUI. I have new UI made in Flash.

Is there any way to import .swf files into existing android app? and used them like layouts or some kind of custom views?

Or how to make some kind of callback functions, that are triggered when something happens in flash GUI, and process some JAVA/Android code? Help...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

固执像三岁 2024-12-19 01:58:48

您不能将 Flash 用作 Android 应用程序的 GUI,也没有用于“转换”的工具。您必须制作一个普通的 Android 应用程序,或者将您的应用程序编写为 Web 应用程序。

我不知道您是否可以在设备上的 WebView 中使用 .swf,它可能,但是这似乎是错误的解决方案。

You can't use Flash as a GUI for an Android application, and there's not a tool to "convert" either. You'll have to either make a normal Android application, or write your app as a web application.

I don't know if you can use a .swf on the device in a WebView, it may be possible, but boy does that seem like the wrong solution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文