+ 1
How to write and read files in android studio?
I want to write a .txt file in /storage/emulated/0 and also read from there in android studio. Please show code in java.
2 Réponses
+ 3
+ 2
if you learn how to read and write files in java you can use in any compiler.