Pull-to-refresh
https://github.com/chrisbanes/Android-PullToRefresh
SlidingMenu
https://github.com/jfeinstein10/SlidingMenu
ImageLoader Cache
https://github.com/wuman/AndroidImageLoader
ImageLoader imageLoader = ImageLoader.get(context)
----------
imageViewBinder binder = new ImageViewBinder(mImageLoader);
binder.bind(imageView, url);
HttpResponseCache
https://github.com/candrews/HttpResponseCache
Json-to-Object
https://code.google.com/p/google-gson/
Application Crash Report for Android
앱 크래시 정보를 특정서버로 전송해주는 라이브러리
http://acra.ch/
Acra분석해주는 서버
https://www.bugsense.com
해당 라이브러리가 포함되어 있는 부트스트랩
http://www.androidbootstrap.com/
다양한 기본앱들의 소스 모음
http://source.android.com/source/downloading.html
|
http://www.androidviews.net/