~NO NEED HELP ANYMORE, THANKS~
I have been looking for this answer on this site, but none of the code worked.
Here is my function:
public void onClickTemp(View view)
{
}
Using this function, I want to write code that creates a *.txt file in an sdcard with some text in it. I would be happy for examples how to read and change this *.txt file as well, but let's start with creating one.
I do have permission to write to external storage, and I checked the file explorer with DDMS.
Edit: I succeed creating txt file (:
The problem was: My emulator didn't have SD card.
Solution:android emulator - any accessible storage space?
Edit2: Figured out about reading files (:
Solution:How can I read a text file in Android?
Edit3:
Understood editing aswell( found some guide in google, i don't have link sorry)
At this moment, i don't have anymore questions, thanks for help!