[android-developers] Re: read text from file

2010-02-17 Thread André
Hi Barna, how do I call readLine more times in a nice way? André On Feb 17, 11:21 pm, Csenteri Barna br...@mini-box.com wrote: Did You tried to call readLine more times till You get end of file exception? As far as I remember from my Java experience readLine is intended to read only 1 line

Re: [android-developers] Re: read text from file

2010-02-17 Thread Csenteri Barna
Check Mark's example - it's a good one. Hi Barna, how do I call readLine more times in a nice way? André On Feb 17, 11:21 pm, Csenteri Barna br...@mini-box.com wrote: Did You tried to call readLine more times till You get end of file exception? As far as I remember from my Java experience

[android-developers] Re: read text from file

2010-02-17 Thread André
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? André On Feb 17, 11:26 pm, Csenteri Barna br...@mini-box.com

Re: [android-developers] Re: read text from file

2010-02-17 Thread Mark Murphy
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