[android-developers] Re: Subclass of ArrayAdapter not working

2009-11-04 Thread jax
Thanks it worked, I changed it to if(!item.contains(100%)) { tv.setTextColor(Color.RED); } else { tv.setTextColor(Color.BLACK); } but I still don't understand why... Do you know any

Re: [android-developers] Re: Subclass of ArrayAdapter not working

2009-11-04 Thread Mark Murphy
jax wrote: Thanks it worked, I changed it to if(!item.contains(100%)) { tv.setTextColor(Color.RED); } else { tv.setTextColor(Color.BLACK); } but I still don't understand why...

[android-developers] Re: Subclass of ArrayAdapter not working

2009-11-04 Thread jax
Thanks, I will check it out On Nov 4, 9:19 pm, Mark Murphy mmur...@commonsware.com wrote: jax wrote: Thanks it worked, I changed it to                 if(!item.contains(100%)) {                    tv.setTextColor(Color.RED);                 }                 else {                

[android-developers] Re: Subclass of ArrayAdapter not working

2009-11-04 Thread jax
Actually Mark I went to buy your book on Amazon the other day and it is $417.24 ...??? The Busy Coder's Guide to Android Development by Mark L. Murphy (Paperback - Feb 6, 2009) 1 new from $417.24. What is with that? Is there another way to buy it? I am not in the US. On Nov 4, 10:53 pm,

Re: [android-developers] Re: Subclass of ArrayAdapter not working

2009-11-04 Thread Mark Murphy
jax wrote: Actually Mark I went to buy your book on Amazon the other day and it is $417.24 ...??? The Busy Coder's Guide to Android Development by Mark L. Murphy (Paperback - Feb 6, 2009) 1 new from $417.24. What is with that? Is there another way to buy it? I am not in the US. _The