# ConstraintLayout Nedir?

**ConstraintLayout**, aynen Relative ya da LinearLayout'ta olduğu gibi Android uygulamalarında kullanabileceğimiz yeni bir layout çeşididir. **API 9** ve üstündeki tüm API’lerde kullanılabildiği gibi, karmaşık tasarımları kolayca ortaya çıkartabilecek güçlü yönleri ve diğer layout çeşitlerine göre yüksek performans göstermesi ile kısa süre içerisinde çok daha aktif kullanılmaya başlanacaktır.

Bu eğitimde tüm yönleri ile **ConstraintLayout**'u ele alacağız.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://egemen-mede.gitbook.io/constraintlayout/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
