Skip to content

developingdeveloper-tech/android-layout-examples

Repository files navigation

android-layout-examples

This is a project to understand how to create layouts using constraint layout. It has two layouts, one in constraint layout and another one in relative layout to demonstrate comparison between the two.

ConstraintLayout allows you to create large and complex layouts with a flat view hierarchy (no nested view groups). It's similar to RelativeLayout in that all views are laid out according to relationships between sibling views and the parent layout, but it's more flexible than RelativeLayout and easier to use with Android Studio's Layout Editor.

Benefits

  • Responsive Layout
  • No nesting of layouts
  • Relatively easy to create layouts

Contributing

  • For contributions in this repository, please read Contribution guidelines for this project first. (Please pull the changes from this repo if you have already forked the repository and are facing conflicts)
  • If you like the repository, please star it.

License

Apache-2.0 License. See the LICENSE file for details

Author

Abhishek Saxena

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages