인텐트는 영어 뜻 - 영어 번역

명사

한국어에서 인텐트는 을 사용하는 예와 영어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
인텐트는 콘텐츠 제공자에 간접 액세스를 제공할 수 있습니다.
Intents can provide indirect access to a content provider.
인텐트 사용 인텐트는 Android에서 비동기 IPC에 선호되는 메커니즘입니다.
For activities and broadcast receivers, intents are the preferred mechanism for asynchronous IPC in Android.
인텐트는 각 EXTRA_MEDIA_FOCUS 값에 대해 다음과 같은 검색 모드를 지원합니다.
This intent supports the following search modes for each value of EXTRA_MEDIA_FOCUS.
다른 종류의 암시적인 인텐트는 문자열과 같이 여러 데이터 유형을 제공하는 "엑스트라" 데이터를 필요로 합니다.
Other kinds of implicit intents require"extra" data that provide different data types, such as a string.
인텐트는 항상 주소록 앱의 선택기 화면을 표시합니다.
This intent always displays the contacts app's picker screen.
대신, 액티비티를 시작하는 인텐트를 전송합니다. 이 인텐트는 대개 제공자가 소유한 애플리케이션의 일부입니다.
Instead, it sends an intent that starts an activity, which is often part of the provider's own application.
이처럼, 이 인텐트는 앱 내의 DownloadService 클래스를 명시적으로 시작합니다.
As such, this intent explicitly begins the DownloadService class in the app.
하지만 이름으로 대상을 지정하지 않는 인텐트는 구성 요소의 필터 중 하나를 통과할 수 있는 경우에만 해당 구성 요소를 활성화할 수 있습니다.
But an intent that doesn't specify a target by name can activate a component only if it can pass through one of the component's filters.
인텐트는 또한 ShortcutManager 와 상호작용하지 않는 이전 런처 단축키를 만들 수도 있습니다.
This intent can also create legacy launcher shortcuts that don't interact with ShortcutManager.
만약 startActivity() 또는 startActivityForResult()의 호출자가 퍼미션을 부여받지 않으면 인텐트는 해당 액티비티에 전달 되지 않는다.
If a caller of startActivity() or startActivityForResult() has not been granted the specified permission, its intent will not be delivered to the activity.
INSERT 인텐트는 추가 필드를 사용하여 캘린더에 있는 이벤트 세부 정보로 양식을 미리 채웁니다.
The INSERT Intent uses extra fields to pre-populate a form with the details of the event in the Calendar.
서비스가 바인딩도 제공하지 않는 경우, startService() 와 함께 전달된 인텐트는 애플리케이션 구성 요소와 서비스 사이의 유일한 통신 방법입니다.
If the service doesn't also provide binding, the intent that is delivered with startService() is the only mode of communication between the application component and the service.
인텐트는 기기의 주소록 애플리케이션 UI를 시작하고, 여기서 사용자는 연락처 관련 작업을 할 수 있습니다.
The intent starts the device's contacts application UI, in which users can do contacts-related work.
이 인텐트를 호출할 앱이 많지는 않지만 (이 인텐트 주로 시스템 앱에서 사용됩니다), 알람 시계 기능이 있는 앱은 모두 이 인텐트 필터를 구현하고 현재의 알람을 표시함으로써 응답해야 합니다.
Although not many apps will invoke this intent(it's primarily used by system apps), any app that behaves as an alarm clock should implement this intent filter and respond by showing the list of current alarms.
암시적 인텐트는 시작할 구성 요소의 클래스 이름을 선언하지 않고, 그 대신 수행할 작업을 선언합니다.
Implicit intents do not declare the class name of the component to start, but instead declare an action to perform.
이것은 선택 항목이지만, 이것이 바로 인텐트를 명시적 것으로 만들어주는 중요한 정보입니다. 다시 말해 이 인텐트는 구성 요소 이름이 정의한 앱 구성 요소에만 전달되어야 한다는 뜻입니다.
This is optional, but it's the critical piece of information that makes an intent explicit, meaning that the intent should be delivered only to the app component defined by the component name.
그러나 인텐트는 앱 구성 요소로 확인되는 방법에 영향을 미치지 않는 추가 정보도 담고 있을 수 있습니다.
However, an intent can carry additional information that does not affect how it is resolved to an app component.
예를 들어, 기존의 PDF 문서를 선택하는 대신 ACTION_CREATE_DOCUMENT 인텐트는 사용자가 어디에 새 문서를 만들 것인지 선택하도록 합니다 (문서의 저장소를 관리하는 다른 앱 내에서)-그러면 앱이 새 문서를 작성할 수 있는 URI 위치를 받게 됩니다.
For example, instead of selecting from existing PDF documents, the ACTION_CREATE_DOCUMENT intent allows users to select where they'd like to create a new document(within another app that manages the document's storage)—your app then receives the URI location of where it can write the new document.
암시적 인텐트는 작업을 지정하여 기기에서 해당 작업을 수행할 수 있는 모든 앱을 호출할 수 있도록 합니다.
An implicit intent specifies an action that can invoke any app on the device able to perform the action.
구성 요소 이름이 없으면 해당 인텐트는 암시적 이며, 인텐트를 수신해야 하는 구성 요소는 다른 인텐트 정보를 기반으로 시스템이 결정합니다(예를 들어 작업, 데이터 및 카테고리 - 아래 설명 참조).
Without a component name, the intent is implicit and the system decides which component should receive the intent based on the other intent information(such as the action, data, and category—described below).
인텐트는 피플 앱의 "선택" 액티비티에 대한 인텐트 필터와 일치하기 때문에, 이 액티비티가 포그라운드로 나옵니다.
Because this intent matches the intent filter for the People app's"selection" activity, the activity will come to the foreground.
참고: 명시적 인텐트는 항상 자신의 대상에 전달되며, 이는 구성 요소가 어떤 인텐트 필터를 선언하든 무관합니다.
Note: An explicit intent is always delivered to its target, regardless of any intent filters the component declares.
인텐트는 BluetoothDevice 및 BluetoothClass 을 각각 포함하는 추가 필드 EXTRA_DEVICE 및 EXTRA_CLASS 을 제공합니다.
The intent contains the extra fields EXTRA_DEVICE and EXTRA_CLASS, which in turn contain a BluetoothDevice and a BluetoothClass, respectively.
예를 들어, 인텐트는 액티비티에 이미지를 표시하거나 웹 페이지를 열라는 요청을 전달할 수 있습니다.
For example, an intent might convey a request for an activity to show an image or to open a web page.
또한 인텐트는 보기 원하는 주소 또는 전송하기 원하는 이메일 메시지와 같이 작업과 연결된 데이터를 함께 포함하는 경우가 많습니다.
Intents often also include data associated with the action, such as the address you want to view, or the email message you want to send.
액티비티와 서비스의 경우, 인텐트는 수행할 작업을 정의하며(예를 들어 무언가를 "보기" 또는 "보내기"), 작업을 수행할 데이터의 URI를 나타낼 수 있습니다(시작되는 구성 요소가 알아야 할 것은 이외에도 많이 있음).
For activities and services, an intent defines the action to perform(for example, to view or send something) and may specify the URI of the data to act on, among other things that the component being started might need to know.
명시적 인텐트는 앱 내의 특정 액티비티나 서비스 등 특정한 앱 구성 요소를 시작하기 위해 사용하는 인텐트입니다.
An explicit intent is one that you use to launch a specific app component, such as a particular activity or service in your app.
이 새로운 인텐트는 SDK에 constant(상수) 로 정의되어 있지 않지만, 저희는 음악어플 개발자분들이 올바른 방법으로 사용할 수 있는 필요한 모든 정보를 드리고자 합니다.
This new intent isn't defined as a constant in the SDK yet, but we wanted to make sure music app developers had all the information needed to use it right away.
명시적 인텐트는 일반적으로 본인의 앱 안에서 구성 요소를 시작할 때 씁니다. 시작하고자 하는 액티비티 또는 서비스의 클래스 이름을 알고 있기 때문입니다.
You will typically use an explicit intent to start a component in your own app, because you know the class name of the activity or service you want to start.
콜맨 해안선 3 플러스 3 인 텐트는 튼튼한, 안정적이 고 쉽게 투구에 대 한 내장.
Coleman Coastline 3 plus three person tent has sturdy, stable and built for easy pitching.
결과: 44, 시각: 0.0534

