I have the following question. When writing a String to a file the first character seems to be a Nul. I see that if I open the file with Notepad++, there is a black background where "NUL" is written in white. However, I don't really understand why this is happening. The String is transmitted from another device to a tablet running Android on it, afterwards the data should be written to a file. When debugging the code everything looks fine until I'll open the file.
Thanks and cheers pingu