i am trying to develop a security application on Android and i want to iterate through the filenames of a specific directory so that i can compare the hash value of each file in the directory.
I have already found out how to do the hashing but for the iterating part i am confused on how it works.
You mean you want to traverse a directory recursively?
Something like this: