I am trying to develop a security application on Android, and I want to iterate over the file names of a specific directory so that I can compare the hash value of each file in the directory.
I already learned how to do hashing, but for the iterative part, I got confused about how it works.
dythe
source share