[android-developers] Re: Java101 strings and ints

2010-10-29 Thread acr
i got it, thanks, I think this may be what i'm looking for On Oct 29, 12:45 pm, Sebastián Treu wrote: > On Fri, Oct 29, 2010 at 1:44 PM, Sebastián Treu > > wrote: > > How about a boolean matrix? > > Sry, I meant int matrix (i came from C). > > -- > If you want freedom, compile the source. > > Se

Re: [android-developers] Re: Java101 strings and ints

2010-10-29 Thread Sebastián Treu
On Fri, Oct 29, 2010 at 1:44 PM, Sebastián Treu wrote: > How about a boolean matrix? Sry, I meant int matrix (i came from C). -- If you want freedom, compile the source. Sebastián Treu http://labombiya.com.ar -- You received this message because you are subscribed to the Google Groups "And

Re: [android-developers] Re: Java101 strings and ints

2010-10-29 Thread Sebastián Treu
How about a boolean matrix? On Fri, Oct 29, 2010 at 1:39 PM, acr wrote: > thanks, I do understand, but I love to hate the pain.. Im rocking and > rolling here, but there are some things I run into that I know more > experience will fix.. but that's how I learn, I just hit a bump. > > On Oct 29, 1

[android-developers] Re: Java101 strings and ints

2010-10-29 Thread acr
thanks, I do understand, but I love to hate the pain.. Im rocking and rolling here, but there are some things I run into that I know more experience will fix.. but that's how I learn, I just hit a bump. On Oct 29, 12:20 pm, DanH wrote: > It should be pointed out that this is a basic Java question

[android-developers] Re: Java101 strings and ints

2010-10-29 Thread acr
Thanks for the reply, I am trying to avoid writing the following over and over when the only thing that is going to change is the grap.getCol==1 and the 1 in the name of the int g1m0 I am looping through a list of graphics that are coming from multiple graphic arrays(7 total each representing its

[android-developers] Re: Java101 strings and ints

2010-10-29 Thread DanH
It should be pointed out that this is a basic Java question, not an Android question. And more to the point it's a basic programming question. You'd be far better off learning more about programming on a desktop system before digging into the ugliness that is Android (or any other phone platform)