The android app i'm developing has a hardcoded json file which is used to load data on mobile for the first time.
Now,during runtime on mobile, there would be another json file on my server and I would like to download that json in background and implement it instead of the previous json.
It would be like refreshing data by implementing new json files.
How should i do it.??