Header Sep
Java Tips, Tricks & Code
我的评分 用户评价
登录票选本页
November 2003
Collecting News Headlines over the Internet

[Back]


This application collects news headlines over the internet and displays them in a list. This uses a separate thread to collect the headlines and perform the Internet IO operation and it ensures that only one network connection is executed at a time. The news format is a straightforward text format that is collected from a web server on the Internet using the HTTP protocol.

Download News example code>>

 

 
我的评分 用户评价
登录票选本页