Android Question Writing data to a file

brodmuehler

Member
Licensed User
Longtime User
Hi
I want to write data to a file every second. It should also be possible to interrupt the data flow and then restart it again without loosing the existing data, meaning that new data will just be added to the existing file.
Could someone perhaps advise what the best concept would be to do this?
Thanks a lot. Kind regards Rene
 
Top