I solved this problem in a simple way...
I added after oncreate
StrictMode.enableDefaults();
and solved this.
Or
use Service
or AsyncTask
to solve this
Note:
Do not change SDK versionDo not use a separate thread
For more, check this.
I solved this problem in a simple way...
I added after oncreate
StrictMode.enableDefaults();
and solved this.
Or
use Service
or AsyncTask
to solve this
Note:
Do not change SDK versionDo not use a separate thread
For more, check this.