Inputs, content, or other actions may appear relative to each other or constrained to a parent container. Layouts can be more custom, but make sure to follow consistent grouping, columns, and spacing.
অথেনটিকেশন হলো একটি কমন রিলেটিভ লেআউট, যা নিচের চিত্রে দেখানো হয়েছে। একটি কাস্টম লেআউট বর্ণনা করে যে UI এলিমেন্টগুলো একে অপরের সাথে কীভাবে সম্পর্কিত।

লেআউটে বিভিন্ন ধরনের লেআউটের সংমিশ্রণও ব্যবহার করা যেতে পারে। উদাহরণস্বরূপ, আপনি একটি ক্যারোসেল বা হরাইজন্টাল স্ক্রলের সাথে ভার্টিকাল কার্ড যুক্ত করতে পারেন, অথবা ভার্টিকাল লিস্ট ডেটার সাথে একটি কাস্টম চার্ট উপস্থাপন করতে পারেন।

লেজি রো এবং লেজি কলাম ব্যবহার করে আপনি স্ক্রলিং সারি বা কলামে কন্টেন্ট উপস্থাপন করতে পারেন।
Full-screen layout is another common layout, as used in immersive mode .

If you're working with Views instead of Compose, you can use ConstraintLayout to lay out views according to relationships between sibling views and the parent layout, allowing for large and complex layouts. ConstraintLayout lets you build entirely by dragging and dropping instead of editing the XML using the layout editor. Learn more about building a UI with Layout Editor .
কম্পোজ লেআউটের প্রাথমিক বিষয় এবং একটি কম্পোজেবল কী দিয়ে গঠিত হয়, সে সম্পর্কে আরও জানুন।
Webviews
A Webview is a view that displays in-app web pages. In most cases, we recommend using a standard web browser, like Chrome, to deliver content to the user. To learn more about web browsers, read the guide for invoking a browser with an intent .