[android-developers] Re: Reading a large url

2009-06-23 Thread bsbi...@googlemail.com
Anyone got any ideas? On Jun 23, 8:07 am, "bsbi...@googlemail.com" wrote: > Hi, > > The example I posted is a cut down version. > > In the real example the inputstream is passed as a argument to the sax > parser. > > I just wanted to show that the > >  String line = buff.readLine(); >          

[android-developers] Re: Reading a large url

2009-06-23 Thread bsbi...@googlemail.com
Hi, The example I posted is a cut down version. In the real example the inputstream is passed as a argument to the sax parser. I just wanted to show that the String line = buff.readLine(); System.out.println(line); while (line != null) {

[android-developers] Re: Reading a large url

2009-06-22 Thread Marco Nelissen
On Mon, Jun 22, 2009 at 5:09 AM, bsbi...@googlemail.com < bsbi...@googlemail.com> wrote: > > Hello, > > I am reading the following URL to test a RSS parser. > > http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/uk/rss.xm > > When using the same code on a Android HTC phone the whole resource > can