java - Android: open hidden webview activity or fragment -


i'm developing android app shows listview. when user clicks on item on list, need app opens regular activity details and, in background or in "hidden mode", opens webview load url (of blog).

i need because want trace items opened, analyzing google analytics information on blog; in way, everytime clicks on item, i'll find information on blog.

is there way it?

the correct way open hidden webview call webview.setvisibility(view.gone) on oncreate method


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -