A little hack to scroll FrameLayout within ScrollView, when adding views programmatically.
If you are someone who has tried to add a FrameLayout within a ScrollView, then you might have faced real trouble, trying to get the things to scroll. More so, when you add views programmatically (using the addView method in an Activity or Fragment)....