-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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);
}
}
Metadata
Metadata
Assignees
Labels
No labels