I am making request to web service and have to do this extending AsyncTask for every methods. So how many methods i have in webservice that many classes i need to create in this way.
I found this topic how to make callback: Making Callback
But there are shown one class callback, but what if i want that there would lots of callbacks in one class ?