Hello
In my B4R program I log various bits of information to send back to the host device. On my PC the messages are in one block. On my Android device they seem to come in chunks:
The string "hello" comes as two messages "hell" and o.
Why is this? Do I need to use stringbuilder in my Android app and explicitly put a CRLF in my log message for it to display correctly? Is there a better (i.e. correct) way of doing this?
Many thanks
Matt
In my B4R program I log various bits of information to send back to the host device. On my PC the messages are in one block. On my Android device they seem to come in chunks:
B4X:
ToastMessageShow( bc.StringFromBytes(Buffer,"UTF8"),False)
Why is this? Do I need to use stringbuilder in my Android app and explicitly put a CRLF in my log message for it to display correctly? Is there a better (i.e. correct) way of doing this?
Many thanks
Matt