Tuesday 15 September 2020

Ggfffffgggggg Ghhhnnhhhhnbvccx hhgfffc hgffd

Vvcccxx

zxnnn nnbgvvcc

Vccxxxhhhggbbvcxdszzjjhvv this ikjgfv this is 

Vvvgg

 Vvbbvvgggggbhggggfggjjhgghbvvgggffffffff

Bvccccccbvccc jhhhgggggggg

M
This is of the form

Wednesday 19 August 2020

Code for image share







  Code for image share


 Bitmap returnedBitmap = Bitmap.createBitmap(_view.getWidth(), _view.getHeight(),Bitmap.Config.ARGB_8888);


Canvas canvas = new Canvas(returnedBitmap);

android.graphics.drawable.Drawable bgDrawable =_view.getBackground();

if (bgDrawable!=null) {mo

bgDrawable.draw(canvas);

} else {

canvas.drawColor(Color.WHITE);

}

_view.draw(canvas);


java.io.File pictureFile = new java.io.File(Environment.getExternalStorageDirectory() + "/Download/myimage.png");

if (pictureFile == null) {

showMessage("Error creating media file, check storage permissions: ");

return; }

try {

java.io.FileOutputStream fos = new java.io.FileOutputStream(pictureFile); returnedBitmap.compress(Bitmap.CompressFormat.PNG, 100, fos);

fos.close();

showMessage("Image Saved in /Download/ folder");

} catch (java.io.FileNotFoundException e) {

showMessage("File not found: " + e.getMessage()); } catch (java.io.IOException e) {

showMessage("Error accessing file: " + e.getMessage());


}

Wednesday 15 July 2020

Hi



<html>
<script data-ad-client="ca-pub-8931865328563178" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>