devraajdeveloper
Results
2
comments of
devraajdeveloper
You can't do it directly (Add color programmatically) ================================================ private void changeBitmapColor(Bitmap sourceBitmap, String color) { Bitmap resultBitmap = Bitmap.createBitmap(sourceBitmap, 0, 0, sourceBitmap.getWidth() - 1, sourceBitmap.getHeight() - 1); Paint p...
take screenshot of root layout u will get black image with overlay image then capture the photo u will get camera image after that send both in next page and...