2
Guys, I have a listview that loads data from a database. These data are numbers themselves, and I would like to be able to differentiate them. Like... if the number is zero, I’d like it to be a specific color or bold. Or anything else that would differentiate you from others who are not zero.
Does anyone know how to do it? I could put an example here?
Thanks in advance!
Here’s a nice tutorial: http://www.androidhive.info/2014/android-custom-listview-with-image-and-textusing-volley/
– Luídne
Thank you for replying @Luídne. This tutorial is very good... but I want something that is different and at the same time common. Type: all fields with non-zero numbers in the color blue and all fields with the number equal to red zero. Did you understand? rs
– Tairone Dias