I'm currently working on an app that needs to update a text value several times per second, currently i'm updating a textview every time it needs to, I was wondering if Canvas.drawtext() is more performant for this case.
I tried googling but didn't found a conclusive answer.
I also would like to know which of the two is suited best for what cases.