I’m pondering upon implementing a WAP browser in J2ME. I gave it a quick try using the HttpConnection and the kXML2 library for parsing XML and “so far so good” but I really need some input upon the feasability of this project.
-
Should I try using the standard “Form” displayable and adding StringItems et cetera as necessary? That would probably get me a long way but I am afraid I will run into unforseen problems which gives me option 2)
-
Implement it as a Canvas, do everything myself and therby get more or less full control of all the elements.
Anyone got any inputs on potential pitfalls on any of the above methods?
I have tried using WebViewer (http://www.reqwireless.com/webviewer.html) which is a really amazing piece of software. I’m hoping to end up with something like that.