Android ConstraintLayout

Android ConstraintLayout Animation:Part II

In the previous article, Android ConstraintLayout Animation: Part I we have talked about how to implement keyframe animation with a simple example using ConstraintLayout and ConstraintSet.We also peeked into few methods which made our animation possible. Now In this article, we’ll see another use-case and we’ll also learn how to implement other transition effects. Let’s […]

Android ConstraintLayout Animation:Part II Read More »

Android Creating Complex Layouts using ConstraintLayout

Android ConstraintLayout helps you to create large and complex layouts with a flat view hierarchy without nested view groups. This helps to create high performing layouts. Android Studio’s Layout Editor makes it really easy to define the constraints for the views. ConstraintLayout, which is now the default layout in Android Studio, gives you many ways

Android Creating Complex Layouts using ConstraintLayout Read More »

Android Getting Started With Constraint Layout

In this tutorial, you’ll learn the basics of creating Android views by using ConstraintLayout to build the UI of your application. A great Android app not only needs to have a beautiful UI but also optimized performance. Android provides various types of layouts that use different methods to contain child views and determine their positions. Layouts

Android Getting Started With Constraint Layout Read More »