i would like to connect to a website and process or read data from it.
1-Is it possible to so by android activity and what is the simplest way to do so?
2-can the emulator simulates internet connection or not.
Updated:
please provide me with examples
http://lukencode.com/2010/04/27/calling-web-services-in-android-using-httpclient/
http://java.dzone.com/articles/invoke-webservices-android
2.If your system having the internet connection and need to give proper permissions in your manifest file, then you can working with your simulator to connect the service and fetching your data.
permission:
<uses-permission android:name="android.permission.INTERNET"/>