I have an Android app that when running accesses a file and lists some information on the screen.
The point is that it only works if you have internet.
What I need is to download the information and save it on my device to be accessed offline.
How do I do it?