CodenameOne InfiniteContainer Scrolling -
in simulator works well, in smartphone when scrolling down in infinitecontainer can see black flickering (probably related getting data server)
can somehow prevent behaviour?
thanks jb
make sure code doesn't block fetch method long. needs fast.
if need networking construct components make sure use addtoqueueandwait
, process components correctly on event dispatch thread.
Comments
Post a Comment