I have a stored file containing some data. I want to detect if it has been modified, and then address the issue if necessary.
I thought about controlling for the number of lines in the file, but I am stuck.
Moreover, there is no method to perform this: http://developer.android.com/reference/java/io/File.html.
Any ideas please?