Skip to content
Advertisement

Tag: embedded

Java for embedded systems? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 1 year ago. Improve this question I have recently learned some basic Java and was thinking of seeing if I can use these new skills for

How to safely save a file to disk in android?

I have written an android app that saves (potentially) large files to the SD Card. Occasionally I get an IOException during the write operation which causes the file to be left in a corrupt state. Based on the answer to this question: Question: How to safely write to a file? the strategy I should use is to create a temporary

Advertisement