Re: [Lazarus] About Android slowness

2013-05-29 Thread Benito van der Zander

I, for one, gave up on it and just rewrote my gui in java...


On 05/28/2013 10:30 PM, Kjow wrote:

Just my two cents,
About app slowness, I think it is related to the BMP generation... I 
noticed that the app seems to refresh only with some event (e.g. a 
touch on background).


I'm trying some stuff (e.g. BGRABitmap) and BGRAControls are much 
faster to redraw. Well, allways much slower than Windows, but much 
faster than native.


Forcing repaint helps, but not enough.

Maybe using a faster bmp generation (like BGRA) could speed up everything.

Unluckily, my skill is not enough to help directly.

Regards,
Kjow


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] About Android slowness

2013-05-28 Thread Kjow
Just my two cents,
About app slowness, I think it is related to the BMP generation... I
noticed that the app seems to refresh only with some event (e.g. a touch on
background).

I'm trying some stuff (e.g. BGRABitmap) and BGRAControls are much faster to
redraw. Well, allways much slower than Windows, but much faster than
native.

Forcing repaint helps, but not enough.

Maybe using a faster bmp generation (like BGRA) could speed up everything.

Unluckily, my skill is not enough to help directly.

Regards,
Kjow
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus