IT_Programming/Android_Java 347

[펌] 안드로이드 앱이 동작하는 폼 팩터(Form Factor) 확인 방법

* 출처 : http://sjava.net/2019/01/안드로이드-앱이-동작하는-폼-팩터-확인-방법/ 폼 팩터(Form Factor)의 정의를 위키피디아에서 살펴보면 아래와 같다. 컴퓨터 시스템의 각 부품의 물리적 치수의 형태를 의미한다. 즉, 소프트웨어가 동작하는 기기의 형태를 말하는 것이다. 안드로이드 적용범위가 ..

[펌] Android FCM Data와 Notification / [Android] FCM Background Push 이슈 대응 방법

* 출처 : https://medium.com/harrythegreat/android-fcm-data와-notification-36a5285cfae5 : https://layers7.tistory.com/46 Android FCM Data와 NotificationData Message와 Notificiation Message의 차이 들어가기에 앞서처음 Document를 읽고 테스트를 해보았을때는 잘 동작을 했습니다 하지만 Data를 처리해야할 일이 생길때부터 혼돈이 ..

[펌][android]WebView history stack & back / Android WebView Back & Forward 버튼으로 도달할 URL 확인

* 출처 : https://aggapple.tistory.com/14 : https://lovemewithoutall.github.io/it/android-webview-history/ : https://kutar37.tistory.com/entry/Android-webView-뒤로가기-제어 [android]WebView history stack & back WebView 사용 시 history가 누적되었을 경우, Back을 눌렀을 때 WebView가 띄워진 Activity를 바로 종료하지 않고 WebView의 첫 화면으..