한국어 문장에서 "인텐트는"를 사용하는 방법

인텐트는 어떤 의도를 나타내는 '메세지' 입니다.
인텐트는 다음과 같은 상황에서 발생한다.
암시적 인텐트는 명시적 인텐트와 상황이 많이 다릅니다.
여기서 말하는 인텐트는 안드로이드 인텐트와는 아무런 관련이 없습니다.
인텐트는 소량의 데이터를 운반하여 시작된 액티비티에서 사용할 수 있습니다.
이런 엔터티와 인텐트는 키워드 매칭이나 유사도를 기반으로 판별할 수 있습니다.
프루핑(교정인쇄)에서 가장 자주 쓰이는 두 가지 렌더링 인텐트는 절대적,상대적 비색법입니다.
인텐트는 문장이 가지고 있는 의도로 뉴스를 보여달라는 것을 알 수 있습니다.
이렇게, 명시적 인텐트는 호출할 컴포넌트를 "콕" 집어주기에 어려운 것이 별로 없습니다.
렌더링 인텐트는 하얀색에서 가장 어두운 색들까지의 색을 처리하는데 이용되는 색상 관리를 의미합니다.

영어 문장에서 "intents, intent"를 사용하는 방법

Parameters for built-in intents are optional.
Ensure all Intents reaches installable state.
Jennifer launched The Mane Intent Inc.
What's your intent with these, anyway?
Impossible for all intents and purposes.
What does informational user intent mean?
Where did Android Intents get from?
Our specific intent guides our actions.
Instead, he/she should intent freedom (good).
Surely, for all intents and purposes.
자세히보기

최고 사전 질의

한국어 - 영어