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 |
Tags
- JSP
- Spring
- 어노테이션
- JavaScript
- 에러페이지
- HTML
- 전화걸기
- 생성자
- 메서드
- 이클립스
- Menu
- 메소드
- mybatis
- layout
- oracle
- OGNL
- 기본
- 안드로이드
- struts2
- Java
- 국제화
- 클래스
- Eclips
- Graphic
- Android
- 배열
- 예외처리
- paint
- 오버로딩
- AWT
Archives
- Today
- Total
목록Message (1)
note
Message 팝업창 띄우기 경고창,토스트 표시,Progress Dialog
일반적으로 Toast(토스트) 메세지는 꼭 볼 필요 없는 메세지를 전달할때 사용하고 Alert (경고창)은 무조건 보여주어야 하는 메세지를 전달할때 사용한다 Progress Dialog는 어떠한 데이터를 가지고 오는데 사용 package com.commonsware.android.messages; import android.app.Activity; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.DialogInterface; import android.os.Bundle; import android.view.View; import android.widget.Button; import androi..
Android/기본
2012. 1. 11. 15:30