정보의 공유 사회

Kotlin

[android : kotlin] 코틀린 스위치(Switch) 버튼 과 토글버튼(toggleButton) 사용방법 및 예제 -OnCheckedChangeListener()

스위치(Switch) 버튼과 토글버튼(toggleButton) 사용 방법에 대해 알아보자. 두개의 버튼은 동일한 기능을 수행하는 버튼이다. 대부분 앱에서는 앱의 설정기능을 사용자에게 제공할때 주로 사용되고 있다. 스위치(Switch) 버튼과 토글버튼(toggleButton)은...
Android

[Google Play 개발자 콘솔] 앱이 “업데이트 처리 중” 상태에서 멈춘 것 같아요

[Google Play 개발자 콘솔] 앱이 “업데이트 처리 중” 상태에서 머물러있네요 평소에 20분이면 마켓에 올라갔는데요. 일주일 전 부터 갑자기 이상해졌네요 3일이 지나도 “업데이트 처리 중”……. 저만 그런가요??   설마 11월부터 TargetSDK 28로 업데이트 하지않으면 마켓에...
Android

[백그라운드 서비스]Bad notification for startForeground: [java.lang.RuntimeException: invalid channel for service notification

android.app.RemoteServiceException: Bad notification for startForeground: java.lang.RuntimeException: invalid channel for service notification: Notification(channel=null pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x40 color=0x00000000 backgroundColor=0x00000000 vis=PRIVATE) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1745) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:193) at android.app.ActivityThread.main(ActivityThread.java:6853) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:860) 2019-10-31 20:02:36.128 18834-18834/ E/UncaughtException: android.app.RemoteServiceException: Bad notification for startForeground: java.lang.RuntimeException: invalid channel for service notification: Notification(channel=null pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x40 color=0x00000000 backgroundColor=0x00000000 vis=PRIVATE) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1745) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:193) at android.app.ActivityThread.main(ActivityThread.java:6853) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:860) [원인 코드] @Override public void...
error: Content is protected !!