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
- UML
- 자동 생성
- mysql
- html5
- FCM
- android 효과음
- not working
- 안드로이드 푸쉬
- roundcube
- C# IO
- 안드로이드 gcm
- php 취약점
- xe
- dovecot
- PHP
- Android
- javascript
- C#
- 우분투
- 안드로이드
- soundpool
- 자바스크립트
- WebView
- php 시큐어코딩
- 폼메일
- Mail Server
- chart.js
- 설치
- 안드로이드 푸시
- curl
Archives
- Today
- Total
목록파일 복사 (1)
그러냐
안드로이드 파일 복사
1. 이미지 가져오기2. URI -> path 변환3. 안드로이드에서 파일 복사하기 package com.example.changnam.kcntest; import android.content.ContentUris;import android.content.Context;import android.content.Intent;import android.database.Cursor;import android.graphics.drawable.Drawable;import android.net.Uri;import android.os.Bundle;import android.os.Environment;import android.provider.DocumentsContract;import android.provider...
android
2017. 1. 16. 15:49