I have a bitmap taken of a Base64 String from my remote database, (encodedImage is the string representing the image with Base64):
encodedImage
profileImage
As of API 19, Bitmap setWidth(int width) and setHeight(int height) exist. http://developer.android.com/reference/android/graphics/Bitmap.html