본문 바로가기

Android

Android의 앱 데이터 폴더 경로 및 내부/외부 저장소

https://codechacha.com/ko/android-data-storage/

 

Android의 앱 데이터 폴더 경로 및 내부/외부 저장소 설명

Device에 App이 설치되면 App마다 사용할 수 있는 저장공간이 있습니다. 앱은 apk파일, 내부 저장소, 외부 저장소에 파일을 저장할 수 있는 공간이 있습니다. 또한 누구나 사용할 수 있는 공용 공간이

codechacha.com

 

https://www.it-swarm.dev/ko/java/android%EC%97%90%EC%84%9C-%EC%99%B8%EB%B6%80-sd-%EC%B9%B4%EB%93%9C%EC%97%90-%EC%93%B0%EB%8A%94-%EC%9D%BC%EB%B0%98%EC%A0%81%EC%9D%B8-%EB%B0%A9%EB%B2%95/827857780/

 

java — Android에서 외부 SD 카드에 쓰는 일반적인 방법

이 주제는 약간 낡았지만 해결책을 찾고 있었고, 일부 연구 후에 아래 코드를 사용하여 사용 가능한 "외부"마운트 지점 목록을 검색했습니다. 기본적으로 사용 가능한 마운트 포인트를 읽고 유��

www.it-swarm.dev

https://developer.android.com/training/data-storage/files/external?hl=ko

 

외부 저장소에 파일 저장  |  Android 개발자  |  Android Developers

외부 저장소 사용은 다른 앱과 공유하려는 파일이나 사용자가 컴퓨터에서 액세스할 수 있는 파일에 적합합니다. 외부 저장소는 일반적으로 이동식 기기(예: SD 카드)를 통해 사용할 수 있습니다.

developer.android.com

https://www.tutorialspoint.com/how-to-make-a-txt-file-in-external-storage-with-runtime-permission-in-android

 

How to make a txt file in external storage with runtime permission in android?

How to make a txt file in external storage with runtime permission in android? This example demonstrates How to make a txt file in external storage with runtime permission in android. Step 1 − Create a new project in Android Studio, go to File ⇒ New Pr

www.tutorialspoint.com

https://happythingsmaker.wordpress.com/6-%EB%8D%B0%EC%9D%B4%ED%84%B0-%EC%A0%80%EC%9E%A5-0/6-%EB%8D%B0%EC%9D%B4%ED%84%B0-%EC%A0%80%EC%9E%A5-2-%ED%8C%8C%EC%9D%BC-%EC%A0%80%EC%9E%A5/

 

[6] 데이터 저장 [2] 파일 저장

Saving Files THIS LESSON TEACHES YOU TO Choose Internal or External Storage Obtain Permissions for External Storage Save a File on Internal Storage Save a File on External Storage Query Free Space …

happythingsmaker.wordpress.com

https://sodocumentation.net/ko/android/topic/150/%EB%82%B4%EB%B6%80-%EB%B0%8F-%EC%99%B8%EB%B6%80-%EC%A0%80%EC%9E%A5%EC%86%8C%EC%97%90-%ED%8C%8C%EC%9D%BC-%EC%A0%80%EC%9E%A5

 

Android - 내부 및 외부 저장소에 파일 저장 | android Tutorial

android documentation: 내부 및 외부 저장소에 파일 저장

sodocumentation.net

https://lcw126.tistory.com/49

 

Android Studio Data 저장 2 (File, Shared Preference, Data base, web서버)

1) File - 두 가지로 분류 (Internal Storage, External Storage) 2) Shared Preference 3) Data base 4) Web서버 1) File - 두 가지로 분류 (External Storage) 화면 구성은 아래와 같이 똑같이 만들고, 어디에..

lcw126.tistory.com

https://codetravel.tistory.com/25

 

Android 데이터 저장 방법 - Internal/External Storage

오늘은 Android 에서 User Data를 저장하는 방법에 대해 이야기 해보도록 하겠습니다. 사용자가 가장 많이 접할 수 있는 데이터 저장 방법은 Internal Storage 와 External Storage 를 이용하는 것입니다. Externa

codetravel.tistory.com

https://darkstart.tistory.com/66

 

[Android][scoped storage] open failed: EACCES (Permission denied)

안드로이드 스튜디오에서 AVD를 새로 만들고 테스트를 진행하던 중.. 갑자기 기존에는 발생하지 않던 에러(exception)이 발생했습니다. W/System.err: java.io.FileNotFoundException: /storage/emulated/0/Downlo..

darkstart.tistory.com

 

'Android' 카테고리의 다른 글

RecyclerView, CursorAdapter  (0) 2020.06.04
TedPermission  (0) 2020.05.28
Excel  (0) 2020.05.26
유튜브 검색  (0) 2020.05.15
현재 위치 주소 가져오기(Get current location without google map)  (0) 2020.04.25