hi,
I am parsing XML file in my android application, but I like to modify the code, that it only parses the XML file if it is update (I will store the last successful parse date).
I found out the
urlConnection.getLastModified();
but not getting proper idea of how to use it, as it is returning milliseconds as long. is it possible I can check if file is modified or not.
thanks in advance.