Skip to content

Instantly share code, notes, and snippets.

@tyoc213
Created February 24, 2013 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyoc213/5022936 to your computer and use it in GitHub Desktop.
Save tyoc213/5022936 to your computer and use it in GitHub Desktop.
How to use FragmentManager... ?
private class ScreenSlidePagerAdapter extends android.support.v13.FragmentStatePagerAdapter {
public ScreenSlidePagerAdapter(android.app.FragmentManager fm) {
super(fm);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment