将用java编写的活动添加到Android Phonegap应用程序中

发布于 2024-12-26 16:23:00 字数 154 浏览 0 评论 0原文

我的朋友有一个 Phonegap 应用程序(用 JavaScript 编写),它以类似于 gridview 的东西开始。我想向此 gridview 添加一个新项目,当用户单击它时,我想启动一个我用 java 编写的 Activity。这可能吗?

最好的,

阿尼姆

My friend has a Phonegap application (written in JavaScript) that starts off with something similar to a gridview. I want to add a new item to this gridview and when the user clicks on it, I want to launch an Activity that I have written in java. Is this possible?

Best,

Aneem

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

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

发布评论

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

评论(1

怎言笑 2025-01-02 16:23:00

Yes, it is possible. You can create a plugin and use this.ctx.startActivity(intent) in the execute() method.

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