|
Project Information
|
This example demonstrates how to parse wikipedia through a J2ME client. Enter a search term and wait 2 seconds. The client will contact wikipedia, perform a search, and parse the resulting HTML. Click the title of a search result to view the wikipedia article. Wikipedia articles can be very large (>40,000) and parsing the content from the HTML is tough task for a mobile. Although, the application performs will on my E61, I suspect it will not perform as well on lower end devices. Not all elements of the articles are parsed. No, its not the prettiest application, but the source code is available for anyone to make enhancements. There is no limitation on article length so be mindful of memory concerns. You can watch demos here: http://www.worlddeveloper.org/files/3799/demo1.wmv http://www.worlddeveloper.org/custom/12/w!k!.html (flash) |