IT_Programming 1309

[펌] Understand Android Activity's launchMode: standard, singleTop, singleTask and singleInstance

출처 : https://inthecheesefactory.com/blog/understand-android-activity-launchmode/en : https://danielworld.github.io/ Activity is one of the most brilliant concept on Android from its well-design architecture on memory management which lets Multitasking works perfectly on this most popular mobile operating system. Anyway, Activity is not just to be launched on the screen. Th..

[펌_안드로이드 스튜디오] 어플리케이션 서명(signing) 및 배포, 그리고 debug용 keystore 만들기

[출처] : http://warmz.tistory.com/945 : http://mydevspace.blogspot.kr/2015/03/debugsign-key.html Publishing에 대한 참고 자료:: http://developer.android.com/tools/publishing/publishing_overview.html Android App을 만든 후 apk를 생성하여 배포할 때, apk에는 반드시 서명 작업(signing)이 되어 있어야한다. 그렇지 않으면 해당 apk는 절대..