android - Rendering HTML without an activity -


i'd render html side effects of such rendering (i.e. pinging backend server). when activity visible, of course can show html in webview. however, when activity not visible, want render html without showing activity disruptive user.

is possible on android?

look @ classes/interfaces in org.apache.http ways of handling http actions without using webview.

you place code in android service run without interrupting user.


Comments