Posts by Wellington Yogui • 101 points
1 post
-
0
votes1
answer262
viewsQ: Save image from API to mobile memory
I’m trying to save an image coming from the API in mobile memory. public void saveSkin() { ivSkinSaver.buildDrawingCache(); Bitmap bm = ivSkinSaver.getDrawingCache(); OutputStream Out = null; try {…