ACCESS FRAMEWORK 한국어 뜻 - 한국어 번역

['ækses 'freimw3ːk]
['ækses 'freimw3ːk]
액세스 프레임워크를

영어에서 Access framework 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Storage Access Framework Flow.
저장소 액세스 프레임워크 흐름.
Next arrow_forward Open files using storage access framework.
Arrow_forward 저장소 액세스 프레임워크를 사용하여 파일 열기.
A new storage access framework makes it simple for users to browse and open documents, images, and other files across all of their their preferred document storage providers.
새 저장소 액세스 프레임워크 는 사용자가 선호하는 문서 저장소 제공자 전체에 걸쳐 문서, 이미지 및 각종 다른 파일을 탐색하고 여는 작업을 간편하게 만들어 줍니다.
Android 7.0 adds the concept of virtual files to the Storage Access Framework.
Android 7.0에서는 가상 파일 이라는 개념을 저장소 액세스 프레임워크에 추가합니다.
For more information, see the Storage Access Framework guide. External storage access..
자세한 내용은 저장소 액세스 프레임워크 가이드를 참조하세요. 외부 저장소 액세스.
Use the provided URI to access directory information, similar to using URIs returned by the Storage Access Framework.
제공된 URI를 사용하여 디렉터리 정보에 액세스합니다. 이는 저장소 액세스 프레임워크 가 반환한 URI를 사용하는 것과 유사합니다.
Starting in Android 8.0, the Storage Access Framework allows custom documents providers to create seekable file descriptors for files residing in a remote data source.
Android 8.0부터는, 저장소 액세스 프레임워크(SAF)를 통해 사용자설정 문서 제공자 가 원격 데이터 소스의 파일에 대해 검색 가능한 파일 설명자를 생성할 수 있습니다.
Android 4.4(API level 19) introduces the Storage Access Framework(SAF).
Android 4.4(API 레벨 19)에서 저장소 액세스 프레임워크(SAF)를 처음 도입하게 되었습니다.
In previous versions of Android, your app could use the Storage Access Framework to allow users to select files from their cloud storage accounts, such as Google Drive.
이전 버전의 Android에서는 사용자가 Google Drive와 같은 자신의 클라우드 저장소 계정에서 파일을 선택할 수 있도록, 앱이 저장소 액세스 프레임워크를 사용할 수 있었습니다.
The storage access framework is integrated with the existing GET_CONTENT intent, so users also have access to all of their previous content and data sources from the new system UI for browsing.
저장소 액세스 프레임워크는 기존 GET_CONTENT 인텐트와 통합되며, 따라서 사용자가 새 탐색용 시스템 UI에서 이전의 모든 콘텐츠와 데이터 소스에 액세스할 수 있습니다.
Android 8.0 addresses each of these challenges by improving the Storage Access Framework. Custom document providers.
Android 8.0는 저장소 액세스 프레임워크를 개선하여 이런 문제를 해결합니다. 사용자설정 문서 제공자.
Using the Storage Access Framework usually makes your user pick directories via a system UI, which is unnecessary if your app always accesses the same external directory.
일반적으로, 저장소 액세스 프레임워크 를 사용하면 시스템 UI를 통해 사용자가 디렉터리를 선택할 수 있습니다. 이것은 앱이 항상 동일한 외부 디렉터리에 액세스한다면 불필요한 동작입니다.
This sample shows how to implement a simple documents provider using the storage access framework available in Android 4.4.
이 샘플은 Android 4.4에서 사용할 수 있는 저장소 액세스 프레임워크를 사용하여 간단한 문서 제공자를 구현하는 방법을 보여줍니다.
Storage Directory selection Android 5.0 extends the Storage Access Framework to let users select an entire directory subtree, giving apps read/write access to all contained documents without requiring user confirmation for each item.
Android 5.0은 저장소 액세스 프레임워크 를 확장하여 사용자가 전체 디렉터리 하위 트리를 선택하여 각 항목에 대한 사용자의 확인을 일일이 요구하지 않고도 모든 포함된 문서에 대한 읽기/쓰기 액세스 권한을 앱에 부여할 수 있도록 합니다.
DirectorySelection A basic app showing how to use Directory Selection API to let users select an entire directory subtree, which extends the Storage Access Framework introduced in Android 4.4(API level 19).
Directory Selection API를 사용하여 사용자가 Android 4.4(API 레벨 19)에 도입된 저장소 액세스 프레임워크를 확장한 전체 디렉토리 하위 트리를 선택할 수 있도록 하는 방법을 보여주는 기본적인 앱입니다.
When using the Storage Access Framework in Android 8.0(API level 26), you can use the findDocumentPath() method, available in both the DocumentsContract and DocumentsProvider classes, to determine the path from the root of a file system given a document's ID.
문서의 경로 Android 8.0에서 저장소 액세스 프레임워크를 사용할 때 DocumentsContract 및 DocumentsProvider 클래스에서 모두 사용 가능한 findDocumentPath() 메서드를 사용하여 문서의 ID가 지정된 파일 시스템의 루트에서 경로를 확인할 수 있습니다.
Apps like photo apps can use these APIs instead of using READ_EXTERNAL_STORAGE, which grants access to all storage directories, or the Storage Access Framework, which makes the user navigate to the directory.
사진 앱과 같은 앱은 모든 저장소 디렉터리에 대해 액세스 권한을 부여하는 READ_EXTERNAL_STORAGE 를 사용하거나 사용자가 디렉터리를 탐색하도록 하는 저장소 액세스 프레임워크(SAF)를 사용하는 대신 이들 API를 사용할 수 있습니다.
If you develop a client app that manages files or documents, you can integrate with the storage access framework just by using new CREATE_DOCUMENT or OPEN_DOCUMENT intents to open or create files — the system automatically displays the standard UI for browsing documents, including all available document providers.
파일 또는 문서를 관리하는 클라이언트 앱 을 개발하는 경우, 파일을 열거나 생성하도록 새로운 CREATE_DOCUMENT 또는 OPEN_DOCUMENT 인텐트를 사용하여 저장소 액세스 프레임워크에 통합할 수 있습니다. 시스템은 사용 가능한 모든 문서 제공자를 포함해 탐색 문서에 대한 표준 UI를 자동으로 표시합니다.
Wireless Japan 2015| ACCESS Beacon Framework- Access Inc.
Wireless Japan 2015 | 액세스 비콘 프레임 워크 - Access Inc.
Genesis Framework Get access to every StudioPress.
Genesis Framework에 모든 StudioPress 테마에 액세스 권한 얻기.
New neural network framework gives access to GPU-accelerated deep learning.
새로운 신경망 네트워크 프레임워크의 GPU 가속의 딥 러닝 접근 허용.
WP Engine offers the Genesis Framework and access to more than 35+ premium themes.
WP Engine이 제공하는 또 다른 장점은 Genesis Framework 및 35 + 프리미엄에 액세스하는 것입니다.
The application framework provides access to the Bluetooth functionality through the Android Bluetooth APIs.
애플리케이션 프레임워크는 Android Bluetooth API를 통해 블루투스 기능에 대한 액세스 권한을 제공합니다.
NET Framework, an access violation in unmanaged code or unsafe managed code is represented by a NullReferenceException in managed code.
NET Framework에서 비관리 코드 또는 안전 하지 않은 관리 코드의 액세스 위반이 관리 코드에서 NullReferenceException로 표시 됩니다. In earlier versions of the.
NET Framework, an access violation in unmanaged code or unsafe managed code is represented by a NullReferenceException in managed code.
NET Framework, 비관리 코드 또는 안전 하지 않은 관리 되는 코드에서 액세스 위반이 표시 됩니다는 NullReferenceException 관리 코드에서.
결과: 25, 시각: 0.0329

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어