Are windows mobiles are slower than Symbian mobiles?
| Wed, 2005-04-06 10:16 | |
|
|
Hi All, I am drawing two bitmaps alternatively on a click on Left soft key. I found one thing that, Drawing bitmap is very slow, also the event handling is very slow. Like say suppose I am calling InvalidateRect on pressing of left soft key, So in return it will call WM_PAINT, there I am bitbliting by bitmap. Now if I repeatedly press left soft key say for 10 times than the paint event is getting called only 5 or 6 times. Is drawing bitmap is slow in Windows Mobile than Symbian Mobiles? Is event handling is slow on Windows Mobile than Symbian Mobiles? BR Chetan ---- |






Forum posts: 53
You need to compare real phones, and then look at the speed of the processors on those phones, how much memory they have, etc. etc.
Generally speaking, you'll quickly discover that Windows Mobile is *FAR* slower compared to Symbian.
Forum posts: 188
Currently i am testing my application on emulator. As i found that there is some speed issue with the Windows Smartphone Emulator.
BR
Chetan
----
Chetan Kulshrestha
Forum posts: 21
What about the phones themselves? I have a Windows Mobile app that I would like to port to Symbian phones. It is CPU bound by extensive signal analysis code that has nothing to do with the operating system. Most Windows Mobile devices are 200 MHz to 500 MHz ARM processors. What about the phones that run Symbian?
Robert Scott
Ypsilanti, Michigan
Forum posts: 1058
Even tasks that just calculate things without any I/O might be influenced by the speed of the memory interface as strongly as by the CPU speed itself.
I read more than once that some versions of Nokia's Communicators are a little sluggish, with CPU speeds of only 150 MHz, but other models seem to be ok in general.
René Brunner
Forum posts: 21
Robert Scott
Ypsilanti, Michigan