[android-developers] Hello Everyone---a Quick question please

2012-04-14 Thread Soyer
Hello everybody, i am trying to split a line to a set of strings, and i am using the following bunch of code: str = hello welcome to your application text= X, A String t1[]=str.split( ); String t2[]=text.split( ); the problem is

Re: [android-developers] Hello Everyone---a Quick question please

2012-04-14 Thread Justin Anderson
This isn't an android question... This is more of a really beginner java question. That being said, what are you doing to print out the strings? http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html#split%28java.lang.String%29 Thanks, Justin Anderson MagouyaWare Developer