Re: [android-developers] Please, Can someone give me code examples that work with html code readed on Java?

2011-08-13 Thread TreKing
On Sat, Aug 13, 2011 at 11:14 AM, Pableras wrote: > How i can do it??? i can't find the code example that can do it on google. > Try "Java HTML Parser". That's what I did when I needed this and I found an assload of options. --

[android-developers] Please, Can someone give me code examples that work with html code readed on Java?

2011-08-13 Thread rich friedel
First you need to use a better club... like Real Madrid! haha j/k Seriously though you should probably head over to somewhere like StackOverflow and use the Java tag to ask your question as it is more of a generic Java question. -- You received this message because you are subscribed to the Go

[android-developers] Please, Can someone give me code examples that work with html code readed on Java?

2011-08-13 Thread Pableras
I know how to read the html code of a website, for example, the next java code reads all the html code from http://www.transfermarkt.co.uk/en/fc-barcelona/startseite/verein_131.html this is a website that shows all the football players of F.C. Barcelona. import java.io.BufferedReader; impo