XML : Android listview item, how useless xml commands impact the performances?

I populate a listview with a custom adapter. It inflate a custom layout with many views inside it.

If I set, for example, a standard text in a TextView via xml(only to see the aspect of the view) and then I change it in code every time, this affect the performances? Or it's better that I remove the xml "setText" line?

Thanks

No comments:

Post a Comment