Skip to content Skip to sidebar Skip to footer
Showing posts with the label Io

List All Files Opened By My Android App

I am intermittently getting Too many open files exceptions when I try to write to a text file in my… Read more List All Files Opened By My Android App

Save Imageview To Android Emulator Gallery

I'd like to Save an Image to the Android Gallery, here's my current code: image.setDrawingC… Read more Save Imageview To Android Emulator Gallery

Android Rotate Picture Before Saving

I just finished my camera activity and it's wonderfully saving the data. What I do after the pi… Read more Android Rotate Picture Before Saving

Open File Fail(-1) With Different Flag Settings

I have a question about using open() with different flags in Native android. Because i want to open… Read more Open File Fail(-1) With Different Flag Settings

Android Non-blocking File I/o?

I'm currently writing an async i/o library for Java that has a very similar API to Node.js. I c… Read more Android Non-blocking File I/o?