Loading a Browser Page in the Background

Posted by stormin986 on Stack Overflow See other posts from Stack Overflow or by stormin986
Published on 2010-04-25T20:35:44Z Indexed on 2010/04/25 20:43 UTC
Read the original article Hit count: 277

Filed under:
|
|
|

I have a tabbed interface (one activity per tab) where one tab will be a browser view displaying a webpage. The application loads in a different activity / view, but I want it to begin to download the webpage in the background as soon as the app launches, before the user ever clicks on that tab and initiates that activity.

How can I do this?

Thanks!

-S

© Stack Overflow or respective owner

Related posts about android

Related posts about browser