Real Life example of build variant

Viewed 434

I am an Android Dev, customizing application (product) for my clients. There is not much discussion about build variant on Stack overflow. So I just want to know how do you use build variant to create different flavors.

Example: people use this for

  1. tab layout and phone layout
  2. paid and free version

When did you use build variant and for what purpose?

2 Answers
Related