0

I tried use Volley to get html.But if the web page is Dynamic,it did not work.I heard HtmlUnit will be helpful. But I can not use HtmlUnit in Android. so ,how to get the Dynamic page's html in Android?

TIMFUNNY
  • 363
  • 4
  • 9
  • 26

2 Answers2

0

Take a look at cURL for Android

user1438150
  • 165
  • 1
  • 12
0

I don't know what do you mean by "dynamic ".If you want the webview can execute JavaScript,just call setJavaScriptEnabled().You can even execute JavaScript by calling loadUrl().

wngxao
  • 72
  • 5