try{
Connection.Response response = Jsoup.connect("http://http://tip.daum.net/question/84887348")
.method(Connection.Method.GET)
.execute();
Document test = response.parse();
Element e = test.select("div.txt_collect ").first();
String check = e.attr("value");
textView.setText(check);
} catch (IOException e){
e.printStackTrace();
}
뭐가 문젤까 ㅠ? 열심히 찾아보고 하는데 잘안되네..
풉 - dc App
괴이야 왜 url에 http 가 2번 들어가니
권한도 없고 스레드도 안돌렸을거같은 느낌