If my json file is
[{name:xxxb fname:dddd tag1:F no:43434},{name:yyy fname:dfff tag1:T no:46464},{name:bbbb fname:nnnn tag1:F no:76676},{name:trtr fname:ghgh tag1:T no:5666}]
and so on I am getting the all the display in the listview in eclipse android emulator but how do I change the color of my json value 'add'. In other words if the json value add:F then F should be shown in red in my listview else if the add:T then T should be shown in red.