I'm having an android application which has only one activity. Any UI changes etc are made on fragments. But I want to implement a preference settings screen as tablet style view.
The problem is that i have to implement that feature in fragment. As I see everywhere - everybody add it by using activity (PreferenceActivity). Is there any hack or something to be able to call "onBuildHeaders" and "loadHeadersFromResource"?