Dear all,
I try to switch two actvity automatically for several times, using setContentView(layoutResId). But the screen doesn't show the content view of two, it only shows one of final Activity that be called.
I think that the switching is too fast to draw on the screen. what can i do for that??
Thanks~

