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
- 앱 이름 변경
- 안드로이드
- Parametric Search
- 이분 탐색
- KMP
- 앱
- lower_bound
- AlertDialog
- 안드로이드 스튜디오
- 한글 깨짐
- Kosaraju's algorithm
- scc
- c언어
- upper_bound
- 어플
- 계산기
- 알고리즘
- BFS
- C++
- 최단경로
Archives
- Today
- Total
목록AlertDialog (1)
소시지
다음 사진과 같이 리스트를 만들어 화면에 띄우는 것을 AlertDialog라고 합니다. XML파일은 버튼만 만들면 되기 때문에 간단합니다. 123456789101112131415161718192021 Colored by Color Scriptercs 이제 Button의 OnClickListemer을 만듭니다.OnClickListener안에는 다음과 같은 내용을 넣습니다.12345678910111213141516171819202122232425262728293031323334353637package com.example.geon6.a170122_alertdialog; import android.content.DialogInterface;import android.support.v7.app.AlertDial..
Android
2017. 2. 20. 23:11