I have a question. I have an array of objects which I've added into an ArrayAdapter and the adapter in a listview. My listView is coloured in a color on odd positions and on even in another color. Now comes the tricky part. My object is composed of Strings id and name, String comments and a date. Can I colour the entries that have the id/name preset? For example, If i login and I want to see the listview, the entries where I appear (I already preserved the id with shared preferences) are coloured in another color than the other. From 5 entries, lets say, I appear in 3 of them, at random position. How to color the positions where I appear?
Thank you!