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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -