Hi am getting the following error, when i try to launch my widget, it a note taking app, this is the error I get, please kindly provide a workable answer using my code, would gladly accept the answer that works, thanks in advance:-
05-16 02:53:42.491: E/AndroidRuntime(5335): java.lang.OutOfMemoryError
and the error points to this line in my code:-
File imgFile = new File(data.get(position).get("path"));
Bitmap myBitmap = BitmapFactory.decodeFile(imgFile.getAbsolutePath());
imageView.setImageBitmap(myBitmap);