I have a resize() method I want to add to the Bitm...
# android
y
I have a resize() method I want to add to the Bitmap class. I can't create a new Bitmap class (it's a final class) and implement the functionality that way. How should I go about this?