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

python - Referencing Data From a 2D Histogram -

c# - Derived UserControl layout resets after build -

php - MySQL LIMIT results with INNER JOIN with more than 2 tables -