Hi
I am currently developing a scanner app which scan every file in device media storage.And it detects infected files.When there are small number of files in the emulator(i am using emulator here)then it is fine even if I scan the all files in emulator three to four times without terminating the app.But if there are large numbers of files(more than 1000) in the emulator then app freezes if i run the scanning thread again without terminating the app.Please help me out over this issue.
thanks in advance.
App freezes when running long recursive function