Hi
My code is like
imageStream = new FileInputStream(new File(""+imageNames[position]));
imageShow = BitmapFactory.decodeFile(""+imageNames[position]);
imageStream.close();
for the first image, position = 0 its coming fine
but from next image onwards its showing the skia exception
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---