I'm trying to make my Android app download some files from internet and I'm using a service to do this task with the help of Ion lib, but I need to provide a context:
Ion.with(context)
...
How can I do that?
I'm trying to make my Android app download some files from internet and I'm using a service to do this task with the help of Ion lib, but I need to provide a context:
Ion.with(context)
...
How can I do that?