I want to download a file and want to store it in some default location like internal storage or in the External storage. So I am stuck how to get that default storage?
Please help me?
I want to download a file and want to store it in some default location like internal storage or in the External storage. So I am stuck how to get that default storage?
Please help me?
First you have to check if the external storage is available this link will help you :
how to check internal and external storage if exist
Second you create a folder or use a folder to save to it :)
This link will help you :)
http://developer.android.com/training/basics/data-storage/files.html
I hope this will help you :)