안드로이드의 Touch Event 디스패치 단계

http://blog.naver.com/iwillhackyou/110106725477



GestureDetector 정복하기

http://luciferx2.blogspot.kr/2010/12/gesturedetector.html


Making Sense of Multitouch

http://202psj.tistory.com/257

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

viewpager  (0) 2014.09.22
image cropper  (0) 2014.09.22
widget(앱위젯)개발  (0) 2014.04.24
HTTP 클라이언트 라이브러리  (0) 2014.02.21
HttpURLConnection using POST  (0) 2014.01.10

http://laaptu.wordpress.com/2013/07/24/populate-appwidget-listview-with-remote-datadata-from-web/


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

image cropper  (0) 2014.09.22
Touch & Gesture  (0) 2014.09.05
HTTP 클라이언트 라이브러리  (0) 2014.02.21
HttpURLConnection using POST  (0) 2014.01.10
[android] facebook 연동  (0) 2013.11.21



http://helloworld.naver.com/helloworld/377316


http://blog.bsidesoft.com/?p=306





http://helloworld.naver.com/helloworld/377316





[라이브러리]


1. Android Asynchronous Http Client

http://loopj.com/android-async-http/

doc : http://loopj.com/android-async-http/doc/

관련글    http://edoli.tistory.com/91



https://code.google.com/p/httpclientandroidlib/



2. Volley

https://gist.github.com/benelog/5981448

http://helloworld.naver.com/helloworld/1258547

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

Touch & Gesture  (0) 2014.09.05
widget(앱위젯)개발  (0) 2014.04.24
HttpURLConnection using POST  (0) 2014.01.10
[android] facebook 연동  (0) 2013.11.21
pdf viewer 개발 관련  (0) 2013.09.30

참고

http://rahxephon.tistory.com/895


http://everlikemorning.tistory.com/47


http://stackoverflow.com/questions/9767952/how-to-add-parameters-to-httpurlconnection-using-post

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

widget(앱위젯)개발  (0) 2014.04.24
HTTP 클라이언트 라이브러리  (0) 2014.02.21
[android] facebook 연동  (0) 2013.11.21
pdf viewer 개발 관련  (0) 2013.09.30
custom dialog  (0) 2013.08.08


https://developers.facebook.com/docs/android/getting-started/facebook-sdk-for-android/kr/


http://www.androidpub.com/2548903



http://jeehun.egloos.com/category/Android

http://jeehun.egloos.com/3998472



http://ralf79.tistory.com/332



공유하기 http://shary1012.tistory.com/78




적용방법

http://blog.naver.com/PostView.nhn?blogId=ovter&logNo=197770070

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

HTTP 클라이언트 라이브러리  (0) 2014.02.21
HttpURLConnection using POST  (0) 2014.01.10
pdf viewer 개발 관련  (0) 2013.09.30
custom dialog  (0) 2013.08.08
당겨서 업데이트  (0) 2013.07.18

http://www.buzzingandroid.com/2013/04/pdf-reader-from-url-hybrid-approach/


https://github.com/jblough/Android-Pdf-Viewer-Library



http://blog.naver.com/PostView.nhn?blogId=sealriel&logNo=10146959193




http://androiddeveloperspot.blogspot.kr/2013/05/android-pdf-reader-open-source-code.html



NDK 연동하기

http://mauver.kr/wp/archives/83

http://kuss.pe.kr/android-sdk-ndk-%EC%84%B8%ED%8C%85-%EB%B0%A9%EB%B2%95/



유료 pdf lib

http://www.androidpdf.mobi/


http://www.qoppa.com/android/pdfsdk/download/



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

HttpURLConnection using POST  (0) 2014.01.10
[android] facebook 연동  (0) 2013.11.21
custom dialog  (0) 2013.08.08
당겨서 업데이트  (0) 2013.07.18
Google Analytics SDK for Android v2  (0) 2013.06.28

[참고]

http://h2110.tistory.com/37


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

[android] facebook 연동  (0) 2013.11.21
pdf viewer 개발 관련  (0) 2013.09.30
당겨서 업데이트  (0) 2013.07.18
Google Analytics SDK for Android v2  (0) 2013.06.28
android PUSH 알림(GCM)  (0) 2013.06.20



https://github.com/chrisbanes/Android-PullToRefresh

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

pdf viewer 개발 관련  (0) 2013.09.30
custom dialog  (0) 2013.08.08
Google Analytics SDK for Android v2  (0) 2013.06.28
android PUSH 알림(GCM)  (0) 2013.06.20
[AsyncTask] AsyncTask 예제  (0) 2013.05.24

https://developers.google.com/analytics/devguides/collection/android/v2/?hl=ko-KR#tracking-methods




http://blog.naver.com/PostView.nhn?blogId=dong277&logNo=130143802393

http://www.xatik.com/2012/03/27/how-to-use-google-analytics-in-android-applications/

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

custom dialog  (0) 2013.08.08
당겨서 업데이트  (0) 2013.07.18
android PUSH 알림(GCM)  (0) 2013.06.20
[AsyncTask] AsyncTask 예제  (0) 2013.05.24
[Fragment] Android 개발시 Fragment 를 이용해서 화면 구성하기  (0) 2013.05.24


[참고]


Getting Started on Android

http://developer.android.com/intl/ko/google/gcm/gs.html





[Google Play Service 를 이용한 GCM]


GCM 샘플

https://github.com/google/gcm/tree/master/gcm-client


Node.js로 푸시서비스 구현하기 2. 안드로이드(android) 푸시서버 구현하기(Google Play Service를 이용한 GCM)

http://blog.saltfactory.net/216


GCM 클라이언트 만들기

http://susemi99.kr/1012


Android Push Notifications using Google Cloud Messaging(GCM), PHP and MySQL

http://www.androidhive.info/2012/10/android-push-notifications-using-google-cloud-messaging-gcm-php-and-mysql/





GCM 사용하기 2 (단말에 GCM 구현하기)

http://blog.daum.net/mailss/31


Android GCM 활용해서 푸시 메세지 전송기

http://www.mimul.com/pebble/default/2012/09/01/1346492216891.html


안드로이드 푸시 알림 서비스 사용방법(GCM) 

http://arrkaize86.tistory.com/entry/안드로이드-안드로이드-푸시-알림-서비스-사용방법GCM




[카카오톡처럼 푸쉬알림받는법]

http://www.androidside.com/bbs/board.php?bo_table=B49&wr_id=86118&sfl=wr_subject%7C%7Cwr_content%2C1&stx=gcm++gcm+message&sop=or



[다이얼로그 띄우기]

http://androidmyway.wordpress.com/tag/push-notification-in-android/

http://blog.daum.net/kwh4865/13153830

http://stackoverflow.com/questions/13036981/alertdialog-after-gcm-message-shows-up-every-time-the-app-is-opened



large icon

http://blog.andromo.com/2012/tutorial-using-airbop-to-send-images-in-the-message-payload/




+ Recent posts