Questions tagged [android-file]

Specifically the Android `File` class, but may also refer to the generic concept of files under the Android operating system

Specifically the Android File class, but may also refer to the generic concept of files under the Android operating system.

Use this tag if you have reason to believe your usage of files under Android causes the error your question is referring to.

1038 questions
-3
votes
1 answer

Working with Files in Android application

Following are the requirements for creating a file in my Android application 1.File will be created when the application is launched at first time and write 0 to the file 2.whenever the application is opened, first read from the file and then based…
Gopi
  • 689
  • 1
  • 8
  • 17
-4
votes
2 answers

How to write files in hidden mode on SD card in Android

I would like to be able to write files in hidden mode or hide files in a folder the on SD card in Android. What is the best way to do this?
kiran kumar
  • 63
  • 1
  • 8
-4
votes
1 answer

Read txt file from drawable folder in android

How to read .txt file from drawable or any other folder in android using FileInputStream? I have a .txt file in my drawable folder. How can i read the file and set it in Textview?
Ankush Kapoor
  • 445
  • 1
  • 8
  • 20
1 2 3
…
69
70