only one color is displayed in time
问题 I'm developing paint app the problem is when i choose color and paint and then pick different color the whole paint color changes to the new color can any one tell why this is happening and how to solve this ? and how to add eraser to this? imageview DrawView here : public class DrawView extends ImageView { private ArrayList<Point> mTouches; int paintColor; public int setcolor(int a){ paintColor=a; return paintColor;} // Java constructor public DrawView(Context context) { super(context); init