views:

63

answers:

1

Hi

i'am trying to load an url in background using the default browser. So the user can switch to the browser whenever he finished reading the current activity and the page is already loaded.

Is there a way to fire an Intent (Browser) but stay in the original Activity?

I'am aware of the FrameLayout approach with setting the visibilty but this is not possible with the default browser.

Thx in advance.

A: 

Is there a way to fire an Intent (Browser) but stay in the original Activity?

No, sorry.

CommonsWare