2012년 9월 5일 수요일
패턴 코드) Android Notification Bar creation.
노티 피케이션바 사용법
String ns = Context.NOTIFICATION_SERVICE;
NotificationManager mNotificationManager = (NotificationManager)getSystemService(ns);
서비스 받아 온다.
mNotificationManager.cancel(id);
원래 있던 애는 캔슬 <이게 캔슬하는 API>
요 부분이
Intent intent = new Intent(getApplicationContext(), HelloWorld.class);
intent.putExtra(IS_FROM_NOTIFICATION_BAR, true);
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
PendingIntent pendingIntent = PendingIntent.getActivity(getApplicationContext(), 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
Notification notification = new Notification(getApplicationContext(), R.drawable.sys, getApplicationContext().getResources()
.getString(R.string.download_completed), System.currentTimeMillis(), getApplicationContext().getResources().getString(
R.string.download_completed), "HelloWorld", intent);
notification.contentView = new RemoteViews(getApplicationContext().getPackageName(), R.layout.download_completed);
notification.flags = Notification.FLAG_AUTO_CANCEL;
notification.contentIntent = pendingIntent;
mNotificationManager.notify(PRGS_NUM+(int)9999, notification);
만들어서 쏘는 것 까지
이 패턴만 여러번 봐서 익히면 노티바는 무척 쉽다.
코드도 역시 패턴.
이 패턴이 그 패턴은 아니지만.
피드 구독하기:
댓글 (Atom)
UPBIT is a South Korean company, and people died of suicide cause of coin investment.
UPBIT is a South Korean company, and people died of suicide cause of coin. The company helps the people who control the market price manipu...
-
연휴 마지막날 아침... 산책을 하다 한장 찍어보았다. 인생도 마찬가지로 길의 끝을 모른체 선택을 해야하는 경우가 발생한다. 나중에 그 기준이 바뀔수도 있지만. 지금 기준은 많은 사람이 함께 갈 수 있는 길을 선택하고 싶다.
-
울 하솔이 태어난지 16일째.. 몸무게 1640g.. 먹는 맘마양 30g.. 여전이 feeding tube유지중~ 울 하솔이의 활발했던 모습이 계속 아른거리네. 거기 울 하솔이 봐주시던 간호사쌤이 하는말 들었지?! 코는 엄마 닮은지 알았지만...
-
□ native modifier 는 자바가 아닌 다른 언어로 작성된 코드를 자바에서 사용하기 위한 것 □ transient modifier 는 객체가 직렬 화되는 과정에서 해당 필드가 저장되지 않아야 한다는 것을 알리기 위해 사용 ...
댓글 없음:
댓글 쓰기
국정원의 댓글 공작을 지탄합니다.