Created
December 26, 2016 04:57
-
-
Save budioktaviyan/d149e959735e9a1143751279b20c1777 to your computer and use it in GitHub Desktop.
Detail Fragment Class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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