Hi !
I'm actually writing an application ( for Android Tablet ) working
like Android workspaces ( we can swipe to others workspaces ).
I have a lot of workspaces ( ~ 15 ) and each of them have 2 or 3
ImageViews.
The picture I load in them are big ( 512x512 ), so I load only the
previous, the current and the next workspace each time the current
workspace changes.

When i swipe from from workspace to workspace, i unload previous view
and load the next one, so that there is always three workspaces
loaded.
My problem is that the swipe animation is blocked while the UIThread
loads the images, resulting in a very slow animation.

Anyone knows how can I avoid this behavior ?

Thanks a lot.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to