-
NetworkOnMainThread Exception
about 9 years ago
-
about 9 years ago
This error comes when you perform network related task on main thread. To solve this issue you can call this method from doInBackground of AsyncTask.
about 9 years ago
about 9 years ago
This error comes when you perform network related task on main thread. To solve this issue you can call this method from doInBackground of AsyncTask.
1 Answer(s)