결과화면
notiMgr.notify(0, notification); 오류 발생!!!
왜 오류가 나나 했더니 클래스 파일명이
중복되서 그러는 거였다..... ㅜㅜ
그러므로 클래스 파일명을 NotificationManagerActivity로 바꾸고 나서 해결.....
// NotificationManagerActivity.java
package com.example.hellow;
public class NotificationManagerActivity extends Activity implements View.OnClickListener {
|
// notification.xml
<?xml version="1.0" encoding="utf-8"?> <Button </LinearLayout> |
'2020년도 이전 > [WebSig] Android' 카테고리의 다른 글
WebViewDemoA2 - 웹 페이지 로딩 진행 상태 보여주기 (0) | 2013.08.21 |
---|---|
Dialog Demo - Dialog 연습 (0) | 2013.08.20 |
Custon Toast Demo - xml파일을 이용해서 토스트(toast) 모양 변경하기 (0) | 2013.08.19 |
Asset Demo - 안드로이드에서 txt 파일 읽어오기 (0) | 2013.08.19 |
Font Demo - 안드로이드 폰트 적용하기 (0) | 2013.08.19 |