im trying to get the cancel a loop by calling cancel but it wont cancel out out. can you tell why it wont cancel out.. here is the code



class MyAsyncTask extends AsyncTask<Object, Void, Void>...