Skip to content
New issue

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

[2023-02-02] 안드로이드 사전 과제 - 김종민 #59

Open
spicypunch opened this issue Feb 3, 2023 · 0 comments
Open

[2023-02-02] 안드로이드 사전 과제 - 김종민 #59

spicypunch opened this issue Feb 3, 2023 · 0 comments

Comments

@spicypunch
Copy link

1. ConstraintLayout의 주요 특징을 학습하고 정리해주세요.

이름에서도 알 수 있듯 한 화면을 구성하는 뷰들에 서로 제약을 걸어줌
중첩된 레이아웃을 사용하지 않고도 크고 복잡한 레이아웃을 만들 수 있어 성능면에서 유리함

2. XML에서 활용할 수 있는 Layout은 LinearLayout, RelativeLayout 등 여러 종류가 있습니다. Layout을 선택하는 기준과 현재는 ConstraintLayout으로 대체가 된 이유를 함께 설명해주세요.

다른 종류의 레이아웃에 비해 ConstraintLayout을 더 자주 사용하는 이유는 다양한 화면 크기에 대응하는 반응형 UI를 쉽게 구성할 수 있기 때문

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant