Camera
Camera copied to clipboard
Using ConstraintLayout instead of nested LinearLayout s
Nested Views are slow and poorly performant.
We should always try to keep layouts single hierarchical. This is best possible using Constraint Layout.
activity_main, more_settings are some of the examples where we can work on this.