I wanna to save some files as saved searches or saved items(some binary files and images) in my android application and also i want that by uninstalling application this files also remove from users device.I’m using monondroid to developing application and had understood that in each applications external directory, there is two directories. one by name ‘cache’ and other by name ‘files’.
Question is that in witch directory should i save my files.
Thanks
I think It Depends on Your Application that what you need.Check Here you will be clear where to use External File Directory and External Cache Directory.
External Cache Directory’s Files will be removed when you uninstall your appplications while External File directory’s files will not be affected.