We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layout의 선택은 화면 구성 시간, 동작 성능, 유지 보수에 영향을 줄 수 있어 매우 중요하다. 그 중, 풍부한 표현식으로 레이아웃의 유연성을 높인 Constraint Layout은 다음과 같은 특성을 가진다
많은 종류의 Layout 중 ConstraintLayout 선정 이유에 대해 알기 위해서는 안드로이드가 뷰를 어떻게 그리는지 알아야 한다.
안드로이드는 뷰를 어떻게 그리는가?
왜 ConstraintLayout인가?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. ConstraintLayout의 주요 특징을 학습하고 정리해주세요.
Layout의 선택은 화면 구성 시간, 동작 성능, 유지 보수에 영향을 줄 수 있어 매우 중요하다.
그 중, 풍부한 표현식으로 레이아웃의 유연성을 높인 Constraint Layout은 다음과 같은 특성을 가진다
2. XML에서 활용할 수 있는 Layout은 LinearLayout, RelativeLayout 등 여러 종류가 있습니다. Layout을 선택하는 기준과 현재는 ConstraintLayout으로 대체가 된 이유를 함께 설명해주세요.
많은 종류의 Layout 중 ConstraintLayout 선정 이유에 대해 알기 위해서는 안드로이드가 뷰를 어떻게 그리는지 알아야 한다.
The text was updated successfully, but these errors were encountered: