In my sample app i am drawing images on canvas. Now on touch of any view I use "view.bringToFront(..)" to bring view on top,and invalid selected view.
But here it drawn each view again at place of an single view.
I just want to draw an dirty view here.
Pls let me know how can I handle this,
Similar problem here : Android: How to get a custom view to redraw partially?
Thnx