Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Python
- Object Detection
- Linux
- tracking
- C언어
- 데이터
- sw
- 안드로이드
- RapidCheck
- 가상환경
- 고급C
- 서버
- tensorflow
- Android
- php
- detection
- Machine Learning
- IMAGE
- 머신러닝
- Video
- keras
- 지능형
- Raspberry
- 라즈베리파이
- 정리
- 영상분석
- 디버그모드
- FLASK
- Deep Learning
- MySQL
Archives
- Today
- Total
목록pendingintent (1)
건프의 소소한 개발이야기
[안드로이드] Android Notification 구현하기
안녕하세요, 건프입니다. 이번엔 안드로이드에서 Notification 을 관리하는 모듈 중 하나를 나름대로 구성해보았습니다. 일단 안드로이드의 노티피케이션을 등록하기 위한 과정을 볼께요 private void inside_sendNotification(String title, String message, int type){ Intent intent = new Intent(mContext, SplashActivity.class); intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0 /* Request code */, intent, PendingInte..
개발 이야기/안드로이드 이야기
2016. 4. 17. 13:17