Skip to content Skip to sidebar Skip to footer

Android: Fill Form Data And Extract Html

I have a very simple problem: Using java (and android) I am trying to go to a certain website (URL given), fill in form fields, login (i.e. clicking a button) and then extract the

Solution 1:

do check HTML class

Html.fromHtml("<ahref=http://saurabh-nigam.blogspot.com/>myblogt</a>")

And also this post 'html parsers for android' links some parsers

Post a Comment for "Android: Fill Form Data And Extract Html"