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
- 0x
- is_array
- Avr
- Post
- array
- Java
- Get
- 현재언어
- function
- C++
- 강좌
- application.mk
- solution
- PORTG
- mysql
- android studio
- php
- 단축키
- cocos2d-x
- 월별 카운트
- SQL
- 점점변하는값
- mathemetica
- 파일존재
- Join
- 하이퍼 터미널
- selectc
- Call
- halliday
- unalias
Archives
- Today
- Total
목록Android (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