subclass 예문
- Every Sinatra application corresponds to a subclass of Sinatra::Base .
모든 Sinatra 애플리케이션은 Sinatra::Base 의 서브클래스에 대응됩니다. - You want to use more than one subclass of Sinatra::Base .
하나 이상의 Sinatra::Base 서브클래스를 사용하고자 할 때. - A document provider is implemented as a subclass of the DocumentsProvider class.
문서 제공자는 DocumentsProvider 클래스의 서브클래스로 구현됩니다. - A subclass can provide partial or full implementations of the inherited abstract methods Inetrface
추상 메소드는 리턴 타입 앞에 abstract라는 키워드를 붙여야 한다. - Typically this will be a CursorLoader , but you can implement your own Loader subclass.
이것은 일반적으로 CursorLoader 이지만, 자신만의 Loader 서브클래스를 구현할 수 있습니다. - A subclass of the AdapterView class uses an Adapter to bind data to its layout.
AdapterView 클래스의 서브클래스는 Adapter 를 사용하여 자신의 레이아웃에 데이터를 바인드합니다. - The SAF centers around a content provider that is a subclass of the DocumentsProvider class.
개요 SAF는 DocumentsProvider 클래스의 서브클래스인 콘텐츠 제공자를 중심으로 하고 있습니다. - Put your app's routes, error handlers, filters, and options in a subclass of Sinatra::Base .
앱의 라우터, 예외 핸들러, 필터, 옵션은 Sinatra::Base 의 서브클래스에 두어야 합니다. - Predict the rating or preference of an item using a subclass of information filtering systems
정보 필터링 시스템의 서브클래스를 사용하여 항목에 대한 평가 또는 선호도 예측 - For example, here's a subclass of Fragment that loads a layout from the example_fragment.xml file: Kotlin
예를 들어 다음은 Fragment 의 서브클래스로, example_fragment.xml 파일로부터 레이아웃을 로드합니다. - You can declare items for the options menu from either your Activity subclass or a Fragment subclass.
Activity 서브클래스나 Fragment 서브클래스에서 옵션 메뉴 항목을 선언할 수 있습니다. - You can declare items for the options menu from either your Activity subclass or a Fragment subclass.
Activity 서브클래스나 Fragment 서브클래스에서 옵션 메뉴 항목을 선언할 수 있습니다. - Each subclass of the ViewGroup class provides a unique way to display the views you nest within it.
일반 레이아웃 ViewGroup 클래스의 각 서브클래스는 각기 고유한 방식으로 자신 안에 중첩된 뷰를 표시합니다. - For example, it is not required to express subproperty relationships between properties, subclass relationships between classes, etc.
예를 들어, 특성들 사이의 하위 특성 관계들이라든지, 클래스들 사이의 하위 클래스 관계들을 표현하는 것이 필수가 아니다. - One of your classes implements a subclass ContentProvider , which is the interface between your provider and other applications.
클래스 중 하나가 서브클래스 ContentProvider 를 구현하며, 이것이 제공자와 다른 애플리케이션 사이의 인터페이스입니다. - While a single screen is implemented as an Activity subclass, consider implementing individual content panels as Fragment subclasses.
단일 화면을 Activity 서브클래스로 구현할 때 개별 콘텐츠 패널을 Fragment 서브클래스로 구현하는 것을 고려해 보세요. - Each of these objects is a subclass of the View class and the subclass that handles text is TextView .
여기서 사용된 텍스트를 다루는 View 서브클래스는 TextView 이다. 이 TextView 생성은 다음과 같다. - Each of these objects is a subclass of the View class and the subclass that handles text is TextView .
여기서 사용된 텍스트를 다루는 View 서브클래스는 TextView 이다. 이 TextView 생성은 다음과 같다. - Required methods The abstract class ContentProvider defines six abstract methods that you must implement as part of your own concrete subclass.
추상 클래스 ContentProvider 는 개발자가 나름의 구체적인 서브클래스의 일부분으로 구현해야만 하는 여섯 가지 추상 메서드를 정의합니다. - A service is implemented as a subclass of Service . For more information about the Service class, see the Services developer guide.
서비스는 Service 의 서브클래스로 구현되며 이에 대한 더 자세한 내용은 서비스 개발자 가이드에서 확인할 수 있습니다.