tags:

views:

97

answers:

1

Hello Everybody,

I have to use java.awt.image package for BufferedImage class in my android app But I am not able to do this and does anyone knows that how to do this in android or What's the equivalent class of java.awt.Image in Android?

+2  A: 

android.graphics.Bitmap. is equivalent to BufferedImage.

YoK
@user286919 does my answer address your issue.
YoK