Quantcast
Channel: WinDev Forum
Viewing all articles
Browse latest Browse all 1914

[wm21 - android] ExecuteMainThread() very slow

$
0
0
Hi,

do not use ExecuteMainThread() in loop as in LooperAddInProgress() example
[doc.windev.com]

it will be alot faster if you stored the data first in array , then after finish call ExecuteMainThread() and pass array in parameter .

This method will cause extra code but speed different is very big

Viewing all articles
Browse latest Browse all 1914

Trending Articles