FileCacher
FileCacher copied to clipboard
Cant apply FileCacher method to class extending async task.
i am having a class with an asynchronus task with parameters and i am getting error in passing context as shown in image. Is there any solution for this?
MY class: class fetchData extends AsyncTask<Void, Void, Void> my call :FileCacher<String> filecache=new FileCacher<String>(fetchData.this,"xyz.txt");