1👍
In Android, you are not allowed run Network Tasks on the Main Thread. You should use an AsyncTask instead.
http://developer.android.com/reference/android/os/AsyncTask.html
Source:stackexchange.com
1👍
In Android, you are not allowed run Network Tasks on the Main Thread. You should use an AsyncTask instead.
http://developer.android.com/reference/android/os/AsyncTask.html