본문 바로가기
IT/ETC

Android 개발을 위한 주제별 팁 (Topic tips for Android development)

by halizy 2018. 7. 21.

Intent

http://android-developers.blogspot.kr/2009/01/can-i-use-this-intent.html

http://huewu.blog.me/110084219878

http://huewu.blog.me/110084228131

sticty intent : http://huewu.blog.me/110116293622 : 네트워크 연결 상황을 전달 받는 형태로 사용됨.

Intent Filter를 통한 인터넷 브라우저와 앱 연동 : http://huewu.blog.me/110119918501


Handler

handler과 Looper : http://huewu.blog.me/110115454542 

Messenger Service : http://huewu.blog.me/110116293622

onDestroy와 Handler : http://sidohebayo.tistory.com/27 (Handler의 메모리 잔존문제)

안드로이드의 thread : http://tigerwoods.tistory.com/26 (UI thread를 다루는 법에 대한 article)

thread와 안드로이드의 thread : http://cafe.daum.net/superdroid/aAfL/98?docid=1MWA2aAfL9820110704111711 

(thread부터 안드로이드의 handler, handlerthread가 그림으로 잘나와있음. 이거 하나면 message, looper, handler, handlerthread의 이해가 쉬워짐)

HandlerThread : 자체 Lopper를 가지고 있는 thread


테스팅

Testing and Instrumentation : http://huewu.blog.me/110089444708

Testing In Eclipse, with ADT : http://huewu.blog.me/110089553657

Testing in Other IDEs : http://huewu.blog.me/110089690940

Hello, Testing : http://huewu.blog.me/110089690999

Activity, Testing #1 http://huewu.blog.me/110089695301

Activity, Testing #2 http://huewu.blog.me/110089769967


안드로이드 보안

크래커로부터 보호하는 방법 : http://huewu.blog.me/110093424752

Proguard : http://huewu.blog.me/110095467968

proguard with eclipse : http://huewu.blog.me/110099143870

Android and Security : http://huewu.blog.me/110130711671

Android Security Overview : http://huewu.blog.me/110130885939

Android System and Kernel Level Security : http://huewu.blog.me/110131139966

Android Application Security -1 http://huewu.blog.me/110131474330

Android Application Security -2 http://huewu.blog.me/110131759400

루팅여부 확인 코드 http://www.androidpub.com/1867641


네트워크 개발 가이드

HttpClient http://huewu.blog.me/110120238610

베터리절약 네트워크 앱 개발 1 http://huewu.blog.me/110150046116

베터리절약 네트워크 앱 개발 2 http://huewu.blog.me/110151107647

베터리절약 네트워크 앱 개발 3 http://huewu.blog.me/110151893489


개발 시 참고 유틸

메모리 추적기 : Allocation Tracker

http://huewu.blog.me/110082424176

CodePro Analytix

http://huewu.blog.me/110118172113


안드로이드 시스템 이해

안드로이드 Context 이야기 : http://huewu.blog.me/110085457720?Redirect=Log&from=postView

안드로이드의 멀티태스킹 : http://huewu.blog.me/110085391353

안드로이드 Back & Home 그리고 종료 버튼 : http://huewu.blog.me/110081563020

안드로이드 어플리케이션 Process를 정말로 죽이는 방법 : http://huewu.blog.me/110082677696


GCM Push

Android GCM 활용해서 푸시 메세지 전송기 : http://www.mimul.com/pebble/default/2012/09/01/1346492216891.html

GCM에 대해 알아본다. : http://aroundck.tistory.com/787

GCM Framework에 대해 알아본다. : http://aroundck.tistory.com/788

GCM 앱 개발하기 : http://aroundck.tistory.com/789

GCM 서버 개발하기 : http://aroundck.tistory.com/790

Google Cloud Messaging for Android : http://developer.android.com/google/gcm/index.html



댓글