html5 정리

카테고리 없음 2015. 11. 22. 23:19

<h1 style="">text sample</h1>



"" = ex) color:red; font-size:10px


1. color


2. font-size


3. font-awesome


4. font-family


5. background-color


6. text-align


Posted by jaegwan.kim
,




Button bt1 = (Button) findViewById(R.id.bt1);


        bt1.setOnClickListener(new OnClickListener() {

            public void onClick(View arg0) {

                // 실행 AsyncTask!

                new Title().execute();

            }

        });

    }


 protected Void doInBackground(Void... params) {

            try {



                Document doc = Jsoup.connect(url).get();


                Element uvnum = doc.select("td").first();


                desc = uvnum.text();





            }

            catch(IOException e) {

               // Toast.makeText(getApplicationContext(), "[인터넷 연결을 확인해주세요.]", Toast.LENGTH_LONG).show();


               e.printStackTrace();

            }



jsoup 라이브러리가 제리코파서보다 더 쉽고 간편하다



--------------------

 jsoup-1.7.2.jar

--------------------


'programming > 안드로이드' 카테고리의 다른 글

안드로이드 앱 출시 실패담  (0) 2016.08.25
안드로이드 프로그래밍 정복 4판  (0) 2016.02.25
Posted by jaegwan.kim
,

ogog

OGOG 2015. 8. 29. 22:47

http://ogog.tistory.com/


'OGOG' 카테고리의 다른 글

오타쿠,씹덕새끼들 대가리 터트려야됨  (0) 2016.08.28
비문증 생긴지 3개월째  (0) 2016.04.26
Posted by jaegwan.kim
,