How to write your own Android browser without reinventing the wheel?

I really don't want to write the entire browser from scratch, but the answers I have received so far regarding the ability to access the provided Javascript OUTPUT in an existing WebView make me believe that this is the only way for me to accomplish this.

How do I write my own UNVISUAL Android web browser without reinventing the wheel?

+3
source share
2 answers

Never developing for Android, I'm afraid that I will have limited help, so take this with salt.

I see three options: the hard way to write from scratch (reinvent the wheel)

, , , :

  • DOM Parser
  • JavaScript- (, V8)
  • Wget

- NVDA. - .

NVDA, , , , .

+1

- Android, ?

Windows, Jaws, , .

0

All Articles