I am referring http://www.developer.com/java/j2me/arti ... _3748281_3
I gone through this article, Its became good help for me.
somebody will you help me here, Whatever he created image bitmap is
from drawable resource, By using BitmapFactory.decodeResource(getResources(), R.drawable.pic1); fuction
Is there any way to decode bitmap from ImageView Object, containing
image.
I am not getting exact function from "android.graphics.BitmapFactory
" , for achieving this.
Actually I want to pick Image from Picture application(on android
phone) into my appl and want to decode it into bitmap.
Or is there in any other way to achieve this.
What I mean is to decode bitmap from any image which r not in res.drawable but from image taken from camera or
from picture app.
thank you

