Creating a copy/clone of imageview android
问题 I am creating a drag and drop application that drags an object on the main layout. My problem is I want to have unlimited/infinity copy of the image view so I can drag the image as many as I can. For example the heart shape, when I already drag the image I cannot have another heart shape because I only have one image(heart) in the layout. This is my code on touch on imageViews (Star, Heart, lightning): private final class MyTouchListener implements OnTouchListener { public boolean onTouch