본문 바로가기
[android] Opensource Libraries 모음 안드로이드 open source library 모음 open source library 를 잘 가져다 쓰면 개발속도를 획기적으로 올릴 수 있다.인기있는 android open source library 들을 소개해본다. Sliding Menu Foursqure 를 비롯한 약 10여개의 유명한 android app 에서 사용한다.code 와 xml 모두 설정이 가능하며, 다양한 옵션을 제공한다.ActionBarSherlock ( 소위 ABS ) 와 연동되어 있다. sample demohttp://www.youtube.com/watch?v=8vNaANLHw-c&feature=youtu.be repositoryhttps://github.com/jfeinstein10/SlidingMenu PullToRefres.. 2013. 7. 25.
[android] HttpResponseCache library 안드로이드, HttpResponseCache Open Source Library 참조 : https://developer.android.com/reference/android/net/http/HttpResponseCache.html ICS 부터 지원하는 녀석.HTTP 와 HTTPS response 를 filesystem 에 cache 하여 시간과 bandwidth 를 절약한다. HttpURLConnection 과 HttpsURLConnection 을 지원하고, DefaultHttpClient 또는 AndroidHttpClient 는 지원하지 않는다. Cache 설치하기 다음 코드는 10메가 Cache 를 만든다. protected void onCreate(Bundle savedInstanceState) .. 2013. 7. 20.
[android] jsoup library [android] jsoup library http://jsoup.org/ DOM, CSS, jquery 같은 함수들을 제공하여 HTML 을 제어할 수 있게 하는 open source library. * HTML 을 URL, file, string 으로부터 가져와 parsing 할 수 있다. * DOM traversal 이나 CSS Selector 를 이용하여 data 를 찾을 수 있다. * HTML element, attribute, text 등을 조작 가능하다. * HTML validating 에도 쓰일 수 있다. * Comment 등을 통한 cross-site scripting ( XSS ) 를 방지할 수 있다. android jsoup, android library, android open sou.. 2013. 7. 13.
반응형