Start all tab's activities for pre-cache
Posted
by Pentium10
on Stack Overflow
See other posts from Stack Overflow
or by Pentium10
Published on 2010-03-27T18:45:20Z
Indexed on
2010/03/27
18:53 UTC
Read the original article
Hit count: 137
I have a TabActivity
with three tabs defined. The first tab is light-weight and renders in acceptable time. But the 2nd and 3rd tab, does need a couple of seconds to get visually rendered, after I click them. I would like to launch them, after I've loaded my first tab, in background for pre-cache. Once they are loaded, I can switch quickly between them.
So I am wondering how can I launch the 2nd and 3rd tab. They are intents loaded in the view area.
© Stack Overflow or respective owner