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
Post a Comment