黑莓:模拟器中显示的应用程序上显示的图像

发布于 2024-10-09 16:15:58 字数 132 浏览 2 评论 0原文

我创建了一个 BB 应用程序,该应用程序显示在模拟器的“下载”菜单中。我想在应用程序图标上显示图像。我没有 关于如何做到这一点的想法。

任何人都可以给我一些提示或提供一个代码,使用它我可以在 BB 模拟器中显示的应用程序上显示图像。

I have created a BB application which gets displayed in the "Downloads" menu in the simulator. I want to display image on the application icon. I have no
idea about how to do this.

Can any body please give me some hint or provide a code using which I can display image on my application which is displayed in the BB simulator.

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

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

发布评论

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

评论(1

情泪▽动烟 2024-10-16 16:15:58

您可以使用 HomeScreen 类以编程方式设置图标:


HomeScreen.updateIcon(Bitmap.getBitmapResource("SomePng.png"));
HomeScreen.setRolloverIcon(Bitmap.getBitmapResource("SomeOtherPng.png"));

You can programmatically set the icon using the HomeScreen class:


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