Hi, I was wondering if someone could layout (:p) the advantages of using layouts over computing positioning on the fly? Is there a speed advantage? If you use a layout, should you not call dc.clear in onUpdate? Thanks!
I don't know all the pros and cons. I expect Travis might weight in with a very informative reply. What I do think is that on the fly has the potential to be faster and more responsive. You should not call dc.clear() after View.onUpdate() unless you want to wipe what was drawn with the layout.