I need to make a Screen with Header(Will contain ImageView and TextView) and Footer(Navigation Menu, will consists of ImageView), in the between I need to have Preference screen with all the default action like scrolling and setting preferences.
Which approach should I take to achieve this?
Right now, I have made a View with FrameLayout in the middle where I can put the View I want in it. But how can I put a PreferenceActivity in it?