Java.io.FileNotFoundException when using RandomAccessFile to create file?

Try RandomAccessFile file = new RandomAccessFile(new File(getFilesDir(), "test. Jpg"), "rw").

Thanks mate. One more thing... further down I'm trying to access it again to convert to a Bitmap: bmImg = BitmapFactory. DecodeFile("wallpaperSwitch.

Jpg"); I'm getting error again, how do I do it then? – mlevit Aug 30 '10 at 5:00 Bitmap bmImg = BitmapFactory. DecodeStream(openFileInput("wallpaperSwitch.

Jpg")); Try that. – Konstantin Burov Aug 30 '10 at 5:42.

I haven't tried creating the file using other means, but I'm assuming I would get the same result. The "/" is there by accident... please ignore it. – mlevit Aug 30 '10 at 3:56.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions