Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Android
- 안드로이드 푸시
- android 효과음
- UML
- 설치
- roundcube
- curl
- 자동 생성
- xe
- Mail Server
- 폼메일
- 안드로이드 푸쉬
- WebView
- C# IO
- 안드로이드 gcm
- php 시큐어코딩
- dovecot
- soundpool
- php 취약점
- 안드로이드
- FCM
- html5
- PHP
- 우분투
- chart.js
- javascript
- C#
- mysql
- not working
- 자바스크립트
Archives
- Today
- Total
목록갤러리 imageview (1)
그러냐
안드로이드 Gallery 에서 imageview 이미지뷰로 뿌리기
본 Gallery를 열어 Image를 선택해 올 버튼 하나와 선택한 Image를 보여줄 ImageView를 배치 버튼 클릭 시 기본 Gallery로 이동 public class gallery1 extends Activity { final int REQ_CODE_SELECT_IMAGE=100; public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...... //버튼 클릭시 처리로직 Intent intent = new Intent(Intent.ACTION_PICK); intent.setType(android.provider.MediaStore.Images.Media.CONTENT_TYPE); intent.s..
android
2017. 1. 16. 15:55