Skip to content

Instantly share code, notes, and snippets.

@budioktaviyan
Created December 26, 2016 04: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 budioktaviyan/9b01041b98148f762683b6eec41d3044 to your computer and use it in GitHub Desktop.
Save budioktaviyan/9b01041b98148f762683b6eec41d3044 to your computer and use it in GitHub Desktop.
Home Fragment Class
public class HomeFragment extends Fragment {
@Nullable
@Override
public View onCreateView(final LayoutInflater inflater, @Nullable final ViewGroup container, @Nullable final Bundle savedInstanceState) {
return inflater.inflate(R.layout.fragment_home, container, false);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment