Hi, I'm developing an application that use list for Main menu, sub menu...
Form with textfield for Login screen, input screen. There are quite many screens.
I use setCurrent to switch between screen. The problem never happen on emulator. But when I test on E71 or E75. The application hang after about 20 second (switch fast), switching between screen (main menu, submenu, quit application, restart application). If test normal, it will hang after 10 minutes.
After it hang, I still can quit to device main menu, but when I start any other application or my application it hang right away, and I cant do anything except restart the Device. (seem like memory problem).
It took me days to figure out the problem.
+ First I think it maybe too many listener, so I use only 1 static List screen, 1 static form, so that set Listener only happen once. But nothing change.
+ I call on device get memory, too see if memory run out, but memory is still fine after call gc.
+ This is my first time working with form, list, textfield so I dont know much about their problems.
If someone know any clues about this issue. I really appreciate your idea and help. Thank so much.

Reply With Quote


