André wrote: > Thanks both of you! > > Sorry but I am still quite new to android. When I try this eclipse > doesn't like "process" in the while loop, I have never used this > before so I'm not sure how that works. Nice red line under it. > Any suggestions?
The process() in that sample is a placeholder for you to put in your code that deals with the line of text. FWIW, I recommend learning Java outside of Android first, as Android is just unusual enough that it makes learning both Java and the Android APIs a bit of a challenge. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.3 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

