Skip to content Skip to sidebar Skip to footer

Getting Table Row Text From Url

I'm using Jsoup to extract text from table cells. But I get null error. I would like to get the text inside

of each . How would I do that? Document doc = Jsoup.

Solution 1:

Tested your code in a simple java project too --> works

  1. Does your url start with http://?
  2. Do you run your code in an AsyncTask?
  3. Does your android block internet access?
  4. Please post a stacktrace or some more information about the exception

Solution 2:


Post a Comment for "Getting Table Row Text From Url"