I have a function that performs two things: First it should set an
invisible image to be visible, and then it should read a huge shunk of
data from a database. Performing this is easy, but my problem is that
android threads this, resulting in a delay of almost a second before
the image becomes visible. I have tried extending the images draw-
function, and initiating the database-read when draw() is finished,
but it seems that when the draw-function finishes the image is not yet
visible on the screen. How should I find out when the image actually
is visible?
--~--~---------~--~----~------------~-------~--~----~
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