mohanishn1234
Results
1
comments of
mohanishn1234
we get the bitmap from frame layout. See the answer on stackoverflow. Credit goes to **GhoRiser** **https://stackoverflow.com/questions/21725916/convert-frame-layout-into-image-and-save-it** public Bitmap viewToBitmap(View view) { Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), Bitmap.Config.ARGB_8888); Canvas canvas...