In my app I have a custom view where I am drawing a figure. The app runs fine in most of the devices (motog and tablets) but when i tested the app on a samsung duos my figure wasnt being shown.
Edit
I have found that the problem was with disabling the hardware acceleration for that view. Now the view is shown in the samsung device but however my canvas.clipPath() is not working. Is there any way to use canvas.clipPath() method without disabling hardware acceleration ?