How to download an html file in a BlackBerry application
I 开发者_C百科need to scrape information from a web page and put it into my application, but I can't figure out how to download the file into my application in the first place. Anyone have any ideas?
You can use my simple page scraping code. You'll also want to use Versatile Monkey's networking helper class to open the HTTP connection using the best path on a BlackBerry.
精彩评论