You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConstraintLayout의 주요 특징은 레이아웃의 복잡한 계층 구조를 단순하게 해준다는 점이다.
또한, xml 코드에서 타이핑하면서 뷰를 배치하기 보다, 디자인페이지에서 툴 베이스로 뷰를 배치하는 레이아웃이라는 점이다.
디자인 페이지에서 왼쪽의 뷰를 가져오고, 오른쪽에서 속성을 조정하는 것이 가능하다.
2. XML에서 활용할 수 있는 Layout은 LinearLayout, RelativeLayout 등 여러 종류가 있습니다. Layout을 선택하는 기준과 현재는 ConstraintLayout으로 대체가 된 이유를 함께 설명해주세요.
LinearLayout 과 RelativeLayout 의 속성을 ConstraintLayout으로 더 간단하게 구현 가능하기 때문이다.
The text was updated successfully, but these errors were encountered:
1. ConstraintLayout의 주요 특징을 학습하고 정리해주세요.
ConstraintLayout의 주요 특징은 레이아웃의 복잡한 계층 구조를 단순하게 해준다는 점이다.
또한, xml 코드에서 타이핑하면서 뷰를 배치하기 보다, 디자인페이지에서 툴 베이스로 뷰를 배치하는 레이아웃이라는 점이다.
디자인 페이지에서 왼쪽의 뷰를 가져오고, 오른쪽에서 속성을 조정하는 것이 가능하다.
2. XML에서 활용할 수 있는 Layout은 LinearLayout, RelativeLayout 등 여러 종류가 있습니다. Layout을 선택하는 기준과 현재는 ConstraintLayout으로 대체가 된 이유를 함께 설명해주세요.
LinearLayout 과 RelativeLayout 의 속성을 ConstraintLayout으로 더 간단하게 구현 가능하기 때문이다.
The text was updated successfully, but these errors were encountered: