how to program a web browser in java blackberry

212 views Asked by At

I need to know how to program a web browser in java blackberry; I don't know how start with this; maybe can start by put one panel but I don't know what else do.

1

There are 1 answers

0
James Black On

Depending on how much of HTML/CSS and javascript you want to support, a good starting point is just to do html.

So, you can use kxml (http://www.devx.com/xml/Article/11773) in relaxed mode to parse html, then, as it is parsed you will need to layout the webpage.

I haven't used it in any fashion but the BB webkit components in this bundle may be helpful: http://us.blackberry.com/apps-software/blackberry6/browser_open_source_components.jsp