I have an app for android that read a json, that json is heavy for 3G connection so what I want is just download it in the case that it changes, I cannont change the json, so I think the best way to do this is check the filesize,everytime I enter in the app check if it changed and if the size is different, I download it again,
the problem is how can I check the size of a file that is online?
you think there is a better way to check if it change?
Thanks