I want to have ScrollView Inside a Fragment that contains a TabHost as you can see from the screen-shot it's composed by two sections:
- Header: in my case it's an image, I want this section to scroll
- TabHost: contains three Fragments one of them is a ListView
What I have tried ?
I tried to create a scroll view and a list view inside the TabHost, everything is fine for the two first tabs, but in the third one which is a ListView, the items are not displayed.
After some research, I figured out that we can't have a ListView inside a ScrollView.
So what is the best approach to create a view like described here is a screen-shot of what I want to create: