Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant apply FileCacher method to class extending async task. #1

Open
Huntero07 opened this issue Mar 11, 2020 · 0 comments
Open

Cant apply FileCacher method to class extending async task. #1

Huntero07 opened this issue Mar 11, 2020 · 0 comments

Comments

@Huntero07
Copy link

Huntero07 commented Mar 11, 2020


error

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 filecache=new FileCacher(fetchData.this,"xyz.txt");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant