tags:

views:

93

answers:

2

I need to access HTTP site thru code. I do not want to use Web Service of Android or iPhone.

A: 

Android features Apache HttpClient and you can find documentation and examples linked from its home page.

dtmilano
A: 

Look into web views in HelloViews tutorial at www.android.com

Maxood