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
- javascript
- not working
- FCM
- WebView
- 우분투
- Mail Server
- 안드로이드 푸쉬
- 안드로이드
- mysql
- 안드로이드 gcm
- C#
- 폼메일
- roundcube
- dovecot
- xe
- C# IO
- 안드로이드 푸시
- soundpool
- UML
- curl
- html5
- PHP
- 자동 생성
- android 효과음
- php 시큐어코딩
- chart.js
- 자바스크립트
- php 취약점
Archives
- Today
- Total
목록Android Internal Storage 사용하기 (1)
그러냐
Android Internal Storage 사용하기
참조] http://d.android.com/guide/topics/data/data-storage.html#filesInternal You can save files directly on the device's internal storage. By default, files saved to the internal storage are private to your application and other applications cannot access them (nor can the user). When the user uninstalls your application, these files are removed. 기기의 내부 저장 공간에 직접적으로 파일을 저장할 수 있습니다.(OS가 올라가있는 메모리) ..
android
2016. 1. 28. 11:02