My Question is i need to open SAME FRAGMENT from Navigation Drawer's every List Item 's, and when fragment display, If AsynTask execution is On Going then AsyncTask execution should be cancel.
How can i do it?
I tried so many ways to accomplish this but i failed everytime.
I used asynctaskObject.cancel(true);
So Can anybody please answer. i hope i'll get the result.
Thanks in advance. :)