黑莓屏幕调色的最佳平台?

时间:2023-01-21 09:01:45

i need to build an app for blackberry that will change the background color for all apps

我需要为黑莓构建一个应用程序,它将改变所有应用程序的背景颜色

something like this:

这样的事情:

http://www.thomson-software-solutions.com/html/screen_tinter.html

is this something i should do in java? i have no experience with programming for PDAs. which compiler would i use?

这是我应该在java中做的事情吗?我没有PDA编程经验。我会用哪个编译器?

1 个解决方案

#1


You would have to use J2ME (Java Platform, Micro Edition) with the RIM's API. To get started, you might want to pay a visit to RIM's BlackBerry Developer Zone. They have a development IDE with everything you need to get started.

您必须将J2ME(Java Platform,Micro Edition)与RIM的API一起使用。要开始使用,您可能需要访问RIM的BlackBerry Developer Zone。他们有一个开发IDE,包含您开始使用所需的一切。

You also must first understand that coding for mobile platforms is totally different from coding for a PC. What you can do is fairly restricted (by design, hardware creators usually don't want third-party addons to fault the device). I don't think your project is feasible.

您还必须首先了解移动平台的编码与PC编码完全不同。您可以做的事情是相当受限制的(根据设计,硬件创建者通常不希望第三方插件故障设备)。我不认为你的项目是可行的。

#1


You would have to use J2ME (Java Platform, Micro Edition) with the RIM's API. To get started, you might want to pay a visit to RIM's BlackBerry Developer Zone. They have a development IDE with everything you need to get started.

您必须将J2ME(Java Platform,Micro Edition)与RIM的API一起使用。要开始使用,您可能需要访问RIM的BlackBerry Developer Zone。他们有一个开发IDE,包含您开始使用所需的一切。

You also must first understand that coding for mobile platforms is totally different from coding for a PC. What you can do is fairly restricted (by design, hardware creators usually don't want third-party addons to fault the device). I don't think your project is feasible.

您还必须首先了解移动平台的编码与PC编码完全不同。您可以做的事情是相当受限制的(根据设计,硬件创建者通常不希望第三方插件故障设备)。我不认为你的项目是可行的。