How can I make use of specific information contained in a website?
Right now, I’m getting the InputStream of the whole website. Then, trying to extract the useful information with RegEx.
Now I was told RegEx is really bad to extract from HTML.
What else is there with Android?
How can I use and extract specific parts of a website?
I recommend you to use JSoup library.