BlackBerry:要在模拟器中显示的应用程序上显示的图像

问题描述 投票:0回答:1

我创建了一个BB应用程序,它显示在模拟器的“下载”菜单中。我想在应用程序图标上显示图像。我不知道如何做到这一点。

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

image blackberry icons
1个回答
1
投票

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


HomeScreen.updateIcon(Bitmap.getBitmapResource("SomePng.png"));
HomeScreen.setRolloverIcon(Bitmap.getBitmapResource("SomeOtherPng.png"));
© www.soinside.com 2019 - 2024. All rights reserved.