We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I don't get anything back. No mistakes either, why?
public class MainActivity extends AppCompatActivity { public TextView textView; WebScraper webScraper; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); textView = findViewById(R.id.text); textView.setText("ну почему"); webScraper = new WebScraper(this); webScraper.setUserAgentToDesktop(true); webScraper.loadURL("https://www.github.com/"); String html = webScraper.getHtml(); textView.setText(html); } }
The text was updated successfully, but these errors were encountered:
please provide complete code
Sorry, something went wrong.
No branches or pull requests
Hi, I don't get anything back. No mistakes either, why?
The text was updated successfully, but these errors were encountered: