so i have a program i'm writing where after hitting a button, the program should
1) display an image 2) output text, something like "waiting to finish" 3) do some other functions 4) output other text based on those functions result in the same textview as #2 however whats happening is the image doesn't display until the whole process is complete and the "waiting to finish" never shows up because the textview only changes after the function is complete...how can i change that? thanks in advance -- 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

