728x90
반응형

ALL 601

스크랩)안드로이드 공부 로드맵

키워드 안드로이드 개발자로 정했다. 그렇다면 관련 키워드는 어디에서 나올까? GoogleIO : 매년 구글의 기술을 설명하는 컨퍼런스 Android Dev Summit : 개발에 관해 집중적으로 발표하는 컨퍼런스 위의 컨퍼런스들을 통해 새로운 키워드들이 등장한다. 뒤늦게 대세가 된 후 접하기 보단 더 빠르게 기술에 대해 인지할 수 있다. Android Developers Youtube : 컨퍼런스 발표 동영상이 올라와 있다. https://www.youtube.com/user/androiddevelopers/videos Android Developers Welcome to the official Android Developers YouTube channel. Get the latest Android ne..

개인 공부 2020.09.22

FCM 푸시 헤드업 알림 안뜨는 경우 ( 포어그라운드 상태 )

// foreground 상태에서 해드업 알림 private void sendNotification2(String title, String body, Intent intent) { NotificationManager notificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); String NOTIFICATION_CHANNEL_ID = "fore001"; if (intent == null) intent = Intent.makeRestartActivityTask(new ComponentName(this, SplashActivity.class)); PendingIntent pendingIntent = Pen..

Android 2020.09.03
728x90
반응형