mssaravanan / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

adapter.getContactList does not work inside AsyncTask #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create new AsyncTask
2. Inside doInBackground call adapter.getContactList

What is the expected output? What do you see instead?

getContactList must return as well if it called inside main thread (in main 
thread all works good)

What version of the product are you using? On what operating system?

2.0, android 4.0.4

Original issue reported on code.google.com by oleha.ma...@gmail.com on 18 Feb 2013 at 10:51

GoogleCodeExporter commented 8 years ago
ContactList already in Asynctask. Android not allows one Asynctask inside 
another Asynctask.

Original comment by vineet.a...@3pillarglobal.com on 19 Feb 2013 at 6:37

GoogleCodeExporter commented 8 years ago

Original comment by vineet.a...@3pillarglobal.com on 25 Feb 2013 at 12:05

GoogleCodeExporter commented 8 years ago
Hi, the new release contains methods which you can use to create your own 
asynctask.

we have also included async methods

Original comment by vineet.a...@3pillarglobal.com on 7 Mar 2013 at 2:21