Reputation: 87
i know this question might sound silly but is there a way to extract text from HTML textbox using j2me
.
Upvotes: 2
Views: 123
Reputation: 826
You can use a Java HTML DOM Parser library. I Recommend jsoup: Java HTML Parser.
Download the Library file from here. Documentation is located here.
Upvotes: 1