[Solved] Can you draw a google static map to a canvas after you download it?

As i mentioned in comments, You could actually reuse the bitmap. You could also draw on canvas directly for date and time since the datetime bitmap will consume 160000 bytes i.e 156kb. I have not tested the code. This is just a suggestion. class TheTask extends AsyncTask<Void, Void, Bitmap> { File mediaFile = new File(MenuScreen.mediaStorageDir.getPath() … Read more