can we replace asynctask with asynctaskloader?is there a way to use asynctaskloader which receive int parameter and return string parameter.I am talking about loadinBackground method.In asynctask loadinbackground can take parameter while in asynctaskloader loadInBackground i do not find an example where this method takes parameter.Is it possible.Can anybody give me an example.Anybody helps me is greatly appreciated.
Asked
Active
Viewed 115 times
0
-
1write your custom ContentProvider and use standard CursorLoader – pskink May 15 '14 at 08:09
-
Can someone give me some idea how to do it? – decoder May 21 '14 at 06:43
-
1see http://developer.android.com/training/load-data-background/setup-loader.html – pskink May 21 '14 at 06:47