1

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?

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
Bat
  • 96
  • 1
  • 12

1 Answers1

0

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 :)

Community
  • 1
  • 1
Mohammad Salem
  • 1,113
  • 9
  • 15
  • Thanks For Answering my Question, But Still I have Doubt that If We have space in both External storage as well as in the Internal storage. But somebody has chosen from Setting that any file should store in the External Directory or It should store in the internal Directory. Then will it work. – Bat Jul 30 '15 at 21:20