Skip to content

Instantly share code, notes, and snippets.

@ppapageorgiou
Created July 4, 2014 06:16
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 ppapageorgiou/f532a5d86a0109e8b061 to your computer and use it in GitHub Desktop.
Save ppapageorgiou/f532a5d86a0109e8b061 to your computer and use it in GitHub Desktop.
MoviesFragment
public class MoviesFragment extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
View rootView = inflater.inflate(R.layout.movies_fragment, container, false);
return rootView;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment