Skip to content

Instantly share code, notes, and snippets.

@julianshen
Created February 27, 2011 06:38
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 julianshen/845967 to your computer and use it in GitHub Desktop.
Save julianshen/845967 to your computer and use it in GitHub Desktop.
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
Log.d("FRAG", "onCreateView");
return inflater.inflate(R.layout.mylayout, container);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment