I have a listview which have checkboxes. For each checkbox (they are about 3), it has a specific AsyncTask for it.
I never know what checkboxes use
you cannot call an alert box inside do inbackground method.same for a toast. No UI operations can be performed inside a doinbg method. instead use the post execute method, or change the way things have to be done.