I have very mysterious problem that I am not even sure how to debug.
What I am trying to do in my application is to download Images and present them in a gallery. But from time to time they simply disappears (not all of them). Even when I am not using application. I did not implement removing functionality so far so it can not be anything within application that causes it. Can DownloadManager remove them after a while? I am using BitmapFactory to decodeFiles. Can this be related?
Does any body have a hint where should I look?
thanks
Edit : Just to make it clear. Files are downloaded two ways. One at the very first start , second by service every X minutes. Just to make sure I switched off the service. After initialisations images are there , everything works fine. But after some time (two hours later for example) some of them disappears.