Adding an Image to a Canvas in Android
问题 Good Day Everyone I was hoping if you could help me understand the concepts of understanding how to add an image into a canvas on a OnTouchEvent implemented on a View. So far, this is what i've come up with. parent is the Activity where in this customized view is instantiated and is added into. @Override protected void onDraw(Canvas canvas) { // TODO Auto-generated method stub super.onDraw(canvas); } public void insertImage() { if (parent.selected_icon.contentEquals("image1")) { image =