get Bitmap From Asset


/ Published in: Java
Save to your folder(s)

private String mapPath = "img/full_map.png";
parkMapBitmap = getBitmapFromAsset(this.getContext(),mapPath);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.