Hi Guys
This one is for the Canvas specialists in this forum
I've been trying to copy a Listview to a canvas, but having only half success...
I can copy the background of the Listview, being it an image or just a drawable, BUT the items are not
copied to the canvas...
So the question is... Is there a way to do this, maybe using reflection to capture the rectangle on the screen where the listview is drawn???
I would try it myself, but reflection is not something I normally handle