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
- detection
- Object Detection
- Machine Learning
- 라즈베리파이
- C언어
- 디버그모드
- Raspberry
- Video
- Deep Learning
- tensorflow
- 머신러닝
- tracking
- keras
- 정리
- 영상분석
- 지능형
- php
- 가상환경
- IMAGE
- 서버
- FLASK
- 안드로이드
- 데이터
- Linux
- Android
- 고급C
- RapidCheck
- sw
- MySQL
- Python
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