My android application is saving some stats to internal storage. Each file name is in the format of \"appname-currentDate\"
I was wondering:
Your files will be saved in data/data/your.package.com this folder. your.package.com is your package name.
You can see that in ddms. If you use eclipse and run emulator or device you can see your files in eclipse -> ddms tab