Hello Developers !!! Today we are going to learn an efficient way to maintain the aspect ratio of our View in Staggered Layout using Constraint Layout. We will take the example of Pinterest app design. This article assumes that you already have basic knowledge of LayoutManager and ConstraintLayout if not then I recommend reading the following link before going further. This is our goal to design like the Pinterest layout. For this, we need a StaggeredGridLayoutManager in RecycleView. What is StaggeredGridLayoutManager ? …
Social Profiles