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
이름에서도 알 수 있듯 한 화면을 구성하는 뷰들에 서로 제약을 걸어줌 중첩된 레이아웃을 사용하지 않고도 크고 복잡한 레이아웃을 만들 수 있어 성능면에서 유리함
다른 종류의 레이아웃에 비해 ConstraintLayout을 더 자주 사용하는 이유는 다양한 화면 크기에 대응하는 반응형 UI를 쉽게 구성할 수 있기 때문
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. ConstraintLayout의 주요 특징을 학습하고 정리해주세요.
이름에서도 알 수 있듯 한 화면을 구성하는 뷰들에 서로 제약을 걸어줌
중첩된 레이아웃을 사용하지 않고도 크고 복잡한 레이아웃을 만들 수 있어 성능면에서 유리함
2. XML에서 활용할 수 있는 Layout은 LinearLayout, RelativeLayout 등 여러 종류가 있습니다. Layout을 선택하는 기준과 현재는 ConstraintLayout으로 대체가 된 이유를 함께 설명해주세요.
다른 종류의 레이아웃에 비해 ConstraintLayout을 더 자주 사용하는 이유는 다양한 화면 크기에 대응하는 반응형 UI를 쉽게 구성할 수 있기 때문
The text was updated successfully, but these errors were encountered: