I\'m just trying to have a look on Fragment and I got some probs with stupid stuff... There is my SkippersActivity.java :
public class SkippersActivity extends A
If you use the v4 compatibility package, your Activity has to extend FragmentActivity, not Activity. If you use Android > 3.0, then your Activity extends Activity, but read CommonsWare's answer about not mixing both types of fragments.