ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 영어표현정리 (from 구글 코드랩)
    공부 기록/테크니컬라이팅 2019. 9. 24. 23:58
    728x90

    gravity: The gravity attribute specifies how a View is aligned within its parent View or ViewGroup. In this step, you center the TextView to be centered vertically within the parent ConstraintLayout.

    Set the background attribute to @color/colorPrimary. (As you enter @c, choices appear for easy selection.)

    As a result of changing the width control, the layout_width attribute in the Attributes pane shows the value match_constraint and the Button element stretches horizontally to fill the space between the left and right sides of the layout.

    Explore the layout editor, and refer to the figure below as you follow the numbered steps:

    If you run into problems with installation, check the xxx or get help from your intstructors.
    * run into: encounter나 have라는 동사를 사용했었는데 run into도 사용해봐야겠다.

    Leave unchecked the Include Instant App support and all other options.

    If not already selected, click the Project tab in the vertical tab column on the left side of the Android Studio window. The Project pane appears.
    To view the project in the standard Android project hierarchy, choose Android from the popup menu at the top of the Project pane, as shown below.

    Expand the xx folder.

    Doulbe-cliking it opens it in the xx.  -> 요런 식으로도 쓰네. Double-click it to open it in the xx라고 안쓰고 동명사 형태의 주어로도 사용하는 것을 알아두자. 

    within the defulatConfig block,  '블록 내' 전치사 within 

    manifests folder > AndroidManifest.xml 파일은 안드로이드 앱의 모든 콤포넌트를 설명한다. Activity와 같은 앱의 모든 컴포넌트는 이 xml 파일에서 선언되어야한다.
    https://developer.android.com/guide/topics/manifest/manifest-intro.html

    View: a rectangle area on the screen, responsible for drawing and event handling. Base class for widgets which are used to create interactive UI components. The ViewGorup subclass is the base class for layouts, which are invisible containers that hold other Views and define their layout properties.

    View IDs need not be unique throughout the tree, but it is good practice to ensure that they are at least unique within the part of the tree you are searching.

    Arbitrary object (임의의 오브젝트)

    Prorate 비례 배분하다.
    Space is prorated. For example, if the button elements each have a weight of 1 and the TextView 2, totalling 4, the button elements get ¼ of the space each, and the TextView half.

    All of the views in a window are arranged in a single tree. You can add views either from code or by specifying a tree of views in one or more XML layout files.

    To implement a custom view, you will usually begin by providing overrides for some of the standard methods ~
    - 명사로 사용. Override 동사도 가능 (Need to override all of these methods.)

    *This course uses the termas “codela” and “practical” interchangeably.

    The user can scroll vertically to read by swiping up and down. A scroll bar appears in the right margin. The app shows how you can use text formatted with minimal HTML tags for setting text to bold or italic, and with new-line characters to separate paragraphs.

    An active web link embedded in free-form text

    Clickable, scrollable - 동사에 -able을 넣은 표현들. 이렇게도 쓰는 구나(!)
    To make a View scrollable, embded the View inside a ScrollView.

    As noted before,

    strikethorugh 취소선
    We want the first word to show up in red and the second word to have a strikethrough 

    '공부 기록 > 테크니컬라이팅' 카테고리의 다른 글

    마크다운  (0) 2020.03.11
    UX 라이터는 뭘까?  (0) 2019.09.11
    API Writer가 되려면  (6) 2019.09.05
    구글 테크니컬라이터가 전하는 이야기  (0) 2019.09.02
    Web API Documentation Best Practices  (0) 2019.08.27

    댓글

Designed by Tistory.