J2ME learning - from the simulator to the real machine

xiaoxiao2021-03-06  24

J2ME learning - from the simulator to the real machine

Author: Chen Yuefeng

From: http://blog.9cbs.neet/mailbomb

For J2ME developers, the simulator has brought us a lot, such as debugging procedures in the simulator and the effect of very convenient viewing procedures, but simulator also brought us some problems, such as simulator implementation. BUG, etc., so the real machine test is required.

1. Why do you want to test the real machine test?

Because the simulator program may exist bugs, as well as the performance of the real machine, the real machine test must be performed.

2. How do I transfer the program to the machine?

Transfer your program to the machine as follows:

a) OTA download

b) Transmission using data lines

c) infrared transmission

d) Bluetooth

You can choose the right way according to the conditions.

3, what is the main test of the real machine test?

There are many contents of the real machine test, mainly testing the following aspects:

a) the function of the program

b) Operation of the program, whether it is easy to operate

c) The size of the program, such as the NOKIA S40 series mobile phone most acceptable maximum file size is 64K

d) The program is running speed, whether the speed can endure.

It is temporarily written so some, I hope everyone will correct it.

Cqucyf@gmail.com

转载请注明原文地址:https://www.9cbs.com/read-39722.html

New Post(0)