What is more performant Canvas.drawText or updating textview

49 Views Asked by At

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.

0

There are 0 best solutions below