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
- php 취약점
- 설치
- 안드로이드 gcm
- Android
- 우분투
- not working
- C#
- html5
- php 시큐어코딩
- PHP
- 자바스크립트
- WebView
- 자동 생성
- xe
- 폼메일
- dovecot
- mysql
- Mail Server
- UML
- FCM
- chart.js
- 안드로이드 푸시
- roundcube
- curl
- 안드로이드
- android 효과음
- C# IO
- 안드로이드 푸쉬
- soundpool
- javascript
Archives
- Today
- Total
목록gallery 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