• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    sax parsing with cdata

    Hi, I am trying to use an sax parser to parse an xml file, however I am not able to get any of the text from a cdata tag. How would I convert whatever is in the cdata into text, it seems that Android skips the cdata?
  2. A

    Getting text from website and loading it into an app

    Hi, so I wanted to make an app for a website. I decided that I should start off with learning how to read from a website that is all html based and completely static. I want to be able to strip off certain parts of the static page and be able to load them in any area of the android app screen...