Skip to content

Instantly share code, notes, and snippets.

@budioktaviyan
Created December 26, 2016 04:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save budioktaviyan/d149e959735e9a1143751279b20c1777 to your computer and use it in GitHub Desktop.
Detail Fragment Class
public class DetailFragment extends Fragment {
@Nullable
@Override
public View onCreateView(final LayoutInflater inflater, @Nullable final ViewGroup container, @Nullable final Bundle savedInstanceState) {
return inflater.inflate(R.layout.fragment_detail, container, false);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment