Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- PORTG
- 하이퍼 터미널
- Java
- function
- 월별 카운트
- SQL
- array
- Post
- Call
- Get
- mathemetica
- application.mk
- android studio
- cocos2d-x
- 강좌
- selectc
- mysql
- php
- 파일존재
- is_array
- halliday
- Avr
- 현재언어
- unalias
- Join
- 0x
- 점점변하는값
- solution
- 단축키
- C++
Archives
- Today
- Total
목록AlertDialog (1)
코딩도사의 코드정리
android AlertDialog 띄우기
AlertDialog.Builder alert_confirm = new AlertDialog.Builder(MyActivity.this); alert_confirm.setMessage("프로그램을 종료 하시겠습니까?").setCancelable(false).setPositiveButton("확인", new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int which) { // 'YES' } }).setNegativeButton("취소", new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface..
컴퓨터 이야기/JAVA
2015. 12. 15. 01:03