Can using a different RGB format work and save image space? Have you ever been asked about your application's FPS and had no way to respond? Percentage layouts are coming, are you prepared?
to determine the bitmap configuration. • createScaledBitmap() → creates matrix and scale value • createBitmap() → sanity check, boilerplate dimension calculations, and config resolution.
Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter, Bitmap.Config newConfig) public static Bitmap createBitmap(Bitmap source, int x_coordinate, int y_coordinate, int width, int height, Matrix matrix, boolean filter, Bitmap.Config newConfig)