Android - ViewPager in ScrollView

One of the most famous question about Android is how can we put a ViewPager into the ScrollView. Yes i know, put a scrollable into an another scrollable is not a good idea in Android. And Google says never do that. But, what can we do? For example iOS guys can do that very easily and when your customer see this property in iOS app, wants the same property in Android app. Ok, let's see what can we do about that?