nathan
nathan

Reputation: 251

How does one covert between java.awt.Image and android.graphics.Bitmap

I simply need to know how to covert an Image of class "java.awt.Image" to a "android.graphics.Bitmap".

Upvotes: 0

Views: 766

Answers (1)

Manfred Moser
Manfred Moser

Reputation: 29912

You cant do that on Android since the awt packages are not part of the Android SDK.

Upvotes: 1

Related Questions